Dapper 2.1.35

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.

No packages depend on Dapper.

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

.NET Framework 4.6.1

  • No dependencies.

.NET 5.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2.1.66 386 02/07/2025
2.1.35 444 06/27/2024
2.1.28 255 02/04/2024
2.1.24 73 07/23/2024
2.1.21 73 07/27/2024
2.1.15 78 07/23/2024
2.1.11 67 07/23/2024
2.1.4 66 07/23/2024
2.0.151 78 07/23/2024
2.0.143 64 02/04/2024
2.0.138 72 07/23/2024
2.0.123 67 07/23/2024
2.0.90 84 07/23/2024
2.0.78 77 07/23/2024
2.0.35 66 07/23/2024
2.0.30 71 07/23/2024
2.0.4 66 07/23/2024
1.60.6 67 07/23/2024
1.60.5 72 07/23/2024
1.60.1 68 07/23/2024
1.50.5 57 07/23/2024
1.50.4 74 07/23/2024
1.50.4-alpha1-00070 71 07/23/2024
1.50.2 69 07/23/2024
1.50.1 69 07/23/2024
1.50.0 74 07/23/2024
1.50.0-rc3 75 07/23/2024
1.50.0-rc2b 75 07/23/2024
1.50.0-rc2a 70 07/23/2024
1.50.0-rc2 90 07/23/2024
1.50.0-beta9 77 07/23/2024
1.50.0-beta8 67 07/23/2024
1.50.0-beta7 67 07/23/2024
1.50.0-beta6 64 07/23/2024
1.50.0-beta5 68 07/23/2024
1.50.0-beta4 60 07/23/2024
1.50.0-beta3 73 07/23/2024
1.50.0-beta2 76 07/23/2024
1.50.0-beta1 64 07/23/2024
1.42.0 81 07/20/2024
1.41.0-beta5 74 07/23/2024
1.41.0-beta4 72 07/23/2024
1.41.0-beta3 69 07/23/2024
1.41.0-beta2 76 07/20/2024
1.41.0-beta 68 07/23/2024
1.41.0-alpha 73 07/23/2024
1.40.0 70 07/23/2024
1.39.0 75 07/23/2024
1.38.0 82 07/23/2024
1.37.0 84 07/23/2024
1.36.0 74 07/23/2024
1.35.0 71 07/23/2024
1.34.0 75 07/23/2024
1.33.0 59 07/23/2024
1.32.0 76 07/23/2024
1.31.0 79 07/23/2024
1.30.0 77 07/23/2024
1.29.0 74 07/23/2024
1.27.0 75 07/23/2024
1.26.0 62 07/23/2024
1.25.0 72 07/23/2024
1.24.0 69 07/23/2024
1.23.0 77 07/23/2024
1.22.0 76 07/23/2024
1.21.0 72 07/23/2024
1.20.0 70 07/23/2024
1.13.0 76 07/23/2024
1.12.1 64 07/23/2024
1.12.0 70 07/23/2024
1.11.0 72 07/23/2024
1.10.0 62 07/23/2024
1.9.0 79 07/23/2024
1.8.0 77 07/23/2024
1.7.0 71 07/23/2024
1.6.0 79 07/23/2024
1.5.0 70 07/23/2024
1.4.0 72 07/23/2024
1.3.0 85 07/23/2024
1.2.0 79 07/23/2024
1.1.0 65 07/23/2024
1.0.0 71 07/23/2024