Sep 17, 2014

Entity Framework - Don't save object graph in disconnected DbContexts

Don't use disconnected DbContexts when you want to save object graph !
Either perform object graph building and save in same DbContext either use foreign keys.

Read more:
http://msdn.microsoft.com/en-us/magazine/dn166926.aspx

No comments:

Post a Comment