Ross ROSS = Recommend OSS · open-source software intelligence for agents

nhibernate/nhibernate-core

NHibernate Object Relational Mapper observed · 2026-08-28

github.com/nhibernate/nhibernate-core · homepage · C# · LGPL-2.1 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 99
  • Release rhythm 78
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 38
  • age_days: 5498
  • days_rel: 64
  • days_push: 7
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

2174 stars · 931 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

NHibernate is a mature, open source object-relational mapper (ORM) for the .NET framework, actively developed and fully featured. It maps regular C# or VB.NET object models to relational databases, supporting inheritance, components, enums, and complex legacy database scenarios.

Use cases

  • map C# domain models to relational database tables
  • persist and query objects in a .NET application without writing raw SQL
  • generate database schema from domain models
  • query entities with LINQ or Criteria API
  • work with complex or legacy database schemas from .NET
  • manage sessions, transactions, and caching in .NET data access

When to choose

  • you need a mature, fully featured ORM for .NET with strong legacy database support
  • you want LINQ and Criteria API querying over mapped entities
  • your project needs inheritance, components, and enum mapping without special base classes
  • you rely on an established community, extensive documentation, and plugin ecosystem

When to avoid

  • you prefer a lightweight micro-ORM with minimal abstraction like Dapper
  • you want an ORM designed primarily for Entity Framework Core conventions and tooling
  • you need a non-.NET platform
  • your team is unwilling to learn NHibernate's session and mapping model

Facets

library · maturity stable

orm database caching search-engine databases backend web-development developer-tools dotnet cross-platform windows object-relational-mapper linq-provider criteria-api nuget c-sharp legacy-database-support code-first-mapping linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
nhibernate/nhibernate-coremain92

For agents

markdown · JSON · MCP: product_card(name="nhibernate/nhibernate-core")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem