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: | 3.0.0.1 |
Author(s): | LionSoft |
Last Update: | Tuesday, October 14, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Lionsoft/EFHooks |
NuGet Url: | https://www.nuget.org/packages/LionSoft.EFHooks |
Install
Install-Package LionSoft.EFHooks
dotnet add package LionSoft.EFHooks
paket add LionSoft.EFHooks
LionSoft.EFHooks Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(6.1.0)
Tags