Hands-on with NHiberate

Edit this page | less than 1 minute read

You may have heard of NHiberate, the .NET variant of the famous Hibernate product, and you may understand the concept of an Object-Relational Mapper. But you may not have a clear picture of what it really can and does. Justin Gehtland published an article on TheServerSide.net that gives a quick introduction on how to configure NHibernate to map a domain model to a database model. The examples include one-to-many and many-to-many relations and inheritance.

Updated:

Leave a Comment