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 ORM framework
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jaimin Shethiya (1)
Vikas Singh (1)
Kirtesh Shah (1)
Rakesh Kumar (1)
Ravi Shukla (1)
Kalyan Bandarupalli (1)
Mahsa Hassankashi (1)
Related resources for ORM framework
No resource found
Generic Repository with EF Core Store Procedure in .NET Core 8
7/16/2024 12:40:58 PM.
Entity Framework Core (EF Core) empowers .NET developers with seamless database interaction through object-relational mapping (ORM) and support for stored procedures. It optimizes performance by execu
Entity Framework Core: Features, Real-time Implementation, Best Practices
4/29/2024 10:27:09 AM.
Entity Framework Core (EF Core) stands as a powerful toolset for .NET developers, streamlining the interaction between applications and databases through object-relational mapping (ORM). Whether adopt
Introduction Of .Net 5
4/12/2021 4:11:51 AM.
In this article, you will learn about .Net 5.
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.
ASP.NET Core Overview
4/8/2016 11:01:58 AM.
In this article you will see an overview of ASP.NET Core. ASP.NET Core (previously ASP.NET 5) is a new open-source and cross-platform framework for building modern cloud-based Web applications using .
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.