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 logo

Showing the top 20 packages that depend on Dapper.StrongName.

Packages Downloads
YesSql.Core
Package Description
35
YesSql.Core
Package Description
36
YesSql.Core
Package Description
37
YesSql.Core
Package Description
38
YesSql.Core
Package Description
41
YesSql.Core
Package Description
43
YesSql.Core
Package Description
48

https://dapperlib.github.io/Dapper/

.NET Framework 4.6.1

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2.1.66 31 03/12/2025
2.1.35 41 06/02/2024
2.1.28 36 06/02/2024
2.1.24 37 06/02/2024
2.1.21 34 06/02/2024
2.1.15 42 06/02/2024
2.1.11 33 06/02/2024
2.0.151 38 06/02/2024
2.0.143 43 06/02/2024
2.0.138 38 06/02/2024
2.0.123 33 06/02/2024
2.0.90 43 06/02/2024
2.0.78 42 06/02/2024
2.0.35 40 06/02/2024
2.0.30 38 06/02/2024
2.0.4 39 06/02/2024
1.60.1 34 06/02/2024
1.50.5 37 06/02/2024
1.50.4 35 06/02/2024
1.50.4-alpha1-00070 29 06/02/2024
1.50.2 44 06/02/2024
1.50.0 42 06/02/2024
1.50.0-rc3 37 06/02/2024
1.50.0-rc2b 34 06/02/2024
1.50.0-rc2a 36 06/02/2024
1.50.0-rc2 38 06/02/2024
1.50.0-beta9 34 06/02/2024
1.50.0-beta8 33 06/02/2024
1.50.0-beta7 39 06/02/2024
1.50.0-beta6 35 06/02/2024
1.50.0-beta5 40 06/02/2024
1.50.0-beta4 32 06/02/2024
1.50.0-beta3 34 06/02/2024
1.50.0-beta2 34 06/02/2024
1.50.0-beta1 34 06/02/2024
1.40.0 47 06/02/2024
1.39.0 40 06/02/2024
1.38.0 37 06/02/2024
1.37.0 40 06/02/2024
1.36.0 36 06/02/2024
1.35.0 43 06/02/2024