Dapper 1.10.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dapper --version 1.10.0
NuGet\Install-Package Dapper -Version 1.10.0
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="1.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper --version 1.10.0
#r "nuget: Dapper, 1.10.0"
#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=1.10.0

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

A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (252)

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

Repository Stars
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
kgrzybek/modular-monolith-with-ddd
Full Modular Monolith application with Domain-Driven Design approach.
Version Downloads Last updated
1.42.0 75,292 5/6/2015
1.41.0-beta5 990 5/6/2015
1.41.0-beta4 168 5/5/2015
1.41.0-beta3 357 5/2/2015
1.41.0-beta2 136 5/1/2015
1.41.0-beta 142 5/1/2015
1.41.0-alpha 164 4/29/2015
1.40.0 31,071 4/3/2015
1.39.0 14,054 3/18/2015
1.38.0 100,991 10/30/2014
1.37.0 10,837 10/22/2014
1.36.0 6,846 10/14/2014
1.35.0 22,063 9/29/2014
1.34.0 24,812 8/28/2014
1.33.0 374 8/28/2014
1.32.0 406 8/28/2014
1.31.0 2,156 8/26/2014
1.30.0 9,922 8/14/2014
1.29.0 6,376 8/6/2014
1.27.0 14,400 7/14/2014
1.26.0 7,547 7/3/2014
1.25.0 18,513 5/14/2014
1.24.0 531 5/14/2014
1.23.0 1,564 5/12/2014
1.22.0 1,339 5/8/2014
1.21.0 256 5/8/2014
1.20.0 313 5/8/2014
1.13.0 54,297 5/24/2013
1.12.1 11,901 9/19/2012
1.12.0 4,757 9/19/2012
1.11.0 467 9/4/2012
1.10.0 1,200 6/27/2012
1.9.0 698 6/12/2012
1.8.0 3,873 1/12/2012
1.7.0 270 11/5/2011
1.6.0 863 11/5/2011
1.5.0 160 7/13/2011
1.4.0 217 6/14/2011
1.3.0 177 5/23/2011
1.2.0 135 5/16/2011
1.1.0 140 4/26/2011
1.0.0 291 4/14/2011

* 1.10 - Fixed: error-handling could lose original exception if reader closed
     * 1.9 - Added: Better schema change detection
     *       Fixed: Enum support for T in Query-of-T
     *       Added: Dictionary support for parameters
     * 1.8 - Started release notes
     *       Important: Dapper is now shipping as a DLL which will work on .net 3.5 or .net 4.0,
     *          This improves the debugging experience as you no longer break into dapper when SQL fails.
     *       Added: ParameterNames on DynamicParameters