Skip to content

shkup/GraphDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphDiff

DbContext extension methods for Entity Framework Code First, that allow you to save an entire detached Model/Entity, with child Entities and Lists, to the database without writing (much) extra code.

Please see http://refactorthis.wordpress.com/2012/12/11/introducing-graphdiff-for-entity-framework-code-first-allowing-automated-updates-of-a-graph-of-detached-entities/ for more information.

Nuget package is at http://nuget.org/packages/RefactorThis.GraphDiff/

Developing

The Models used for testing will be emitted each time you run any tests, by dropping (if it exists) and recreating a database named GraphDiff in SQL Express, in the default directory for your SQL Express install (hard to find by default - see here to set it to something simple).

License

See the LICENSE file for license rights and limitations (MIT).

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%