Can .NET 4 ISet<> HashSet<> replace NHibernate Iesi.Collections ISet , HashSet ? I am using Castle proxy, and NHibernate 3.0 .
Yes, with Nhibernate 4, using System.Collections.Generic.ISet<> is now the way to go.
System.Collections.Generic.ISet<>