Dapper 2.1.24

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 5.0 .NET Standard 2.0 .NET Framework 4.6.1
dotnet add package Dapper --version 2.1.24
NuGet\Install-Package Dapper -Version 2.1.24
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dapper" Version="2.1.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper --version 2.1.24
#r "nuget: Dapper, 2.1.24"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dapper as a Cake Addin
#addin nuget:?package=Dapper&version=2.1.24

// Install Dapper as a Cake Tool
#tool nuget:?package=Dapper&version=2.1.24

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 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-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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2.8K)

Showing the top 5 NuGet packages that depend on Dapper:

Package Downloads
Dapper.Contrib The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 (232)

Showing the top 5 popular GitHub repositories that depend on Dapper:

Repository Stars
dotnet-architecture/eShopOnContainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.
bitwarden/server
The core infrastructure backend (API, database, Docker, etc).
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
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 and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
Version Downloads Last updated
2.1.24 106,919 11/23/2023
2.1.21 302,610 11/11/2023
2.1.15 629,672 10/19/2023
2.1.11 224,037 10/13/2023
2.1.4 494,861 9/13/2023
2.0.151 1,880,692 8/18/2023
2.0.143 3,340,737 6/20/2023
2.0.138 429,307 6/9/2023
2.0.123 64,364,492 11/3/2021
2.0.90 21,467,712 4/29/2021
2.0.78 31,615,797 11/18/2020
2.0.35 32,835,586 4/5/2020
2.0.30 25,278,941 9/27/2019
2.0.4 3,364,103 8/29/2019
1.60.6 18,418,963 3/30/2019
1.60.5 131,305 3/27/2019
1.60.1 4,677,006 3/3/2019
1.50.5 29,156,503 5/18/2018
1.50.4 9,024,488 11/26/2017
1.50.4-alpha1-00070 105,091 9/14/2017
1.50.2 16,314,684 7/22/2016
1.50.1 3,900,902 7/8/2016
1.50.0 852,809 7/1/2016
1.50.0-rc3 23,660 6/28/2016
1.50.0-rc2b 16,812 6/8/2016
1.50.0-rc2a 12,758 5/27/2016
1.50.0-rc2 21,023 5/19/2016
1.50.0-beta9 37,119 4/1/2016
1.50.0-beta8 25,125 2/17/2016
1.50.0-beta7 17,358 1/5/2016
1.50.0-beta6 10,871 12/19/2015
1.50.0-beta5 10,719 12/8/2015
1.50.0-beta4 13,804 11/26/2015
1.50.0-beta3 9,922 11/19/2015
1.50.0-beta2 8,826 11/19/2015
1.50.0-beta1 10,915 11/3/2015
1.42.0 4,697,334 5/6/2015
1.41.0-beta5 15,494 5/6/2015
1.41.0-beta4 8,562 5/5/2015
1.41.0-beta3 9,024 5/2/2015
1.41.0-beta2 8,627 5/1/2015
1.41.0-beta 8,650 5/1/2015
1.41.0-alpha 9,050 4/29/2015
1.40.0 654,593 4/3/2015
1.39.0 112,479 3/18/2015
1.38.0 1,233,491 10/30/2014
1.37.0 139,177 10/22/2014
1.36.0 62,408 10/14/2014
1.35.0 143,063 9/29/2014
1.34.0 181,192 8/28/2014
1.33.0 10,382 8/28/2014
1.32.0 35,221 8/28/2014
1.31.0 16,400 8/26/2014
1.30.0 57,467 8/14/2014
1.29.0 69,063 8/6/2014
1.27.0 81,120 7/14/2014
1.26.0 46,580 7/3/2014
1.25.0 207,587 5/14/2014
1.24.0 10,288 5/14/2014
1.23.0 19,311 5/12/2014
1.22.0 15,273 5/8/2014
1.21.0 9,727 5/8/2014
1.20.0 13,084 5/8/2014
1.13.0 716,324 5/24/2013
1.12.1 264,671 9/19/2012
1.12.0 474,052 9/19/2012
1.11.0 15,944 9/4/2012
1.10.0 26,176 6/27/2012
1.9.0 19,522 6/12/2012
1.8.0 78,001 1/12/2012
1.7.0 36,006 11/5/2011
1.6.0 18,466 11/5/2011
1.5.0 15,936 7/13/2011
1.4.0 16,363 6/14/2011
1.3.0 14,055 5/23/2011
1.2.0 15,854 5/16/2011
1.1.0 14,729 4/26/2011
1.0.0 109,458 4/14/2011