NHibernate is an object-relational mapping (ORM) solution for the Microsoft .NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database. Its purpose is to relieve the developer from a significant portion of relational data persistence-related programming tasks.


In this video, we will walk through how to reference and utilize the NHibernate Framework in a Visual Studio 2012 Project Environment, to perform a read and write to and from a SQL Database.



Download Source Code | NHibernate