百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
N

nhibernate-core

> 数据库
开源

NHibernate 对象关系映射器

2.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

NHibernate 对象关系映射器

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. Community Forums

There are two official NHibernate community forums:

  • NHibernate Users - a forum for users to find help using NHibernate
  • NHibernate Development - a forum for the developers of NHibernate

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

  • This software is distributed under the terms of the Free Software Foundation Lesser GNU Public License (LGPL), version 2.1 (see LICENSE.txt).
  • The documentation for this software is distributed under the terms of the Free Software Foundation GNU Free Documentation License (GNU FDL), version 1.1 (see doc/LICENSE.txt).

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 written by Jason Smith
  • Relinq - Linq provider for NHibernate
  • AsyncGenerator - Roslyn based async C# code generator by @maca88

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •[NHibernate Users][B1] - a forum for users to find help using NHibernate
  • •[NHibernate Development][B2] - a forum for the developers of NHibernate
  • •This software is distributed under the terms of the Free Software Foundation [Lesser GNU Public License (LGPL), version 2.1][D1] (see [LICENSE.txt][D2]).
  • •[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

> 标签

C#c-sharpcriteria-apidotnetdotnet-core

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类数据库
定价开源

> 相关工具

P
PostgreSQL
功能强大的开源关系型数据库
R
Redis
内存数据结构存储,常用作缓存与队列
M
MySQL
广泛使用的开源关系型数据库