Dapper.StrongName 2.1.79

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
12
YesSql.Core
Package Description
11

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

.NET Framework 4.6.1

.NET 8.0

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2.1.79 2 17.05.2026
2.1.72 4 13.03.2026
2.1.66 12 19.03.2025
2.1.35 11 19.12.2024
2.1.28 10 19.03.2025
2.1.24 10 19.03.2025
2.1.21 10 19.03.2025
2.1.15 10 19.03.2025
2.1.11 11 19.03.2025
2.0.151 10 19.03.2025
2.0.143 12 19.03.2025
2.0.138 10 19.03.2025
2.0.123 10 19.03.2025
2.0.90 10 19.03.2025
2.0.78 10 19.03.2025
2.0.35 10 19.03.2025
2.0.30 11 19.03.2025
2.0.4 12 19.03.2025
1.60.1 11 19.03.2025
1.50.5 11 19.03.2025
1.50.4 10 19.03.2025
1.50.4-alpha1-00070 10 19.03.2025
1.50.2 9 19.03.2025
1.50.0 10 19.03.2025
1.50.0-rc3 10 19.03.2025
1.50.0-rc2b 10 19.03.2025
1.50.0-rc2a 10 19.03.2025
1.50.0-rc2 10 19.03.2025
1.50.0-beta9 10 19.03.2025
1.50.0-beta8 10 19.03.2025
1.50.0-beta7 10 19.03.2025
1.50.0-beta6 10 19.03.2025
1.50.0-beta5 10 19.03.2025
1.50.0-beta4 10 19.03.2025
1.50.0-beta3 10 19.03.2025
1.50.0-beta2 10 19.03.2025
1.50.0-beta1 10 19.03.2025
1.40.0 13 19.03.2025
1.39.0 12 19.03.2025
1.38.0 12 19.03.2025
1.37.0 12 19.03.2025
1.36.0 12 19.03.2025
1.35.0 12 19.03.2025