TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About NHibernate
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Anand Lakshminarasimh (9)
Ravi Shukla (2)
Gaurav Kumar Arora (2)
Rebai Hamida (2)
El Mahdi Archane (2)
Krishnanand Sivaraj (1)
Rakesh Kumar (1)
Mahsa Hassankashi (1)
nazish ali (1)
Mohammed Hameed (1)
Diptimaya Patra (1)
Related resources for NHibernate
No resource found
NHibernate in Details: Part 2
4/30/2024 9:49:29 AM.
Dive deeper into NHibernate with Part 2, exploring advanced topics like session management, querying, and performance optimization. Uncover the intricacies of this powerful object-relational mapping t
Object Relational Mapping (ORM) Using NHibernate - Part 5 - A of 8
8/4/2023 11:39:30 AM.
This is Part 5A of the article series, which concentrates on Many-to-Many Entity Association with a commonly used example but the model and code is a little different.
Object Relational Mapping (ORM) Using NHibernate - Part 7 of 8
8/1/2023 10:07:25 AM.
In this seventh article and its client code, we will demonstrate that the classes we have put forth to incorporate the shipping functionality will allow shipment items of an order to be shipped in par
Object Relational Mapping (ORM) Using NHibernate - Part 8 of 8
8/1/2023 5:52:48 AM.
In this article we clear the question from the end of the first article, How do we manage a persistent object across sessions? .
Object Relational Mapping (ORM) Using NHibernate - Part 6 of 8
7/31/2023 9:23:39 AM.
We will discuss one of four ways of mapping inheritance hierarchies in Nhibernate; the way which gives maximum support for inheritance and polymorphism (the main benefit of capturing an inheritance he
Object Relational Mapping (ORM) Using NHibernate: Part 5 - B of 8
7/31/2023 6:39:06 AM.
The idea here is to apply the Many-To-Many entity association in the E-Commerce scenario used, for example, throughout this article series.
Object Relational Mapping (ORM) Using NHibernate - Part 4 of 8
7/31/2023 6:00:05 AM.
Here in this article the intent is to eliminate the nulls introduced in the database by correctly mapping the association between PaymentApprovedOrder and Item as optional One-To-Many.
Object Relational Mapping (ORM) Using NHibernate - Part 2 of 8
7/31/2023 5:41:13 AM.
Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with a relational database using object-oriented programming paradigms. It bridges the gap between the obj
Object Relational Mapping (ORM) Using NHibernate - Part 1 of 8
7/31/2023 5:28:18 AM.
To establish the ideas of Object Relational Mapping Internals, Nhibernate fundamentals, Intemediate and Advanced coding concepts using NHibernate more clearly (for me and hopefully to readers).
Object Relational Mapping (ORM) Using NHibernate - Part 3 of 8
7/28/2023 7:00:28 AM.
Firstly in part 1 of this article series, it had been shown that in ORM, while mapping a one-to-one association between objects to their corresponding tables, the primary key of one table is posted as
CRUD Operations in NancyFx Using ASP.Net and FluentNHibernate by Repository Pattern
11/1/2021 6:44:27 AM.
In this article, we learn how to get started with NancyFx with FluentNHibernate and Repository Pattern.
Building a Better ORM With NHIbernate For .NET
1/14/2021 9:38:48 AM.
In this article you will learn how to build a better ORM with NHIbernate for .NET.
NHibernate Overview
1/7/2021 4:22:44 AM.
In this article you will learn about NHibernate. NHibernate is a popular open-source .Net ORM. It is based on the popular Java ORM framework and built on top of ADO.NET.
NHibernate in Details: Part 1
11/17/2020 9:17:17 AM.
In this article you will learn how to use Hibernate with .NET or other programming language.
NHibernate Querying In Core 2.2 Framework
1/14/2019 8:47:06 AM.
NHibernate O/RM framework is one of the competitors of Entity Framework and one of the most popular of the old frameworks of .NET. Let's learn about NHibernate Querying In Core 2.2 Framework.
Work With Fluent NHibernate In Core 2.0
5/12/2018 9:30:21 AM.
NHibernate is an object-relational mapping (ORM) framework, it allow you to map the object oriented domain model with the tables in a relational Database. To realize the mapping, we have to write XML
AngularJS CRUD Operations With Web API 2 Using Nhibernate - Part Two
10/5/2016 10:48:07 AM.
In this article, you will learn about CRUD operations with Web API2, using NHibernate.
AngularJS CRUD Operations With Web API 2 Using Nhibernate - Part One
9/21/2016 3:46:21 PM.
In this article, you will learn about AngularJS CRUD Operations with Web API 2, using Nhibernate.
Automatic Table Generation in Any Database by NHibernate ORM and CodeDom
3/28/2015 2:40:33 PM.
This article describes how to allow users to build a database automatically from an application via two technologies, code generation (CodeDOM) and NHibernate (Fluent) that let us make a backend regardless of the type of database and without involving complicated concepts.
CRUD Operations With Web API Using FluentNHibernate and Repository Pattern
3/14/2015 10:32:59 AM.
In this step-by-step article we will discuss all about Create, Read, Update, Delete (CRUD) operations with the Web API using the Repository pattern and using the most popular ORM, FluentNHibernate.
Web Application Architecture
1/29/2015 3:38:50 AM.
This article is about web application architecture. In this article you see how to separate each layer and why it's necessary for good application architecture. Also a small introduction to the Spring Framework and ORM can be found in this article.
Code Review Checklist and Guidelines for C# Developers
6/12/2013 12:47:06 PM.
This is a general Code Review checklist and guidelines for C# Developers, that will serve as a reference point during development.
Using NHibernate
4/5/2009 11:22:44 AM.
NHibernate is an open source project for Object/Relational mapping to persist objects in a relational database. This article is a step by step tutorial on how to work with NHibernate.