views:

27

answers:

1

I need to track user activity for a new project.

A: 

If you're looking to audit record changes certain ORM frameworks have functionality that helps to that end. For instance, Interceptors in NHibernate.

Check out this thread: http://stackoverflow.com/questions/15917/data-auditing-in-nhibernate-and-sqlserver

tQuarella