0
kicks
José F. Romaniello: INotifyPropertyChanged as AOP
The purpose of this post is to demonstrate several ways that to use INotifyPropertyChanged as an AOP aspect in your business entities. I will use DynamicProxy for AOP and NHibernate as orm mapper. Althought all methods can be plugged into nhibernate using tuplizer, I will skip this part until the final solution.