NHibernate Forge
The official new home for the NHibernate community

Browse Wiki Pages by Tags

Showing related tags and posts for the How to wiki. See all tags in the site
  • Pre-Generate Lazy Loading Proxies

    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...
    Posted to How to by Bill Pierce on 10-08-2008
    Filed under:
  • Lazy loading - eager loading

    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...
    Posted to How to by Fabio Maulo on 09-10-2008
    Filed under: ,
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems