Entity Framework and WCf
- by Nihilist
Hi
I am little confused on designing WCf services with EF.
When using WCf and EF, where do we draw this line on what properties to return and what not to with the entity.
Here is my scenario
I have User.
Here are the relations.
User [1 to many] Address, User [ 1 to many] Email, User [ 1 to many] Phone
So now on the webform, on page1 I can…