I’m developing with WPF and NHibernate. Best thing to bind Collections to WPF-Lists is the ObservableCollection. NHibernate does not support this; deals only with IList.
How long do I have to wait for a NHibernate version which supports ObservableCollection?
NHibernate project is a mature and open-source project and many big projects depend on it, so its development will never stop. Logically NHibernate will not support ObservableCollection. (I am not sure).NHibernate data-structures are very abstract so it fits with every apllication