Click here to Skip to main content
15,867,895 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 

23 Oct 2015 by Codeman the Barbarian
In the tip, I go through one approach to integrating SQL Server's FILESTREAM type with Nhibernate.
4 Sep 2021 by Alen Toma
This is a very easy way to build your ORM and have full control over how the database and query is setup.
16 Oct 2013 by Shweta Lodha
I want to share some of the best practices which needs to be followed while dealing with any ORMs (Object Relational Models)
30 Oct 2013 by Marc Leger
ORM, databinding, asynchronous data access, and transactions