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.35 106 06/27/2024
2.1.28 97 02/04/2024
2.1.24 23 07/23/2024
2.1.21 22 07/27/2024
2.1.15 31 07/23/2024
2.1.11 21 07/23/2024
2.1.4 15 07/23/2024
2.0.151 24 07/23/2024
2.0.143 28 02/04/2024
2.0.138 26 07/23/2024
2.0.123 26 07/23/2024
2.0.90 21 07/23/2024
2.0.78 28 07/23/2024
2.0.35 24 07/23/2024
2.0.30 29 07/23/2024
2.0.4 16 07/23/2024
1.60.6 29 07/23/2024
1.60.5 24 07/23/2024
1.60.1 23 07/23/2024
1.50.5 18 07/23/2024
1.50.4 19 07/23/2024
1.50.4-alpha1-00070 24 07/23/2024
1.50.2 26 07/23/2024
1.50.1 26 07/23/2024
1.50.0 24 07/23/2024
1.50.0-rc3 30 07/23/2024
1.50.0-rc2b 31 07/23/2024
1.50.0-rc2a 24 07/23/2024
1.50.0-rc2 24 07/23/2024
1.50.0-beta9 27 07/23/2024
1.50.0-beta8 28 07/23/2024
1.50.0-beta7 26 07/23/2024
1.50.0-beta6 23 07/23/2024
1.50.0-beta5 28 07/23/2024
1.50.0-beta4 18 07/23/2024
1.50.0-beta3 26 07/23/2024
1.50.0-beta2 29 07/23/2024
1.50.0-beta1 22 07/23/2024
1.42.0 29 07/20/2024
1.41.0-beta5 29 07/23/2024
1.41.0-beta4 22 07/23/2024
1.41.0-beta3 25 07/23/2024
1.41.0-beta2 32 07/20/2024
1.41.0-beta 24 07/23/2024
1.41.0-alpha 28 07/23/2024
1.40.0 21 07/23/2024
1.39.0 25 07/23/2024
1.38.0 33 07/23/2024
1.37.0 32 07/23/2024
1.36.0 21 07/23/2024
1.35.0 28 07/23/2024
1.34.0 34 07/23/2024
1.33.0 21 07/23/2024
1.32.0 28 07/23/2024
1.31.0 32 07/23/2024
1.30.0 28 07/23/2024
1.29.0 24 07/23/2024
1.27.0 28 07/23/2024
1.26.0 25 07/23/2024
1.25.0 16 07/23/2024
1.24.0 19 07/23/2024
1.23.0 24 07/23/2024
1.22.0 24 07/23/2024
1.21.0 26 07/23/2024
1.20.0 17 07/23/2024
1.13.0 25 07/23/2024
1.12.1 26 07/23/2024
1.12.0 22 07/23/2024
1.11.0 23 07/23/2024
1.10.0 20 07/23/2024
1.9.0 31 07/23/2024
1.8.0 27 07/23/2024
1.7.0 27 07/23/2024
1.6.0 26 07/23/2024
1.5.0 23 07/23/2024
1.4.0 20 07/23/2024
1.3.0 26 07/23/2024
1.2.0 32 07/23/2024
1.1.0 23 07/23/2024
1.0.0 20 07/23/2024