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

21 Feb 2014 by jgauffin
Introducing the data mapper in Griffin.Framework
13 Aug 2015 by Gaurav Aroraa
NHibernate threw an error when used Reserved SQLserver kerywords with in mappings, queries, etc.