Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 4.0.6 |
Author(s): | Aaron Sulwer |
Last Update: | Friday, August 10, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/asulwer/tracker-enabled-dbcontext |
NuGet Url: | https://www.nuget.org/packages/TrackerEnabledDbContext.Core.Identity |
Install
Install-Package TrackerEnabledDbContext.Core.Identity
dotnet add package TrackerEnabledDbContext.Core.Identity
paket add TrackerEnabledDbContext.Core.Identity
TrackerEnabledDbContext.Core.Identity Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Identity(>= 2.0.4)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 2.0.4)
- Microsoft.EntityFrameworkCore(>= 2.0.3)
Tags
This is very useful for auditing purpose. It stores WHO changed WHAT and WHEN.
It will let you choose which tables and columns you want to track with the help of attributes.
Forked from Bilal Fazlani to support EF Core 2.