Click here to Skip to main content
15,867,330 members
Everything / ORM

ORM

ORM

Great Reads

by Eric P Schneider
The article demonstrates database create, read, update, delete operations using the .NET Symbiotic 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 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 Enrique Albert
Unit of Work and Repository RavenDB implementation example

Latest Articles

by Higty
A DAL generator that generates StoredProcedure client class and creates Table and Record classes
by keerthi raja
Using Insight.Database to Run and Complete SELECT SQL Commands (.NET Micro ORM)
by DiponRoy
Example of Generic Repository Class with SQLAlchemy and Python
by DiponRoy
Conditional filter query example in SQLAlchemy and Python

All Articles

Sort by Score

ORM 

5 Oct 2021 by Eric P Schneider
The article demonstrates database create, read, update, delete operations using the .NET Symbiotic ORM.
27 Jan 2015 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.
6 Mar 2017 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.
3 Feb 2013 by Enrique Albert
Unit of Work and Repository RavenDB implementation example
30 Mar 2018 by Milan Stanacev
How to use EF Core code-first approach when DB schemas are split into multiple projects and DB contexts.
11 Jan 2023 by keerthi raja
Using Insight.Database to Run and Complete SELECT SQL Commands (.NET Micro ORM)
4 Jan 2016 by Han Bo Sun
Detailed description of how many-to-many association works with Hibernate, using MySQL and Spring
8 Jun 2018 by Ansel Castro
The article describes some exciting features of Enterlib for Android like its Object Relational Mapper and the Dependency Injection Engine.
1 Aug 2013 by LEADTOOLS Support
Creating and Processing OMR Forms with LEADTOOLS
1 Nov 2013 by LEADTOOLS Support
Improving Forms Recognition Results with Automated Alignment
22 Sep 2014 by adityaswami89
Object/relational mapping (ORMs)
17 Feb 2024 by Higty
A DAL generator that generates StoredProcedure client class and creates Table and Record classes
15 Feb 2015 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
10 Mar 2017 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.
19 Feb 2017 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.
12 Feb 2013 by Rahul Rajat Singh
This article discuss about implementing Table per Type inheritance hierarchy using Entity Framework.
11 Mar 2014 by mbarbac
Implementing the Repository and Unit of Work Patterns dynamically using Kerosene ORM
1 Mar 2016 by Akhil Mittal
Enterprise level application architecture with Web APIs using Entity Framework, Generic Repository pattern and Unit of Work.
4 Jan 2015 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.
13 Feb 2013 by Rahul Rajat Singh
This article talks about the Table per Hierarchy inheritance relationship using entity framework.
8 Nov 2013 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.
17 Nov 2015 by vladimir husnullin
MVC/SPA/REST in web development with Jeneva.Net
15 Jun 2020 by Vadim Loboda
ADO.NET Micro-ORM to SQL Server
30 Oct 2014 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.
27 Jun 2019 by Eric P Schneider
Perform parallel queries with the Symbiotic Micro ORM
9 Dec 2012 by MarkChimes2
A small utility that generates C# code for each of the layers in an nTiered system.
13 Jun 2017 by Adam O'Neil (Travelers Rest, SC)
Introduction to Postulate, a code-first ORM for SQL Server made with Dapper
5 Jul 2022 by DiponRoy
Example of Generic Repository Class with SQLAlchemy and Python
20 Apr 2019 by BrainlessLabs.com, sibani.p
Creating a simple ORM for C++ on-top of SQL database
21 Jul 2017 by winsonet
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.
29 Jun 2014 by Syed M Hussain
A lightweight Entity based Framework
22 May 2019 by aquila huang
Introduction of the open source project Light.Data
3 Jul 2022 by DiponRoy
Conditional filter query example in SQLAlchemy and Python