-
Scenario You want to create an audit table so that changes to business entities are tracked with a timestamp. You want this do be done automatically by NHibernate. Options There are a number of ways of doing this, using IInterceptor or the NHibernate 2.0 Event model. As the event model is fairly new...
-
This article is just about a simple way to achieve auditing and perform logical delete of your sensible data, doing use of the listeners features of NHibernate. Design patterns and architecture principles are outside of the scope of the article, this is just an example, take it as a guide. Remember the...