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
|
2 |
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 | 1 | 11/13/2025 |
| 2.1.35 | 0 | 3/6/2024 |
| 2.1.28 | 0 | 1/2/2024 |
| 2.1.24 | 0 | 11/23/2023 |
| 2.1.21 | 0 | 11/11/2023 |
| 2.1.15 | 0 | 10/19/2023 |
| 2.1.11 | 0 | 10/13/2023 |
| 2.0.151 | 0 | 8/18/2023 |
| 2.0.143 | 0 | 6/20/2023 |
| 2.0.138 | 0 | 6/9/2023 |
| 2.0.123 | 0 | 11/10/2021 |
| 2.0.90 | 0 | 4/29/2021 |
| 2.0.78 | 0 | 11/18/2020 |
| 2.0.35 | 0 | 4/5/2020 |
| 2.0.30 | 0 | 9/27/2019 |
| 2.0.4 | 0 | 8/29/2019 |
| 1.60.1 | 0 | 3/3/2019 |
| 1.50.5 | 0 | 5/18/2018 |
| 1.50.4 | 0 | 11/26/2017 |
| 1.50.4-alpha1-00070 | 0 | 9/14/2017 |
| 1.50.2 | 0 | 7/22/2016 |
| 1.50.0 | 0 | 7/1/2016 |
| 1.50.0-rc3 | 0 | 6/28/2016 |
| 1.50.0-rc2b | 0 | 6/8/2016 |
| 1.50.0-rc2a | 0 | 5/27/2016 |
| 1.50.0-rc2 | 0 | 5/19/2016 |
| 1.50.0-beta9 | 0 | 4/1/2016 |
| 1.50.0-beta8 | 0 | 2/17/2016 |
| 1.50.0-beta7 | 0 | 1/5/2016 |
| 1.50.0-beta6 | 0 | 12/19/2015 |
| 1.50.0-beta5 | 0 | 12/8/2015 |
| 1.50.0-beta4 | 0 | 11/26/2015 |
| 1.50.0-beta3 | 0 | 11/19/2015 |
| 1.50.0-beta2 | 0 | 11/19/2015 |
| 1.50.0-beta1 | 0 | 11/3/2015 |
| 1.40.0 | 0 | 4/3/2015 |
| 1.39.0 | 0 | 3/18/2015 |
| 1.38.0 | 0 | 10/30/2014 |
| 1.37.0 | 0 | 10/22/2014 |
| 1.36.0 | 0 | 10/14/2014 |
| 1.35.0 | 0 | 9/29/2014 |
