March 2008 Entries

Prepare your system for NHibernate

In this post (and a subsequent one) I'll introduce two ways how to prepare a developer machine to use NHibernate as a ORM (Object Relational Modeling) tool. The first approach describes the minimal setup needed to use NHibernate when developing an application. The second approach on the other hand describes an infrastructure which is not only based on NHibernate but also on another very useful framework called Rhino Tools. This framework simplifies the usage of NHibernate very much but is by no means required. I personally have successfully developed medium sized and large customer projects based on latter kind of setup. In...

posted @ Monday, March 31, 2008 9:08 AM | Feedback (212)

NHibernate FAQ

The aim of this blog is to discuss the frequently asked questions regarding NHibernate. We'd like to provide possible solutions to the questions and provide meaningful samples if valuable. The home page of NHibernate can be found here. A discussion group talking about usage scenarios and ask questions about how to do things with NHibernate can be found here. Valuable documentation about NHibernate can be found here the NHibernate home page the NHibernate source code (download the code and browse the unit tests) NHibernate in...

posted @ Saturday, March 29, 2008 4:19 AM | Feedback (40)