Tagged Questions
15
votes
5answers
6k views
Logging every data change with Entity Framework
There is a need from a customer to log every data change to a logging table with the actual user who made the modification. The application is using one SQL user to access the database, but we need to ...