This version is for Entity Framework 4.3.0 - 5.0.0 support only. If you want 6.0+ support see master branch https://github.com/refactorthis/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 the code to do it.
Please see the initial post @ http://blog.brentmckendrick.com/introducing-graphdiff-for-entity-framework-code-first-allowing-automated-updates-of-a-graph-of-detached-entities/ for more information.
See the LICENSE file for license rights and limitations (MIT).