A Complete Reference to NHibernate

A Complete Reference to NHibernate - Codeculous

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: 


  • Overview
  • Architecture
  • Orm
  • Environment Setup
  • Getting Started
  • Basic ORM
  • Basic Crud Operations
  • Profiler
  • Add Intelliesnse To Mapping File
  • Data Types Mapping
  • Configuration
  • Override Configuration
  • Batch Size
  • Caching
  • Mapping Component
  • Relationships
  • Collection Mapping
  • Cascades
  • Lazy Loading
  • Inverse Relationships
  • Load/Get
  • Linq
  • Query Language
  • Criteria Queries
  • QueryOver Queries
  • Native Sql
  • Fluent Hibernate



Object/Relational Mapping - Codeculous
ORM

References:

  1. NHibernate Documentation
  2. Download NHibernate [V5.x]
  3. Nuget Package Manager Console
    PM>Install-Package NHibernate -Version VersionNumber (e.g.,5.0.1)
  4. NHibernate Home Page

OK, Lets start learning...............
Click below to start your free online course.

Post a Comment

Thanks for your comments.

Previous Post Next Post