# nhibernate-core **Repository Path**: scbeta/nhibernate-core ## Basic Information - **Project Name**: nhibernate-core - **Description**: NHibernate Object Relational Mapper - **Primary Language**: C# - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 - - has a range of resources to help you get started, including [howtos][A1], [blogs][A2] and [reference documentation][A3]. [A1]: http://nhibernate.info/doc/ [A2]: http://nhibernate.info/blog/ [A3]: http://nhibernate.info/doc/nh/en/index.html Latest Version -------------- The quickest way to get the latest release of NHibernate is to add it to your project using NuGet (). Alternatively binaries are available from SourceForge at . 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. Community Forums ---------------- There are two official NHibernate community forums: * [NHibernate Users][B1] - a forum for users to find help using NHibernate * [NHibernate Development][B2] - a forum for the developers of NHibernate [B1]: http://groups.google.com/group/nhusers [B2]: http://groups.google.com/group/nhibernate-development Bug Reports ----------- If you find any bugs, please report them using the [JIRA bug tracker][C1]. A test-case that demonstrates the issue is usually required. Instructions on providing a test-case can be found [here][C2]. [C1]: http://nhibernate.jira.com [C2]: http://nhibernate.info/blog/2008/10/03/the-best-way-to-solve-nhibernate-bugs-submit-good-unit-test.html Licenses -------- This software is distributed under the terms of the Free Software Foundation [Lesser GNU Public License (LGPL), version 2.1][D1] (see lgpl.txt). [D1]: http://www.gnu.org/licenses/lgpl-2.1-standalone.html Credits ------- Many thanks to the following individuals, organisations and projects whose work is so important to the success of NHibernate (in no particular order): * [NUnit][] - unit-testing * [Nant][] - build automation * [CodeBetter][] - [TeamCity][] continuous integration and build management server hosting * [GitHub][] and [SourceForge][] - source code hosting * [Atlassian][] - JIRA bug tracker licence and hosting * [Log4net][] - logging, by the [Apache Software Foundation][] * [JetBrains][] - [ReSharper][] licences for NHibernate developers * [LinFu][] - proxy implementation (Philip Laureano) * Iesi.Collections - source code taken from an [article][Article] written by Jason Smith * [Relinq] - Linq provider for NHibernate [NUnit]: http://www.nunit.org [Nant]: http://nant.sourceforge.net [CodeBetter]: http://www.codebetter.com [TeamCity]: http://www.jetbrains.com/teamcity [GitHub]: http://www.github.com [SourceForge]: http://www.sourceforge.net [Atlassian]: http://www.atlassian.com [Log4net]: http://logging.apache.org/log4net [Apache Software Foundation]: http://www.apache.org [JetBrains]: http://www.jetbrains.com [ReSharper]: http://www.jetbrains.com/resharper [LinFu]: http://code.google.com/p/linfu [Article]: http://www.codeproject.com/KB/recipes/sets.aspx "Add Support for "Set" Collections to .NET" [Relinq]: http://relinq.codeplex.com/ "re-linq: Generic LINQ provider"