Dapper.EntityFramework
2.1.86
Prefix Reserved
See the version list below for details.
dotnet add package Dapper.EntityFramework --version 2.1.86
NuGet\Install-Package Dapper.EntityFramework -Version 2.1.86
<PackageReference Include="Dapper.EntityFramework" Version="2.1.86" />
<PackageVersion Include="Dapper.EntityFramework" Version="2.1.86" />
<PackageReference Include="Dapper.EntityFramework" />
paket add Dapper.EntityFramework --version 2.1.86
#r "nuget: Dapper.EntityFramework, 2.1.86"
#:package Dapper.EntityFramework@2.1.86
#addin nuget:?package=Dapper.EntityFramework&version=2.1.86
#tool nuget:?package=Dapper.EntityFramework&version=2.1.86
Dapper
Dapper is a simple micro-ORM used to simplify working with ADO.NET; if you like SQL but dislike the boilerplate of ADO.NET: Dapper is for you!
As a simple example:
string region = ...
var customers = connection.Query<Customer>(
"select * from Customers where Region = @region", // SQL
new { region } // parameters
).AsList();
But all the execute/single-row/scalar/async/etc functionality you would expect: is there as extension methods on your DbConnection.
See GitHub for more information and examples.
Sponsors
Dapper was originally developed for and by Stack Overflow, but is F/OSS. Sponsorship is welcome and invited - see the sponsor link at the top of the page. A huge thanks to everyone (individuals or organisations) who have sponsored Dapper, but a massive thanks in particular to:
- Dapper Plus is a major sponsor and is proud to contribute to the development of Dapper (read more)
- AWS who sponsored Dapper from Oct 2023 via the .NET on AWS Open Source Software Fund
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- Dapper (>= 2.1.86)
- EntityFramework (>= 6.1.3)
- Microsoft.SqlServer.Types (>= 14.0.1016.290)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dapper.EntityFramework:
| Package | Downloads |
|---|---|
|
Dapper.EntityFramework.Extensions
Extension for EntityFramework Library brings together the best of the EntityFramework with Dapper. Basic CRUD operations (Query, Insert, Update, Delete) for your POCOs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.89 | 39 | 9/23/2026 |
| 2.1.86 | 123 | 9/12/2026 |
| 2.1.66 | 17,206 | 2/6/2025 |
| 2.0.151 | 43,784 | 8/18/2023 |
| 2.0.90 | 95,933 | 4/29/2021 |
| 2.0.78 | 25,679 | 11/18/2020 |
| 2.0.35 | 18,923 | 4/5/2020 |
| 2.0.30 | 16,148 | 9/27/2019 |
| 2.0.4 | 2,220 | 8/29/2019 |
| 1.60.1 | 28,949 | 3/3/2019 |
| 1.50.5 | 4,608 | 5/18/2018 |
| 1.50.4 | 18,938 | 11/26/2017 |
| 1.50.2 | 65,412 | 7/24/2016 |
| 1.50.0 | 4,253 | 7/1/2016 |
| 1.50.0-rc3 | 1,973 | 6/28/2016 |
| 1.50.0-rc2b | 2,575 | 6/15/2016 |
| 1.50.0-beta8 | 1,370 | 2/17/2016 |
| 1.33.0 | 7,155 | 8/28/2014 |
| 1.26.0 | 2,019 | 7/3/2014 |
