Hi!
I have been thinking about developing a "POJOView" that is, something exactly like ADO.NET "DataView", but for POJOs instead of DataRow, IMHO all I have to do is implement:
IBindingList, IList, ICollection, IEnumerable, and ITypedList for collection handling and ISupportInitialize to handle some DataGrid glitches
I will be using what I learned from
http://noiseehc.freeweb.hu/databind.html
and from HOW TO: Implement a Custom DataView Class in Visual Basic .NET
http://support.microsoft.com/kb/325682/EN-US/, of course I will code it in C# not in VB.NET
I am doing this because AFAIK NHibernate doesn't have a component (maybe I am wrong?) like this and I would be happy to contribute it to the project if you guys are interested and me how to send the code to you