In an Entity Framework-based application, a context is responsible for tracking changes in your objects.
I've been stuck with this problem for over a week now. Hopefully some one can point me in the right …
wcf entity-framework self-tracking-entities objectcontextI've been reading about self-tracking entities in .net and how they can be generated from a *.edmx file. The thing …
c# .net entity-framework self-tracking-entitiesI want to serialize an Entity Framework Self-Tracking Entities full object graph (parent + children in one to many relationships) into …
c#-4.0 entity-framework-4 self-tracking-entities servicestack jsonserializerWe are starting a new web based product in which we are planning to expose our business logic through WCF …
asp.net wcf entity-framework-4 poco self-tracking-entitiesLast year I developed a data access service for our project using Entity Framework (.NET3.5 of course) and using Julie …
wcf entity-framework poco snapshot self-tracking-entitiesThis is how we implement a generic Save() service in WCF for our EF entities. A TT does the work …
wcf entity-framework self-tracking-entities savechanges