Dapper.StrongName 2.1.66

Prefix Reserved
dotnet add package Dapper.StrongName --version 2.1.66
                    
NuGet\Install-Package Dapper.StrongName -Version 2.1.66
                    
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.StrongName" Version="2.1.66" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dapper.StrongName" Version="2.1.66" />
                    
Directory.Packages.props
<PackageReference Include="Dapper.StrongName" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dapper.StrongName --version 2.1.66
                    
#r "nuget: Dapper.StrongName, 2.1.66"
                    
#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.
#addin nuget:?package=Dapper.StrongName&version=2.1.66
                    
Install Dapper.StrongName as a Cake Addin
#tool nuget:?package=Dapper.StrongName&version=2.1.66
                    
Install Dapper.StrongName as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 was computed.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (62)

Showing the top 5 NuGet packages that depend on Dapper.StrongName:

Package Downloads
YesSql.Core

Package Description

MiniProfiler.Providers.SqlServer

MiniProfiler: Profiler storage for SQL Server

MiniProfiler.Providers.PostgreSql

MiniProfiler: Profiler storage for PostgreSQL Server

Yuebon.Commons

YuebonNetCore开发框架基础库

MiniProfiler.Providers.MySql

MiniProfiler: Profiler storage for MySQL

GitHub repositories (17)

Showing the top 17 popular GitHub repositories that depend on Dapper.StrongName:

Repository Stars
CosmosOS/Cosmos
Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 19, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
mysql-net/MySqlConnector
MySQL Connector for .NET
sebastienros/yessql
A .NET document database working on any RDBMS
Drizin/DapperQueryBuilder
Dapper Query Builder using String Interpolation and Fluent API
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
DapperLib/DapperAOT
Build time tools in the flavor of Dapper
CosmosOS/IL2CPU
IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
serilog-mssql/serilog-sinks-mssqlserver
A Serilog sink that writes events to Microsoft SQL Server and Azure SQL
Drizin/CodegenCS
C# Toolkit for Code Generation (T4 alternative!)
Drizin/InterpolatedSql
Sql Builder using Interpolated Strings
RWS/Sdl-Community
This is the place where we develop and maintain most of plugins for Trados Studio. If you want to help us or just looking for some examples this is the perfect place.
dtm-labs/client-csharp
The new client for dtm in csharp, including workflow, dtmcli, and dtmgrpc
microsoft/SQLServerSpatialTools
This project is a collection of tools for use with the spatial types in SQL Server. This project does not provide an end-user application, but rather a set of reusable functions which applications can make use of. These functions may include data conversion routines, new transformations, aggregates, etc. Please feel free to suggest additional functionality. This project is sponsored by Microsoft, but we welcome outside developers.
DIPSAS/Dapper.Oracle
Oracle support for Dapper Micro ORM.
Version Downloads Last updated
2.1.66 17,158 2 months ago
2.1.35 443,199 3/6/2024
2.1.28 140,147 1/2/2024
2.1.24 105,147 11/23/2023
2.1.21 101,331 11/11/2023
2.1.15 22,488 10/19/2023
2.1.11 7,517 10/13/2023
2.0.151 67,818 8/18/2023
2.0.143 129,805 6/20/2023
2.0.138 22,022 6/9/2023
2.0.123 2,457,607 11/10/2021
2.0.90 560,716 4/29/2021
2.0.78 703,250 11/18/2020
2.0.35 885,828 4/5/2020
2.0.30 584,536 9/27/2019
2.0.4 234,857 8/29/2019
1.60.1 830,447 3/3/2019
1.50.5 516,317 5/18/2018
1.50.4 233,268 11/26/2017
1.50.4-alpha1-00070 3,412 9/14/2017
1.50.2 2,052,988 7/22/2016
1.50.0 22,115 7/1/2016
1.50.0-rc3 2,105 6/28/2016
1.50.0-rc2b 2,106 6/8/2016
1.50.0-rc2a 2,086 5/27/2016
1.50.0-rc2 2,358 5/19/2016
1.50.0-beta9 2,599 4/1/2016
1.50.0-beta8 1,945 2/17/2016
1.50.0-beta7 1,930 1/5/2016
1.50.0-beta6 1,926 12/19/2015
1.50.0-beta5 1,888 12/8/2015
1.50.0-beta4 2,073 11/26/2015
1.50.0-beta3 1,936 11/19/2015
1.50.0-beta2 1,942 11/19/2015
1.50.0-beta1 2,172 11/3/2015
1.40.0 290,538 4/3/2015
1.39.0 2,496 3/18/2015
1.38.0 41,841 10/30/2014
1.37.0 2,226 10/22/2014
1.36.0 2,285 10/14/2014
1.35.0 5,188 9/29/2014