Skip to content

tizzick/tracker-enabled-dbcontext

 
 

Repository files navigation

Tracker-enabled DbContext

This library is built on top of entity framework. If offers you to implement full auditing in your application. With the help of this library, we can track all the CRUD operations on database including table names, column names, what was the old value, what's the new value, who changed it, when did it get changed, etc.

It comes with an Affero General Public License.

If you have any queries please reach me at bilal.m.fazlani@gmail.com

Also check the guide here : http://bilal-fazlani.blogspot.in/2013/09/adding-log-audit-feature-to-entity.html

About

Tracker-enabled DbContext offers you to implement full auditing in your database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 81.0%
  • JavaScript 9.6%
  • CSS 6.7%
  • HTML 2.6%
  • Classic ASP 0.1%