![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Home - NHibernate
2025年1月30日 · NHibernate is a mature, open source object-relational mapper for the .NET framework. It's actively developed, fully featured and used in thousands of successful projects. Download Now NH5.5.2 | Install from NuGet | Getting Started Guide. Find answers in our forums | Read the in-depth manual | Keep up to date (RSS)
NHibernate - Relational Persistence for Idiomatic .NET
NHibernate Reference Documentation. 5.5. Table of Contents. Preface 1. Quick-start with IIS and Microsoft SQL Server 1.1. Getting started with NHibernate 1.2. First persistent class 1.3. Mapping the cat 1.4. Playing with cats 1.5. Finally 2. Architecture 2.1. Overview 2.2. Instance states 2.3. Contextual Sessions
Your first NHibernate based application
2008年9月16日 · Create an NHibernate mapping to load and save the business object. Configure NHibernate to talk to your local database. Automatically generate a database Writing simple CRUD code using the Repository pattern. Using Unit Tests to make sure the code is working correctly. This is what we're aiming for: But first things first [:)]
Documentation - NHibernate
The official NHibernate community site. Download NHibernate. Read blogs. Contribute to the NHibernate Wiki. Find reference documentation.
NHibernate 5.4 Released
2022年11月20日 · NHibernate has gained three new target frameworks: .Net 6, .Net Framework 4.8 and .Net Standard 2.1. NHibernate NuGet package provides them, along with the older targets, .Net Core 2.0, .Net Framework 4.6.1 and .Net Standard 2.0.
Simple audit metadata and logical deletion of business
With NHibernate we can override its native methods when performing data access, NHibernate will fire events which we will have to override to audit the data and of course to do a logical deletion of our entities. Let’s get inside the code and explain the domain.
Blog - NHibernate
2023年4月5日 · The official NHibernate community site. Download NHibernate. Read blogs. Contribute to the NHibernate Wiki. Find reference documentation.
1.1. Getting started with NHibernate .....1 1.2. First persistent class .....2 1.3.
Books - NHibernate
The official NHibernate community site. Download NHibernate. Read blogs. Contribute to the NHibernate Wiki. Find reference documentation.
Success Stories - NHibernate
We use NHibernate on a number of N-Tier web applications for an intermediated general insurer in Australia ranging from small quotation sites to a large full lifecycle policy administration system. The largest has over 400,000 lines of executable code (1.5 Million raw lines) and uses NHibernate to persist to a schema with over 150 tables - we ...