Dapper.StrongName 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.StrongName.

Packages Downloads
MiniProfiler.Providers.SqlServer
MiniProfiler: Profiler storage for SQL Server
22
MiniProfiler.Providers.SqlServer
MiniProfiler: Profiler storage for SQL Server
20
MiniProfiler.Providers.SqlServer
MiniProfiler: Profiler storage for SQL Server
19
MiniProfiler.Providers.SqlServer
MiniProfiler: Profiler storage for SQL Server
18
MiniProfiler.Providers.SqlServer
MiniProfiler: Profiler storage for SQL Server
17
MiniProfiler.Providers.SqlServer
MiniProfiler: Profiler storage for SQL Server
16

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 26 03/06/2025
2.1.35 18 03/06/2025
2.1.28 21 03/08/2025
2.1.24 18 03/06/2025
2.1.21 20 03/07/2025
2.1.15 18 03/06/2025
2.1.11 17 03/06/2025
2.0.151 17 03/06/2025
2.0.143 19 03/06/2025
2.0.138 21 03/07/2025
2.0.123 20 10/08/2023
2.0.90 20 03/06/2025
2.0.78 23 03/08/2025
2.0.35 21 03/07/2025
2.0.30 21 03/07/2025
2.0.4 21 03/06/2025
1.60.1 21 03/06/2025
1.50.5 19 03/06/2025
1.50.4 21 03/07/2025
1.50.4-alpha1-00070 19 03/06/2025
1.50.2 20 03/06/2025
1.50.0 22 03/08/2025
1.50.0-rc3 23 03/07/2025
1.50.0-rc2b 21 03/07/2025
1.50.0-rc2a 21 03/08/2025
1.50.0-rc2 22 03/07/2025
1.50.0-beta9 19 03/07/2025
1.50.0-beta8 20 03/08/2025
1.50.0-beta7 18 03/06/2025
1.50.0-beta6 18 03/06/2025
1.50.0-beta5 20 03/08/2025
1.50.0-beta4 20 03/06/2025
1.50.0-beta3 19 03/06/2025
1.50.0-beta2 18 03/06/2025
1.50.0-beta1 17 03/06/2025
1.40.0 27 03/07/2025
1.39.0 21 03/08/2025
1.38.0 18 03/06/2025
1.37.0 18 03/06/2025
1.36.0 18 03/06/2025
1.35.0 18 03/06/2025