Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / ORM

ORM

ORM

Great Reads

by Rahul Rajat Singh
This article talks about the Table per Hierarchy inheritance relationship using entity framework.
by Rahul Rajat Singh
This article discuss about implementing Table per Type inheritance hierarchy using Entity Framework.
by aquila huang
Introduction of the open source project Light.Data
by Vadim Loboda
ADO.NET Micro-ORM to SQL Server

Latest Articles

by Rahul Rajat Singh
This article talks about the Table per Hierarchy inheritance relationship using entity framework.
by Rahul Rajat Singh
This article discuss about implementing Table per Type inheritance hierarchy using Entity Framework.
by aquila huang
Introduction of the open source project Light.Data
by Vadim Loboda
ADO.NET Micro-ORM to SQL Server

All Articles

Sort by Score

ORM 

by Rahul Rajat Singh
This article talks about the Table per Hierarchy inheritance relationship using entity framework.
by Rahul Rajat Singh
This article discuss about implementing Table per Type inheritance hierarchy using Entity Framework.
by aquila huang
Introduction of the open source project Light.Data
by Vadim Loboda
ADO.NET Micro-ORM to SQL Server
by vladimir husnullin
MVC/SPA/REST in web development with Jeneva.Net
by BrainlessLabs.com, sibani.p
Creating a simple ORM for C++ on-top of SQL database
by DiponRoy
Conditional filter query example in SQLAlchemy and Python
by DaveDbViewSharp
Using lightweight server and database components, the article builds a REST server that returns serialised JSON objects to a single-page web application written in JQuery or AngularJS.
by LEADTOOLS Support
Creating and Processing OMR Forms with LEADTOOLS
by Higty
A DAL generator that generates StoredProcedure client class and creates Table and Record classes
by Milan Stanacev
How to use EF Core code-first approach when DB schemas are split into multiple projects and DB contexts.
by Michael Doleman
A simple DAL with an integrated, lightweight model for database seeding from a JSON source, using the code-first method in Entity Framework.
by DiponRoy
Example of Generic Repository Class with SQLAlchemy and Python
by Han Bo Sun
Detailed description of how many-to-many association works with Hibernate, using MySQL and Spring
by Winson Yau
ServiceStack.OrmLite is an Open Source, Fast, Simple, Typed ORM for .NET, the performance is better than EntityFramework and more flexible. You can find more detail in their GitHub site.And in this article, I will show you how to do the code first with OrmLite and keep the data.
by LEADTOOLS Support
Improving Forms Recognition Results with Automated Alignment
by keerthi raja
Using Insight.Database to Run and Complete SELECT SQL Commands (.NET Micro ORM)
by Adam O'Neil (Travelers Rest, SC)
Introduction to Postulate, a code-first ORM for SQL Server made with Dapper
by Suffyan Asad
Percolator Analysis Services is a LINQ to MDX ORM that enables writing MDX Queries in LINQ instead of using hard-coded strings of MDX code, resulting in cleaner, easier to read and easier to maintain code.
by Ansel Castro
The article describes some exciting features of Enterlib for Android like its Object Relational Mapper and the Dependency Injection Engine.
by Syed M Hussain
A lightweight Entity based Framework
by MarkChimes2
A small utility that generates C# code for each of the layers in an nTiered system.
by adityaswami89
Object/relational mapping (ORMs)
by Eric P Schneider
Perform parallel queries with the Symbiotic Micro ORM
by Vaclav Naydenov
Comparing the performance of two similar CRUD server apps, one written in Python and SQLAlchemy, the other in C++ and YB.ORM.
by Vaclav Naydenov
How C++ library YB.ORM can help manipulate the data stored in RDBMS using domain classes. Basic concepts of ORM are explained by examples.
by Akhil Mittal
Enterprise level application architecture with Web APIs using Entity Framework, Generic Repository pattern and Unit of Work.
by Eric P Schneider
The article demonstrates database create, read, update, delete operations using the .NET Symbiotic ORM.
by Sacha Barber
A look at how to unit test code that makes use of Repository vs using raw Entity Framework, where we will do this using mocks/test doubles
by Dave Clemmer
Going over key features of the VITA open source ORM and .net application framework, with sample SPAs using the MVC/AngularJS/WebApi/VITA technology stack.
by Enrique Albert
Unit of Work and Repository RavenDB implementation example
by Dave Clemmer
Identifying some model oriented techniques you already use and put those techniques into context of overall model oriented techniques that you can tap into.