Skip to main content

Home/ OCG developers/ Group items tagged entityframework

Rss Feed Group items tagged

Steven van Dijk

Profiling Entity Framework 5 in code - 0 views

  •  
    "This article will introduce you to hooking into the EntityFramework OnSaveChanges event which is buried deep in the framework. It'll also explain how you can extract the T-SQL which is actually committed when SaveChanges is called."
Steven van Dijk

Deleting orphans with Entity Framework | One Unicorn - 0 views

  •  
    "It is common for a single parent entity to be related to many child entities. This relationship may be required or optional. A  required relationship means that the child cannot exist without a parent, and if the parent is deleted or the relationship between the child and the parent is severed, then the child becomes orphaned. In such situations it is often useful to have the orphaned child automatically deleted."
1 - 2 of 2
Showing 20 items per page