0
kicks
LINQ Audit Trail v2
This project is version 2 of my Auditing project -- completely re-written and of course full source code published. It will add automatic Auditing to your LINQ to SQL or Entity Framework application.
Objective
Automatic auditing of all inserts/updates/deletes for any table in your database with a single line of code, including:
What table was modified?
What fields changed?
Who made the change?
When did it occur?