Implements the Domain Context pattern for EntityFramework 4.1, by extending the DbContext with support for rich domain modeling capabilities for persistence ignorant aggregate roots and dependent entities, including automatic graph saving, logical deletes and more.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0.2 |
Author(s): | Daniel Cazzulino, kzu, Clarius |
Last Update: | Thursday, December 22, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://netfx.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/netfx-Patterns.DomainContext.EF |
Install
Install-Package netfx-Patterns.DomainContext.EF
dotnet add package netfx-Patterns.DomainContext.EF
paket add netfx-Patterns.DomainContext.EF
netfx-Patterns.DomainContext.EF Download (Unzip the "nupkg" after downloading)
Dependencies
- netfx-Patterns.DomainContext(1.0)
- netfx-System.Dynamic.Reflection(1.1)
- EntityFramework(4.2)
- netfx-System.Diagnostics.Tracer(1.0)
Tags