I\'ve been trying to get NHibernate into development for a project I\'m working on at my workplace.
Since I have to put a strong emphasis on performance, I\'ve been runn
To do lazy properties with 2.1.*, try this:
http://ayende.com/Blog/archive/2007/08/26/Lazy-Property-Loading-In-NHibernate.aspx
Lazy properties are much easier and fully supported in the trunk (3.X):
http://ayende.com/Blog/archive/2010/01/27/nhibernate-new-feature-lazy-properties.aspx
See also:
Lazy property loading in Nhibernate and Spring
NHibernate: lazy loaded properties?