Update src/roadmaps/aspnet-core/content/104-orm/103-nhibernate.md

pull/3294/head
Kamran Ahmed 2 years ago committed by GitHub
parent b0630a34ee
commit 04d19d3d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/aspnet-core/content/104-orm/103-nhibernate.md

@ -1,4 +1,4 @@
# Nhibernate
# NHibernate
NHibernate is an open-source Object-Relational Mapping (ORM) framework for .NET. It is a powerful and flexible framework that can greatly simplify working with relational data in .NET. NHibernate is similar to other ORM frameworks such as Entity Framework and RepoDb in that it provides a higher-level abstraction on top of the underlying data access technology (ADO.NET in this case) and allows developers to work with data using domain-specific objects, eliminating the need to write raw SQL statements.

Loading…
Cancel
Save