Dapper.StrongName 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
Showing the top 20 packages that depend on Dapper.StrongName.
| Packages | Downloads |
|---|---|
|
YesSql.Core
Package Description
|
22 |
|
YesSql.Core
Package Description
|
23 |
|
YesSql.Core
Package Description
|
24 |
|
YesSql.Core
Package Description
|
25 |
|
YesSql.Core
Package Description
|
27 |
|
YesSql.Core
Package Description
|
28 |
|
YesSql.Core
Package Description
|
34 |
https://dapperlib.github.io/Dapper/
.NET Framework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.1)
.NET 8.0
- No dependencies.
.NET Standard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.1)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
| Version | Downloads | Last updated |
|---|---|---|
| 2.1.66 | 16 | 03/12/2025 |
| 2.1.35 | 26 | 06/02/2024 |
| 2.1.28 | 22 | 06/02/2024 |
| 2.1.24 | 24 | 06/02/2024 |
| 2.1.21 | 23 | 06/02/2024 |
| 2.1.15 | 26 | 06/02/2024 |
| 2.1.11 | 23 | 06/02/2024 |
| 2.0.151 | 24 | 06/02/2024 |
| 2.0.143 | 24 | 06/02/2024 |
| 2.0.138 | 25 | 06/02/2024 |
| 2.0.123 | 20 | 06/02/2024 |
| 2.0.90 | 26 | 06/02/2024 |
| 2.0.78 | 26 | 06/02/2024 |
| 2.0.35 | 26 | 06/02/2024 |
| 2.0.30 | 24 | 06/02/2024 |
| 2.0.4 | 25 | 06/02/2024 |
| 1.60.1 | 22 | 06/02/2024 |
| 1.50.5 | 26 | 06/02/2024 |
| 1.50.4 | 24 | 06/02/2024 |
| 1.50.4-alpha1-00070 | 19 | 06/02/2024 |
| 1.50.2 | 26 | 06/02/2024 |
| 1.50.0 | 28 | 06/02/2024 |
| 1.50.0-rc3 | 19 | 06/02/2024 |
| 1.50.0-rc2b | 22 | 06/02/2024 |
| 1.50.0-rc2a | 24 | 06/02/2024 |
| 1.50.0-rc2 | 25 | 06/02/2024 |
| 1.50.0-beta9 | 22 | 06/02/2024 |
| 1.50.0-beta8 | 21 | 06/02/2024 |
| 1.50.0-beta7 | 20 | 06/02/2024 |
| 1.50.0-beta6 | 21 | 06/02/2024 |
| 1.50.0-beta5 | 26 | 06/02/2024 |
| 1.50.0-beta4 | 22 | 06/02/2024 |
| 1.50.0-beta3 | 22 | 06/02/2024 |
| 1.50.0-beta2 | 25 | 06/02/2024 |
| 1.50.0-beta1 | 21 | 06/02/2024 |
| 1.40.0 | 34 | 06/02/2024 |
| 1.39.0 | 23 | 06/02/2024 |
| 1.38.0 | 26 | 06/02/2024 |
| 1.37.0 | 26 | 06/02/2024 |
| 1.36.0 | 23 | 06/02/2024 |
| 1.35.0 | 28 | 06/02/2024 |
