Dapper 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.

Packages Downloads
YesSql.Core
Package Description
5
YesSql.Core
Package Description
6
YesSql.Core
Package Description
7
YesSql.Core
YesSql.Core
5
YesSql.Core
YesSql.Core
6

.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 8 20.05.2026
2.1.72 7 14.03.2026
2.1.66 7 28.11.2025
2.1.35 18 29.11.2025
2.1.28 9 29.11.2025
2.1.24 13 29.11.2025
2.1.21 10 29.11.2025
2.1.15 9 29.11.2025
2.1.11 9 29.11.2025
2.1.4 10 29.11.2025
2.0.151 9 29.11.2025
2.0.143 9 29.11.2025
2.0.138 16 29.11.2025
2.0.123 10 29.11.2025
2.0.90 9 29.11.2025
2.0.78 9 29.11.2025
2.0.35 9 29.11.2025
2.0.30 9 29.11.2025
2.0.4 17 29.11.2025
1.60.6 10 29.11.2025
1.60.5 9 29.11.2025
1.60.1 9 29.11.2025
1.50.5 9 29.11.2025
1.50.4 9 29.11.2025
1.50.4-alpha1-00070 9 29.11.2025
1.50.2 9 29.11.2025
1.50.1 10 29.11.2025
1.50.0 9 29.11.2025
1.50.0-rc3 8 29.11.2025
1.50.0-rc2b 10 29.11.2025
1.50.0-rc2a 8 29.11.2025
1.50.0-rc2 9 29.11.2025
1.50.0-beta9 8 29.11.2025
1.50.0-beta8 9 29.11.2025
1.50.0-beta7 9 29.11.2025
1.50.0-beta6 9 29.11.2025
1.50.0-beta5 8 29.11.2025
1.50.0-beta4 10 29.11.2025
1.50.0-beta3 12 29.11.2025
1.50.0-beta2 9 29.11.2025
1.50.0-beta1 14 29.11.2025
1.42.0 10 29.11.2025
1.41.0-beta5 8 29.11.2025
1.41.0-beta4 9 29.11.2025
1.41.0-beta3 9 29.11.2025
1.41.0-beta2 12 29.11.2025
1.41.0-beta 11 29.11.2025
1.41.0-alpha 10 29.11.2025
1.40.0 9 29.11.2025
1.39.0 9 29.11.2025
1.38.0 10 29.11.2025
1.37.0 10 29.11.2025
1.36.0 12 29.11.2025
1.35.0 9 29.11.2025
1.34.0 9 29.11.2025
1.33.0 10 29.11.2025
1.32.0 11 29.11.2025
1.31.0 10 29.11.2025
1.30.0 10 29.11.2025
1.29.0 10 29.11.2025
1.27.0 9 29.11.2025
1.26.0 10 29.11.2025
1.25.0 11 29.11.2025
1.24.0 10 29.11.2025
1.23.0 8 29.11.2025
1.22.0 10 29.11.2025
1.21.0 10 29.11.2025
1.20.0 9 29.11.2025
1.13.0 9 29.11.2025
1.12.1 9 29.11.2025
1.12.0 10 29.11.2025
1.11.0 12 29.11.2025
1.10.0 10 29.11.2025
1.9.0 10 29.11.2025
1.8.0 15 29.11.2025
1.7.0 10 29.11.2025
1.6.0 12 29.11.2025
1.5.0 11 29.11.2025
1.4.0 13 29.11.2025
1.3.0 18 29.11.2025
1.2.0 10 29.11.2025
1.1.0 10 29.11.2025
1.0.0 11 29.11.2025