A simple attribute-based hooking system for Entity Framework Core >= 2.1.0.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.1.0 |
Author(s): | Scott Techau |
Last Update: | Wednesday, July 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottbot95/EFCoreHooks |
NuGet Url: | https://www.nuget.org/packages/EFCoreHooks |
Install
Install-Package EFCoreHooks
dotnet add package EFCoreHooks
paket add EFCoreHooks
EFCoreHooks Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 2.1.0)
- Microsoft.EntityFrameworkCore(>= 2.1.0)
Tags