Dapper 2.1.35
Prefix Reserveddotnet add package Dapper --version 2.1.35
NuGet\Install-Package Dapper -Version 2.1.35
<PackageReference Include="Dapper" Version="2.1.35" />
paket add Dapper --version 2.1.35
#r "nuget: Dapper, 2.1.35"
// Install Dapper as a Cake Addin #addin nuget:?package=Dapper&version=2.1.35 // Install Dapper as a Cake Tool #tool nuget:?package=Dapper&version=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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- System.Reflection.Emit.Lightweight (>= 4.7.0)
-
net5.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (3.2K)
Showing the top 5 NuGet packages that depend on Dapper:
Package | Downloads |
---|---|
Dapper.Contrib
The official collection of get, insert, update and delete helpers for Dapper.net. Also handles lists of entities and optional "dirty" tracking of interface-based entities. |
|
Hangfire.PostgreSql
PostgreSql storage implementation for Hangfire (background job system for ASP.NET and aspnet core applications). |
|
Dapper.SqlBuilder
The Dapper SqlBuilder component, for building SQL queries dynamically. |
|
Dapper.FluentMap
Simple API to fluently map POCO properties to database columns when using Dapper. |
|
SqlKata.Execution
Adds the execution capabilities for SqlKata |
GitHub repositories (270)
Showing the top 5 popular GitHub repositories that depend on Dapper:
Repository | Stars |
---|---|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
|
Version | Downloads | Last updated |
---|---|---|
2.1.35 | 19,047,080 | 3/6/2024 |
2.1.28 | 8,600,534 | 1/2/2024 |
2.1.24 | 4,381,731 | 11/23/2023 |
2.1.21 | 1,851,377 | 11/11/2023 |
2.1.15 | 2,629,220 | 10/19/2023 |
2.1.11 | 1,141,336 | 10/13/2023 |
2.1.4 | 1,502,232 | 9/13/2023 |
2.0.151 | 5,020,247 | 8/18/2023 |
2.0.143 | 7,052,678 | 6/20/2023 |
2.0.138 | 839,441 | 6/9/2023 |
2.0.123 | 99,029,777 | 11/3/2021 |
2.0.90 | 27,445,698 | 4/29/2021 |
2.0.78 | 41,776,779 | 11/18/2020 |
2.0.35 | 40,053,211 | 4/5/2020 |
2.0.30 | 30,735,138 | 9/27/2019 |
2.0.4 | 3,903,157 | 8/29/2019 |
1.60.6 | 21,659,728 | 3/30/2019 |
1.60.5 | 163,050 | 3/27/2019 |
1.60.1 | 5,407,754 | 3/3/2019 |
1.50.5 | 34,198,215 | 5/18/2018 |
1.50.4 | 10,635,125 | 11/26/2017 |
1.50.4-alpha1-00070 | 114,117 | 9/14/2017 |
1.50.2 | 18,976,242 | 7/22/2016 |
1.50.1 | 4,208,905 | 7/8/2016 |
1.50.0 | 1,019,373 | 7/1/2016 |
1.50.0-rc3 | 33,076 | 6/28/2016 |
1.50.0-rc2b | 19,896 | 6/8/2016 |
1.50.0-rc2a | 15,428 | 5/27/2016 |
1.50.0-rc2 | 26,780 | 5/19/2016 |
1.50.0-beta9 | 44,037 | 4/1/2016 |
1.50.0-beta8 | 28,315 | 2/17/2016 |
1.50.0-beta7 | 19,946 | 1/5/2016 |
1.50.0-beta6 | 12,908 | 12/19/2015 |
1.50.0-beta5 | 12,731 | 12/8/2015 |
1.50.0-beta4 | 16,025 | 11/26/2015 |
1.50.0-beta3 | 11,863 | 11/19/2015 |
1.50.0-beta2 | 10,744 | 11/19/2015 |
1.50.0-beta1 | 12,980 | 11/3/2015 |
1.42.0 | 5,359,793 | 5/6/2015 |
1.41.0-beta5 | 19,041 | 5/6/2015 |
1.41.0-beta4 | 10,613 | 5/5/2015 |
1.41.0-beta3 | 11,033 | 5/2/2015 |
1.41.0-beta2 | 10,644 | 5/1/2015 |
1.41.0-beta | 10,726 | 5/1/2015 |
1.41.0-alpha | 11,093 | 4/29/2015 |
1.40.0 | 748,770 | 4/3/2015 |
1.39.0 | 126,094 | 3/18/2015 |
1.38.0 | 1,450,171 | 10/30/2014 |
1.37.0 | 144,820 | 10/22/2014 |
1.36.0 | 74,901 | 10/14/2014 |
1.35.0 | 160,385 | 9/29/2014 |
1.34.0 | 197,248 | 8/28/2014 |
1.33.0 | 12,521 | 8/28/2014 |
1.32.0 | 42,947 | 8/28/2014 |
1.31.0 | 18,628 | 8/26/2014 |
1.30.0 | 62,075 | 8/14/2014 |
1.29.0 | 80,035 | 8/6/2014 |
1.27.0 | 95,790 | 7/14/2014 |
1.26.0 | 50,261 | 7/3/2014 |
1.25.0 | 228,792 | 5/14/2014 |
1.24.0 | 12,305 | 5/14/2014 |
1.23.0 | 21,265 | 5/12/2014 |
1.22.0 | 17,534 | 5/8/2014 |
1.21.0 | 11,764 | 5/8/2014 |
1.20.0 | 15,818 | 5/8/2014 |
1.13.0 | 872,767 | 5/24/2013 |
1.12.1 | 329,016 | 9/19/2012 |
1.12.0 | 606,735 | 9/19/2012 |
1.11.0 | 18,914 | 9/4/2012 |
1.10.0 | 30,833 | 6/27/2012 |
1.9.0 | 21,942 | 6/12/2012 |
1.8.0 | 99,081 | 1/12/2012 |
1.7.0 | 46,652 | 11/5/2011 |
1.6.0 | 29,265 | 11/5/2011 |
1.5.0 | 29,805 | 7/13/2011 |
1.4.0 | 26,931 | 6/14/2011 |
1.3.0 | 24,954 | 5/23/2011 |
1.2.0 | 27,894 | 5/16/2011 |
1.1.0 | 17,139 | 4/26/2011 |
1.0.0 | 245,165 | 4/14/2011 |