Tag: #orm

Posts tagged with #orm

What is an ORM?

What is an ORM?

A conceptual guide to Object-Relational Mapping (ORM). Learn what an ORM is, the problem it solves (the object-relational impedance mismatch), and how it allows you to work with databases using the objects and classes of your favorite programming language.

Read more

Dapper vs. Entity Framework Core: A Comparison

A comparison of two of the most popular data access technologies in the .NET world: the full-featured ORM Entity Framework Core and the high-performance micro-ORM Dapper. Learn about their key differences and when to choose one over the other.

Read more

An Introduction to Entity Framework Core

A beginner's guide to Entity Framework Core 1.0, the new, cross-platform Object-Relational Mapper (ORM) for .NET Core. Learn how to use it to work with databases using .NET objects instead of raw SQL.

Read more