A Guide to implementing NHibernate with MySql

added by stevevaubell
1/12/2010 2:24:32 AM

162 Views

NHibernate is a way of managing information from an application to a relational database. It is part of Hibernate.Core developed for the .Net platform. The way NHibernate works is by mapping the database to the objects with the use of XML files.


1 comments

benwilder
1/12/2010 3:11:12 AM
Really helpful article