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
DapperExtensions.DotnetCore
Dapper Extentsions for dotnet core
48
HangFire.SqlServer
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
38
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
32
HangFire.SqlServer
SQL Server job storage implementation for HangFire
32
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
31
HangFire.SqlServer
SQL Server job storage implementation for HangFire
31
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
30
HangFire.SqlServer
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
30
Hangfire.SqlServer
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire (background job system for ASP.NET applications).
29
Hangfire.SqlServer
SQL Server / SQL Azure job storage implementation for Hangfire (background job system for ASP.NET applications).
29

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 24 2/20/2025
2.1.44 24 12/12/2024
2.1.35 37 3/9/2024
2.1.28 27 3/9/2024
2.1.24 29 3/9/2024
2.1.21 30 3/9/2024
2.1.15 32 3/9/2024
2.1.11 32 3/9/2024
2.1.4 32 3/9/2024
2.0.151 32 3/9/2024
2.0.143 27 7/2/2023
2.0.138 28 7/2/2023
2.0.123 30 7/2/2023
2.0.90 38 7/2/2023
2.0.78 31 7/2/2023
2.0.35 30 4/12/2022
2.0.30 39 7/2/2023
2.0.4 31 7/2/2023
1.60.6 42 7/2/2023
1.60.5 31 7/2/2023
1.60.1 31 7/2/2023
1.50.5 30 7/2/2023
1.50.4 34 7/2/2023
1.50.4-alpha1-00070 31 7/2/2023
1.50.2 29 7/2/2023
1.50.1 30 7/2/2023
1.50.0 33 7/2/2023
1.50.0-rc3 27 7/2/2023
1.50.0-rc2b 33 7/2/2023
1.50.0-rc2a 24 7/2/2023
1.50.0-rc2 29 7/2/2023
1.50.0-beta9 27 7/2/2023
1.50.0-beta8 29 7/2/2023
1.50.0-beta7 31 7/2/2023
1.50.0-beta6 25 7/2/2023
1.50.0-beta5 25 7/2/2023
1.50.0-beta4 28 7/2/2023
1.50.0-beta3 30 7/2/2023
1.50.0-beta2 29 7/2/2023
1.50.0-beta1 28 7/2/2023
1.42.0 41 7/2/2023
1.41.0-beta5 26 7/2/2023
1.41.0-beta4 25 7/2/2023
1.41.0-beta3 28 7/2/2023
1.41.0-beta2 25 7/2/2023
1.41.0-beta 26 7/2/2023
1.41.0-alpha 31 7/2/2023
1.40.0 28 7/2/2023
1.39.0 34 7/2/2023
1.38.0 30 7/2/2023
1.37.0 32 7/2/2023
1.36.0 32 7/2/2023
1.35.0 38 7/2/2023
1.34.0 29 7/2/2023
1.33.0 29 7/2/2023
1.32.0 32 7/2/2023
1.31.0 34 7/2/2023
1.30.0 37 7/2/2023
1.29.0 29 7/2/2023
1.27.0 34 7/2/2023
1.26.0 29 7/2/2023
1.25.0 26 7/2/2023
1.24.0 31 7/2/2023
1.23.0 28 7/2/2023
1.22.0 29 7/2/2023
1.21.0 34 7/2/2023
1.20.0 36 7/2/2023
1.13.0 36 7/2/2023
1.12.1 29 7/2/2023
1.12.0 30 7/2/2023
1.11.0 32 7/2/2023
1.10.0 32 7/2/2023
1.9.0 32 7/2/2023
1.8.0 30 7/2/2023
1.7.0 29 7/2/2023
1.6.0 32 7/2/2023
1.5.0 25 7/2/2023
1.4.0 38 7/2/2023
1.3.0 29 7/2/2023
1.2.0 33 7/2/2023
1.1.0 32 7/2/2023
1.0.0 27 7/2/2023