views:

36

answers:

2

I am just wondering what is the best way of getting INotifyPropertyChanged in my NHibernate Domain Objects' Collections?

+1  A: 

Check this:

http://ayende.com/Blog/archive/2009/08/07/nhibernate-amp-inotifypropertychanged.aspx

Ayende is one of the nHibernate contributors

Pierre 303
This is for properties of a domain object, but i need some sort of collection class (like ObservableCOllection<T>) that implement INotifyPropertyChanged interface.
LnDCobra
A: 

Managed to find a ready to use library which implements these. THanks go to Happy Nomad(Adrian Alexander).

Happy Nomad: Collections for WPF and NHibernate

LnDCobra