Info
Version: | 3.8.3 |
Author(s): | Bilal Fazlani |
Last Update: | Sunday, February 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bilal-fazlani/tracker-enabled-dbcontext |
NuGet Url: | https://www.nuget.org/packages/TrackerEnabledDbContext |
Install
Install-Package TrackerEnabledDbContext
dotnet add package TrackerEnabledDbContext
paket add TrackerEnabledDbContext
TrackerEnabledDbContext Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.2.0)
- TrackerEnabledDbContext.Common(>= 3.7.0)
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.
NOTE: TO USE WITH ASP.NET MVC 5 IDENTITY, USE : TrackerEnabledDbContext.Identity
Click here to get started : http://bilal-fazlani.blogspot.in/2013/09/adding-log-audit-feature-to-entity.html.