Dapper.EntityFramework.StrongName
2.1.66
Prefix Reserved
dotnet add package Dapper.EntityFramework.StrongName --version 2.1.66
NuGet\Install-Package Dapper.EntityFramework.StrongName -Version 2.1.66
<PackageReference Include="Dapper.EntityFramework.StrongName" Version="2.1.66" />
paket add Dapper.EntityFramework.StrongName --version 2.1.66
#r "nuget: Dapper.EntityFramework.StrongName, 2.1.66"
// Install Dapper.EntityFramework.StrongName as a Cake Addin #addin nuget:?package=Dapper.EntityFramework.StrongName&version=2.1.66 // Install Dapper.EntityFramework.StrongName as a Cake Tool #tool nuget:?package=Dapper.EntityFramework.StrongName&version=2.1.66
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 is a major sponsor and is proud to contribute to the development of Dapper (read more)
- AWS who sponsored Dapper from Oct 2023 via the .NET on AWS Open Source Software Fund
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.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. |
-
.NETFramework 4.6.1
- Dapper.StrongName (>= 2.1.66)
- EntityFramework (>= 6.1.3)
- Microsoft.SqlServer.Types (>= 14.0.1016.290)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.66 | 15 | 2/6/2025 |
2.0.151 | 1,985 | 8/18/2023 |
2.0.78 | 2,521 | 11/18/2020 |
2.0.35 | 1,414 | 4/5/2020 |
2.0.30 | 720 | 9/27/2019 |
2.0.4 | 653 | 8/29/2019 |
1.60.1 | 780 | 3/3/2019 |
1.50.5 | 1,102 | 5/18/2018 |
1.50.4 | 1,019 | 11/26/2017 |
1.50.2 | 1,468 | 7/24/2016 |
1.50.0 | 1,618 | 7/1/2016 |
1.50.0-rc3 | 1,136 | 6/28/2016 |
1.50.0-rc2b | 1,575 | 6/15/2016 |
1.50.0-beta8 | 826 | 2/17/2016 |
1.35.0 | 1,576 | 9/29/2014 |