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
2010-07-16 19:56:17