Skip to content

nhibernate/nhibernate-core

Folders and files

NameName
Last commit message
Last commit date
Nov 1, 2024
Aug 8, 2024
Aug 1, 2024
Jul 6, 2024
Jul 6, 2024
Jul 4, 2024
Aug 26, 2014
Mar 20, 2025
Feb 23, 2023
Apr 7, 2024
Apr 25, 2017
Aug 11, 2022
Feb 26, 2016
Oct 15, 2018
Oct 19, 2013
Nov 20, 2022
Jul 20, 2020
Apr 18, 2017
May 9, 2022
Apr 2, 2023
Nov 20, 2022
May 7, 2024
Sep 29, 2019
Mar 11, 2024
Jun 9, 2024
Feb 27, 2018
Mar 5, 2024
Mar 11, 2024
Mar 11, 2024
Jul 5, 2024
Jul 15, 2009
Jul 6, 2024

Repository files navigation

Welcome to NHibernate

NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed, fully featured and used in thousands of successful projects.

The NHibernate community website - https://nhibernate.info - has a range of resources to help you get started, including howtos, blogs and reference documentation.

Latest Release Version

The quickest way to get the latest release of NHibernate is to add it to your project using NuGet (https://nuget.org/List/Packages/NHibernate).

Alternatively binaries are available from SourceForge at http://sourceforge.net/projects/nhibernate.

You are encouraged to review the release notes (releasenotes.txt), particularly when upgrading to a later version. The release notes will generally document any breaking changes.

Nightly Development Builds

The quickest way to get the latest development build of NHibernate is to add it to your project using NuGet from Cloudsmith feed (https://cloudsmith.io/~nhibernate/repos/nhibernate-core/packages/).

In order to make life a little bit easier you can register the package source in the NuGet.Config file in the top folder of your project, similar to the following.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="NHibernateDevBuilds" value="https://nuget.cloudsmith.io/nhibernate/nhibernate-core/v3/index.json" />
  </packageSources>
</configuration>

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

Hosted By: Cloudsmith

Community Forums

There are two official NHibernate community forums:

Bug Reports

If you find any bugs, please report them using the GitHub issue tracker. A test-case that demonstrates the issue is usually required. Instructions on providing a test-case can be found in contributing guidelines or here.

Licenses

Credits

Many thanks to the following individuals, organisations and projects whose work is so important to the success of NHibernate (in no particular order):