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.0.0 |
Author(s): | Damien White (Visoft, Inc.), Robert Sirre |
Last Update: | Tuesday, October 22, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Atrejoe/EFHooks |
NuGet Url: | https://www.nuget.org/packages/VisoftInc.EFHooks |
Install
Install-Package VisoftInc.EFHooks
dotnet add package VisoftInc.EFHooks
paket add VisoftInc.EFHooks
VisoftInc.EFHooks Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.0.0)
Tags