Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in self-tracking-entities

Entity Framework & Self-Tracking Entities vs POCO

EF + WCF in three-layered application with complex object graphs. Which pattern to use?

Preventing StackOverflowException while serializing Entity Framework object graph into Json

EF4: Difference between POCO , Self Tracking Entities , POCO Proxies

Where to place the entity framework in our solution?

Empty reference.cs file adding service reference with reuse types option checked

Difference between a Repository Implementation using ObjectContext vs DbContext on EF 4.1

Are nullable foreign keys allowed in Entity Framework 4?

How do I get Entity Framework to only update the Properties modified in the SQL generated?

How would I know if I should use Self-Tracking Entities or DTOs/POCOs?

What are essential differences between the different code generation items for EDMX model?

Using the lambda Include method in a compiled LINQ query

Why is entity still validated when it is gone?

EF4 POCO: Snapshot vs Self-tracking over WCF

Self Tracking Entities - AcceptChanges cannot continue because the object's key values conflict with another object in the ObjectStateManager

Entity Framework Split Table Delete

Entity Framework Self-Tracking Entities not recommended by Microsoft

Self Tracking Entities vs POCO Entities