This post is the second one about the NHibernate Bootstrapper. The first is located here . The first post set up the project structure, introduced the generic DAO, and demonstrated the SessionPerRequest implementation in an IHttpModule. This post will factor the reference to NHibernate out of the web...
A few days ago Oren Eini and Davy Brion were working in a new feature for NH 2.1 (no a release yet) called Future, in the ICriteria API. You can see and explanation of the job here . Now I’ve committed a complement to enable that use into the IQuery API, for those who prefer to use HQL. What is...