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

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.79 21 05/16/2026
2.1.72 40 03/09/2026
2.1.66 73 09/02/2025
2.1.35 62 09/05/2025
2.1.28 55 09/05/2025
2.1.24 74 09/05/2025
2.1.21 61 09/05/2025
2.1.15 57 09/05/2025
2.1.11 69 09/05/2025
2.1.4 65 09/05/2025
2.0.151 70 09/05/2025
2.0.143 57 09/05/2025
2.0.138 61 09/05/2025
2.0.123 57 09/05/2025
2.0.90 57 09/05/2025
2.0.78 73 09/05/2025
2.0.35 63 09/05/2025
2.0.30 65 09/05/2025
2.0.4 73 09/05/2025
1.60.6 79 09/05/2025
1.60.5 60 09/05/2025
1.60.1 67 09/05/2025
1.50.5 61 09/05/2025
1.50.4 64 09/05/2025
1.50.4-alpha1-00070 61 09/05/2025
1.50.2 72 09/05/2025
1.50.1 64 09/05/2025
1.50.0 62 09/05/2025
1.50.0-rc3 64 09/05/2025
1.50.0-rc2b 60 09/05/2025
1.50.0-rc2a 58 09/05/2025
1.50.0-rc2 59 09/05/2025
1.50.0-beta9 63 09/05/2025
1.50.0-beta8 66 09/05/2025
1.50.0-beta7 61 09/05/2025
1.50.0-beta6 65 09/05/2025
1.50.0-beta5 62 09/05/2025
1.50.0-beta4 64 09/05/2025
1.50.0-beta3 59 09/05/2025
1.50.0-beta2 64 09/05/2025
1.50.0-beta1 64 09/05/2025
1.42.0 72 09/05/2025
1.41.0-beta5 58 09/05/2025
1.41.0-beta4 59 09/05/2025
1.41.0-beta3 63 09/05/2025
1.41.0-beta2 60 09/05/2025
1.41.0-beta 70 09/05/2025
1.41.0-alpha 58 09/05/2025
1.40.0 58 09/05/2025
1.39.0 64 09/05/2025
1.38.0 64 09/05/2025
1.37.0 57 09/05/2025
1.36.0 56 09/05/2025
1.35.0 57 09/05/2025
1.34.0 68 09/05/2025
1.33.0 62 09/05/2025
1.32.0 67 09/05/2025
1.31.0 62 09/05/2025
1.30.0 65 09/05/2025
1.29.0 55 09/05/2025
1.27.0 64 09/05/2025
1.26.0 59 09/05/2025
1.25.0 65 09/05/2025
1.24.0 65 09/05/2025
1.23.0 68 09/05/2025
1.22.0 64 09/05/2025
1.21.0 68 09/05/2025
1.20.0 69 09/05/2025
1.13.0 61 09/05/2025
1.12.1 66 09/05/2025
1.12.0 71 09/05/2025
1.11.0 60 09/05/2025
1.10.0 63 09/05/2025
1.9.0 60 09/05/2025
1.8.0 65 09/05/2025
1.7.0 66 09/05/2025
1.6.0 65 09/05/2025
1.5.0 65 09/05/2025
1.4.0 65 09/05/2025
1.3.0 69 09/05/2025
1.2.0 64 09/05/2025
1.1.0 69 09/05/2025
1.0.0 65 09/05/2025