-
Download the latest binaries for NHibernate ProxyGenerators Extract the binaries to your "lib" directory relative to your source files Open a command prompt and navigate the to "bin" directory in your web project. Enter the following command: ..\..\..\lib\bin\net-2.0\NHPG.exe /o:Example...
-
In this article I want to discuss the lazy loading mechanism provided by NHibernate. It is recommended for maximum flexibility to define all relations in your domain as lazy loadable. This is the default behavior of NHibernate since version 1.2. But this can lead to some undesired effects if querying...