Dapper 2.1.72

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

No packages depend on Dapper.

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.72 1 03/10/2026
2.1.66 10 02/27/2025
2.1.44 3 02/02/2026
2.1.35 9 02/27/2025
2.1.28 8 02/27/2025
2.1.24 13 09/12/2024
2.1.21 7 02/27/2025
2.1.15 8 02/27/2025
2.1.11 8 02/27/2025
2.1.4 7 02/27/2025
2.0.151 8 02/27/2025
2.0.143 8 02/27/2025
2.0.138 8 02/27/2025
2.0.123 8 02/27/2025
2.0.90 8 02/27/2025
2.0.78 7 02/27/2025
2.0.35 8 02/27/2025
2.0.30 8 02/27/2025
2.0.4 7 02/27/2025
1.60.6 7 02/27/2025
1.60.5 8 02/27/2025
1.60.1 8 02/27/2025
1.50.5 8 02/27/2025
1.50.4 8 02/27/2025
1.50.4-alpha1-00070 8 02/27/2025
1.50.2 6 02/27/2025
1.50.1 7 02/27/2025
1.50.0 6 02/27/2025
1.50.0-rc3 7 02/27/2025
1.50.0-rc2b 8 02/27/2025
1.50.0-rc2a 8 02/27/2025
1.50.0-rc2 8 02/27/2025
1.50.0-beta9 8 02/27/2025
1.50.0-beta8 8 02/27/2025
1.50.0-beta7 8 02/27/2025
1.50.0-beta6 8 02/27/2025
1.50.0-beta5 7 02/27/2025
1.50.0-beta4 8 02/27/2025
1.50.0-beta3 8 02/27/2025
1.50.0-beta2 7 02/27/2025
1.50.0-beta1 7 02/27/2025
1.42.0 7 02/27/2025
1.41.0-beta5 7 02/27/2025
1.41.0-beta4 6 02/27/2025
1.41.0-beta3 7 02/27/2025
1.41.0-beta2 7 02/27/2025
1.41.0-beta 8 02/27/2025
1.41.0-alpha 7 02/27/2025
1.40.0 8 02/27/2025
1.39.0 8 02/27/2025
1.38.0 8 02/27/2025
1.37.0 8 02/27/2025
1.36.0 7 02/27/2025
1.35.0 8 02/27/2025
1.34.0 8 02/27/2025
1.33.0 8 02/27/2025
1.32.0 8 02/27/2025
1.31.0 8 02/27/2025
1.30.0 8 02/27/2025
1.29.0 8 02/27/2025
1.27.0 8 02/27/2025
1.26.0 7 02/27/2025
1.25.0 8 02/27/2025
1.24.0 8 02/27/2025
1.23.0 7 02/27/2025
1.22.0 9 02/27/2025
1.21.0 8 02/27/2025
1.20.0 7 02/27/2025
1.13.0 7 02/27/2025
1.12.1 7 02/27/2025
1.12.0 8 02/27/2025
1.11.0 8 02/27/2025
1.10.0 7 02/27/2025
1.9.0 7 02/27/2025
1.8.0 8 02/27/2025
1.7.0 7 02/27/2025
1.6.0 8 02/27/2025
1.5.0 7 02/27/2025
1.4.0 7 02/27/2025
1.3.0 7 02/27/2025
1.2.0 7 02/27/2025
1.1.0 7 02/27/2025
1.0.0 8 02/27/2025