I’ve created a new nuget package; “NHibernate.SetForNet4”. The package is only one file that will be inserted in your project. This class contains the implementation for the Set<T> and SortedSet<T>. After you install NHibernate.SetForNet4; the only thing you have to do is to add the collection...
Some people don’t like having to reference Iesi.Collections in order to use NHibernate <set/> mapping. With NHibernate 2.1, this is possible, since we finally have a set type in the actual BCL. We still don’t have an ISet<T> interface, unfortunately, but that is all right, we can get by with...
This is the third post in a series of articles where I want to analyze and describe the new upcoming mapping interface providing a fluent interface to NHibernate for the mapping of a domain model to the underlying database. A fluent interface to NHibernate A fluent interface to NHibernate - Part 2 -...
Last year, I wrote a series of posts (part I , II and III ) concerning the devlopment of custom collections which are compatible with NHibernate. I've written a new post which greatly simplifies this process with the use of (evil) extension methods: http://devlicio.us/blogs/billy_mccafferty/archive...