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 Object Relational Mapping
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 (8)
Sai Sherlekar (2)
Nimit Joshi (1)
Prashant Shinde (1)
Jignesh Trivedi (1)
Sardar Mudassar Ali Khan (1)
Amit Mohanty (1)
Pushpendra Shukla (1)
Akhil Mittal (1)
Jean Paul (1)
Related resources for Object Relational Mapping
No resource found
Working With Stored Procedures Using Entity Framework: Part 1
5/16/2024 8:32:00 AM.
Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing da
Entity Framework Code First Example
4/24/2024 1:24:22 PM.
Explore an Entity Framework Code First example to understand database modeling in C#. This tutorial demonstrates object-relational mapping (ORM) techniques, using .NET Framework to create entity class
New Features Of Entity Framework Core 2.0
3/7/2024 8:53:53 AM.
Entity Framework Core is a lightweight and extensible version of Entity Framework. It is based on an ORM (Object-Relational Mapper) which enables us to work with databases using .NET objects. This art
Practical Introduction to Entity Framework: Day 6
3/6/2024 10:40:13 AM.
In this article, you will Explore Day 6 of our Practical Introduction to Entity Framework series, diving deeper into database integration. Learn essential concepts, including object-relational mapping
Practical Introduction To Entity Framework: Day 1
3/6/2024 10:29:58 AM.
In this article, we will discover the fundamentals of Entity Framework in this practical introduction. Learn about ORM concepts, database operations, and CRUD operations through hands-on examples.
API Development Using Dapper and Microsoft Asp.NET Core Web API
12/24/2023 4:38:11 PM.
ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations.
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
12/1/2023 6:33:12 AM.
Dapper vs Entity Framework Core vs ADO.NET: Which One Should You Choose?
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
Introduction on SQL+
6/2/2023 11:06:06 AM.
In this article, we will delve into the world of SQL+ and explore its capabilities, advantages, and real-world applications. We will provide code snippets and examples to illustrate the power of SQL+
Connecting the MVC Application Using EntityFramework DB-First Approach: Part 3
2/10/2021 9:37:51 AM.
The article is an attempt to overcome the confusion related to how to use EntityFramework with MVC application in a very simple way.
Abstract Factory Pattern
12/3/2011 11:23:19 PM.
In this article I would like to explain the Abstract Factory pattern. This pattern is essential for learning the Factory Method and Bridge patterns.