Dapper 2.1.66

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

Showing the top 20 packages that depend on Dapper.

Packages Downloads
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
13
HangFire.SqlServer
SQL Server job storage implementation for HangFire
13
Hangfire.MySqlStorage
Hangfire MySql Storage
12
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
12
HangFire.SqlServer
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
12
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
12
HangFire.SqlServer
SQL Server job storage implementation for HangFire
12
HangFire.SqlServer
SQL Server job storage implementation for HangFire (background job system for ASP.NET applications).
12

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

.NET Framework 4.6.1

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
2.1.66 10 02/27/2025
2.1.35 12 11/27/2024
2.1.28 11 11/27/2024
2.1.24 15 03/17/2024
2.1.21 11 11/27/2024
2.1.15 12 11/27/2024
2.1.11 12 10/05/2024
2.1.4 11 10/03/2024
2.0.151 11 10/02/2024
2.0.143 10 11/27/2024
2.0.138 11 10/03/2024
2.0.123 11 10/03/2024
2.0.90 11 10/04/2024
2.0.78 12 01/08/2022
2.0.35 11 11/27/2024
2.0.30 12 11/27/2024
2.0.4 11 11/27/2024
1.60.6 11 11/27/2024
1.60.5 10 11/27/2024
1.60.1 12 11/21/2024
1.50.5 14 12/11/2022
1.50.4 11 11/27/2024
1.50.4-alpha1-00070 12 11/27/2024
1.50.2 12 10/02/2024
1.50.1 13 04/04/2022
1.50.0 12 11/27/2024
1.50.0-rc3 10 11/27/2024
1.50.0-rc2b 10 11/27/2024
1.50.0-rc2a 10 11/27/2024
1.50.0-rc2 12 10/05/2024
1.50.0-beta9 11 11/27/2024
1.50.0-beta8 12 11/27/2024
1.50.0-beta7 12 11/27/2024
1.50.0-beta6 13 10/02/2024
1.50.0-beta5 12 10/05/2024
1.50.0-beta4 11 11/27/2024
1.50.0-beta3 12 11/27/2024
1.50.0-beta2 11 10/03/2024
1.50.0-beta1 12 11/27/2024
1.42.0 8 10/03/2024
1.41.0-beta5 11 11/27/2024
1.41.0-beta4 8 11/27/2024
1.41.0-beta3 12 11/19/2024
1.41.0-beta2 11 11/27/2024
1.41.0-beta 11 10/03/2024
1.41.0-alpha 11 10/05/2024
1.40.0 13 11/27/2024
1.39.0 13 10/03/2024
1.38.0 13 10/03/2024
1.37.0 13 11/27/2024
1.36.0 13 11/27/2024
1.35.0 11 10/03/2024
1.34.0 12 11/27/2024
1.33.0 13 11/27/2024
1.32.0 13 10/05/2024
1.31.0 11 11/27/2024
1.30.0 13 11/27/2024
1.29.0 11 10/03/2024
1.27.0 13 10/05/2024
1.26.0 11 10/03/2024
1.25.0 14 11/27/2024
1.24.0 12 11/27/2024
1.23.0 12 11/27/2024
1.22.0 13 10/05/2024
1.21.0 11 11/27/2024
1.20.0 13 11/27/2024
1.13.0 11 11/27/2024
1.12.1 10 11/27/2024
1.12.0 12 11/27/2024
1.11.0 11 11/27/2024
1.10.0 11 11/27/2024
1.9.0 11 10/05/2024
1.8.0 12 10/05/2024
1.7.0 12 11/27/2024
1.6.0 10 10/01/2024
1.5.0 13 11/27/2024
1.4.0 12 10/01/2024
1.3.0 11 11/27/2024
1.2.0 10 10/05/2024
1.1.0 12 11/27/2024
1.0.0 11 10/05/2024