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 34 03/08/2026
2.1.66 1,044 02/07/2025
2.1.35 505 06/27/2024
2.1.28 315 02/04/2024
2.1.24 129 07/23/2024
2.1.21 140 07/27/2024
2.1.15 134 07/23/2024
2.1.11 154 07/23/2024
2.1.4 139 07/23/2024
2.0.151 123 07/23/2024
2.0.143 148 02/04/2024
2.0.138 135 07/23/2024
2.0.123 127 07/23/2024
2.0.90 148 07/23/2024
2.0.78 134 07/23/2024
2.0.35 130 07/23/2024
2.0.30 132 07/23/2024
2.0.4 126 07/23/2024
1.60.6 127 07/23/2024
1.60.5 137 07/23/2024
1.60.1 126 07/23/2024
1.50.5 123 07/23/2024
1.50.4 125 07/23/2024
1.50.4-alpha1-00070 152 07/23/2024
1.50.2 128 07/23/2024
1.50.1 128 07/23/2024
1.50.0 128 07/23/2024
1.50.0-rc3 130 07/23/2024
1.50.0-rc2b 132 07/23/2024
1.50.0-rc2a 126 07/23/2024
1.50.0-rc2 148 07/23/2024
1.50.0-beta9 139 07/23/2024
1.50.0-beta8 128 07/23/2024
1.50.0-beta7 130 07/23/2024
1.50.0-beta6 137 07/23/2024
1.50.0-beta5 141 07/23/2024
1.50.0-beta4 122 07/23/2024
1.50.0-beta3 133 07/23/2024
1.50.0-beta2 143 07/23/2024
1.50.0-beta1 122 07/23/2024
1.42.0 124 07/20/2024
1.41.0-beta5 141 07/23/2024
1.41.0-beta4 142 07/23/2024
1.41.0-beta3 134 07/23/2024
1.41.0-beta2 139 07/20/2024
1.41.0-beta 138 07/23/2024
1.41.0-alpha 124 07/23/2024
1.40.0 127 07/23/2024
1.39.0 146 07/23/2024
1.38.0 158 07/23/2024
1.37.0 162 07/23/2024
1.36.0 143 07/23/2024
1.35.0 133 07/23/2024
1.34.0 148 07/23/2024
1.33.0 107 07/23/2024
1.32.0 144 07/23/2024
1.31.0 135 07/23/2024
1.30.0 126 07/23/2024
1.29.0 130 07/23/2024
1.27.0 135 07/23/2024
1.26.0 142 07/23/2024
1.25.0 152 07/23/2024
1.24.0 126 07/23/2024
1.23.0 148 07/23/2024
1.22.0 154 07/23/2024
1.21.0 132 07/23/2024
1.20.0 129 07/23/2024
1.13.0 136 07/23/2024
1.12.1 126 07/23/2024
1.12.0 137 07/23/2024
1.11.0 148 07/23/2024
1.10.0 138 07/23/2024
1.9.0 170 07/23/2024
1.8.0 136 07/23/2024
1.7.0 133 07/23/2024
1.6.0 134 07/23/2024
1.5.0 124 07/23/2024
1.4.0 135 07/23/2024
1.3.0 158 07/23/2024
1.2.0 145 07/23/2024
1.1.0 118 07/23/2024
1.0.0 146 07/23/2024