Dapper.EntityFramework 2.1.66
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
No packages depend on Dapper.EntityFramework.
https://dapperlib.github.io/Dapper/
.NET Framework 4.6.1
- Dapper (>= 2.1.66)
- EntityFramework (>= 6.1.3)
- Microsoft.SqlServer.Types (>= 14.0.1016.290)
Version | Downloads | Last updated |
---|---|---|
2.1.66 | 13 | 02/11/2025 |
2.0.151 | 14 | 08/29/2023 |
2.0.90 | 19 | 03/22/2024 |
2.0.78 | 17 | 03/22/2024 |
2.0.35 | 17 | 03/22/2024 |
2.0.30 | 19 | 12/07/2023 |
2.0.4 | 19 | 06/13/2023 |
1.60.1 | 12 | 03/22/2024 |
1.50.5 | 15 | 03/22/2024 |
1.50.4 | 17 | 03/22/2024 |
1.50.2 | 11 | 03/22/2024 |
1.50.0 | 16 | 03/22/2024 |
1.50.0-rc3 | 15 | 08/26/2023 |
1.50.0-rc2b | 16 | 08/29/2023 |
1.50.0-beta8 | 16 | 08/29/2023 |
1.33.0 | 15 | 10/28/2022 |
1.26.0 | 14 | 03/22/2024 |