Database Auditing with EntityFramework and SQL Server
Keep track of what's happening
Keeping track of database changes in SQL Server with EntityFramework, let’s go over your options with sample implementations.
All code with some UnitTests can be found at the Github repository.