I w开发者_如何学编程ant to know if using Self Tacking Entities (in Entity Framework) is recommended with WCF services? If yes, then can you guide me to a tutorial which may guide how to do that?
I 开发者_JS百科want to know if DBContext (EF 4.1) supports Self Tracking Entities. If yes, how can I do that?No unless you rewrite the template to support them. The current template is dependent on Ob
I have a client application that downloads a number of STE\'s via WCF. Using a WPF application, users can select an entity from a ListBox, and edit it via a pop开发者_运维百科up UserControl. As the
I have been working with the Entity Framework + Self-Tracking entities, and came out with a problem: Is there any way to determine when an entity has been changed??
Is there a way to use lazy loading and self-tracking-entities while the context is open? Will there be any开发者_Go百科 issues and what do I have to consider?
I have a problem when using the Self-Traking Entities in compination of the WPF. I have two开发者_如何学C entity set for exmaple: People and Numbers. Each person has many numbers and many numbers can
This is how we implement a generic Save() service in WCF for our EF entities. A TT does the work for us. Even though we don\'t have any problems with it, I hate to assume this is the best approach (ev
What is the right way to delete collection element from STE. Currently I use the f开发者_开发问答ollowing code:
I need to log changes made to an entity that occur on the client to a database table.Howeve开发者_StackOverflowr, when I make changes and inspect the ChangeTracker property, it claims that no changes
Scenario Visual Studio 2010 Silverlight 4 Entity Framework Self-tracking entities Problem On the server side, we have generated entity objects using Entity Framework model. We have used self tra