Need advice about which tool to choose?Ask the StackShare community!

Dapper

562
68
+ 1
6
Entity Framework

1.7K
205
+ 1
18
Add tool

Dapper vs Entity Framework: What are the differences?

Dapper: A simple object mapper for .Net. It is an object-relational mapping product for the Microsoft.NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database; Entity Framework: An object-relational mapper that enables .NET developers to work with relational data. It is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.

Dapper and Entity Framework can be categorized as "Object Relational Mapper (ORM)" tools.

Entity Framework is an open source tool with 1.16K GitHub stars and 493 GitHub forks. Here's a link to Entity Framework's open source repository on GitHub.

Mews, IFS, and Insoft are some of the popular companies that use Entity Framework, whereas Dapper is used by Credit Clear, Business Logic, and Knowcross Solution Pvt Ltd. Entity Framework has a broader approval, being mentioned in 64 company stacks & 93 developers stacks; compared to Dapper, which is listed in 6 company stacks and 17 developer stacks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Dapper
Pros of Entity Framework
  • 6
    Fastest ORM
  • 5
    LINQ
  • 3
    Object Oriented
  • 3
    Strongly Object-Oriented
  • 2
    Multiple approach (Model/Database/Code) first
  • 2
    Code first approach
  • 1
    Model first approach
  • 1
    Auto generated code
  • 1
    Strongly typed entities
  • 0
    Database first

Sign up to add or upvote prosMake informed product decisions

What is Dapper?

It is an object-relational mapping product for the Microsoft.NET platform: it provides a framework for mapping an object-oriented domain model to a traditional relational database.

What is Entity Framework?

It is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention Dapper and Entity Framework as a desired skillset
CBRE
United States of America Massachusetts Boston
What companies use Dapper?
What companies use Entity Framework?
See which teams inside your own company are using Dapper or Entity Framework.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Dapper?
What tools integrate with Entity Framework?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to Dapper and Entity Framework?
Hibernate
Hibernate is a suite of open source projects around domain models. The flagship project is Hibernate ORM, the Object Relational Mapper.
SQLAlchemy
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
Sequelize
Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, MariaDB, SQLite and MSSQL and features solid transaction support, relations, read replication and more.
Entity Framework Core
It is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology. It can serve as an object-relational mapper (O/RM), enabling .NET developers to work with a database using .NET objects, and eliminating the need for most of the data-access code they usually need to write.
Doctrine 2
Doctrine 2 sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL.
See all alternatives