Dapper.StrongName
2.1.28
Prefix Reserved
See the version list below for details.
dotnet add package Dapper.StrongName --version 2.1.28
NuGet\Install-Package Dapper.StrongName -Version 2.1.28
<PackageReference Include="Dapper.StrongName" Version="2.1.28" />
paket add Dapper.StrongName --version 2.1.28
#r "nuget: Dapper.StrongName, 2.1.28"
// Install Dapper.StrongName as a Cake Addin #addin nuget:?package=Dapper.StrongName&version=2.1.28 // Install Dapper.StrongName as a Cake Tool #tool nuget:?package=Dapper.StrongName&version=2.1.28
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 (59)
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 5 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 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 18, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, OpenTelemetry, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (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
|
Version | Downloads | Last updated |
---|---|---|
2.1.35 | 169,753 | 3/6/2024 |
2.1.28 | 88,805 | 1/2/2024 |
2.1.24 | 49,235 | 11/23/2023 |
2.1.21 | 85,589 | 11/11/2023 |
2.1.15 | 19,252 | 10/19/2023 |
2.1.11 | 7,284 | 10/13/2023 |
2.0.151 | 53,802 | 8/18/2023 |
2.0.143 | 112,622 | 6/20/2023 |
2.0.138 | 15,041 | 6/9/2023 |
2.0.123 | 2,197,650 | 11/10/2021 |
2.0.90 | 532,146 | 4/29/2021 |
2.0.78 | 581,737 | 11/18/2020 |
2.0.35 | 825,871 | 4/5/2020 |
2.0.30 | 543,046 | 9/27/2019 |
2.0.4 | 221,429 | 8/29/2019 |
1.60.1 | 668,104 | 3/3/2019 |
1.50.5 | 501,488 | 5/18/2018 |
1.50.4 | 209,016 | 11/26/2017 |
1.50.4-alpha1-00070 | 3,309 | 9/14/2017 |
1.50.2 | 1,839,849 | 7/22/2016 |
1.50.0 | 20,017 | 7/1/2016 |
1.50.0-rc3 | 1,912 | 6/28/2016 |
1.50.0-rc2b | 1,906 | 6/8/2016 |
1.50.0-rc2a | 1,890 | 5/27/2016 |
1.50.0-rc2 | 2,164 | 5/19/2016 |
1.50.0-beta9 | 2,487 | 4/1/2016 |
1.50.0-beta8 | 1,838 | 2/17/2016 |
1.50.0-beta7 | 1,822 | 1/5/2016 |
1.50.0-beta6 | 1,819 | 12/19/2015 |
1.50.0-beta5 | 1,780 | 12/8/2015 |
1.50.0-beta4 | 1,965 | 11/26/2015 |
1.50.0-beta3 | 1,825 | 11/19/2015 |
1.50.0-beta2 | 1,834 | 11/19/2015 |
1.50.0-beta1 | 2,063 | 11/3/2015 |
1.40.0 | 251,317 | 4/3/2015 |
1.39.0 | 2,365 | 3/18/2015 |
1.38.0 | 39,454 | 10/30/2014 |
1.37.0 | 2,102 | 10/22/2014 |
1.36.0 | 2,158 | 10/14/2014 |
1.35.0 | 4,747 | 9/29/2014 |