EFHooks simplifies the task of hooking code into EF Code First's extension points and separates concerns to make it easy to unit test your hooking code.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2.3.1 |
Author(s): | Damien White (Visoft, Inc.), Robert Sirre, George Mauer, Thomas Haug |
Last Update: | Monday, September 19, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Atrejoe/EFHooks |
NuGet Url: | https://www.nuget.org/packages/Atreyu.EFHooks |
Install
Install-Package Atreyu.EFHooks
dotnet add package Atreyu.EFHooks
paket add Atreyu.EFHooks
Atreyu.EFHooks Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.0)
Tags