7 packages tagged with “Tacking”
Common nuget package required for TrackerEnabledDbContext & TrackerEnabledDbContext.Identity
Use this to extend Entity Framework functionality to store changes in database. 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
This is DbContext for use with ASP.Net Identity. It extends Entity Framework functionality to store changes in database. This is very useful for auditing purpose. It stores WHO changed WHAT & WHEN.
This package is forked from https://github.com/bilal-fazlani/tracker-enabled-dbcontext project. Just to avoid installing all the packages and entityframework in our domain project. Added the TrackerEnabledDbContext.Domain class library and move the SkipTrackingAttribute and TrackChangesAttribute and referenced them from other projects. All the credit should go to the original project authors and owners.