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...
More information
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...
More information
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...
More information
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...
More information