Tag: #dapper

Posts tagged with #dapper

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