NHibernate is an actively developed, fully featured, open source object-relational mapper for the .NET framework. It's built on top of ADO.NET and the current version is NHibernate 5.x. This tutorial will give you an idea of how to get started with NHibernate and the main goal is that after completing it, you will have a better understanding of what NHibernate is and why you need NHibernate. This tutorial will be extremely useful for developers whose objective is to understand the basics of Object Relational Mapping for .NET platform and implement it in practice. It is especially going to help the users who are mainly responsible for mapping an object-oriented domain model to a traditional relational database.
Concepts:
|
|
References:
- NHibernate Documentation
- Download NHibernate [V5.x]
- Nuget Package Manager Console
PM>Install-Package NHibernate -Version VersionNumber (e.g.,5.0.1)
- NHibernate Home Page
OK, Lets start learning...............
Click below to start your free online course.