Dapper.ORM
1.0.0.7
.NET 5.0
.NET Core 3.1
.NET Framework 4.6.1
dotnet add package Dapper.ORM --version 1.0.0.7
NuGet\Install-Package Dapper.ORM -Version 1.0.0.7
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.ORM" Version="1.0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.ORM --version 1.0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dapper.ORM, 1.0.0.7"
#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.ORM as a Cake Addin
#addin nuget:?package=Dapper.ORM&version=1.0.0.7
// Install Dapper.ORM as a Cake Tool
#tool nuget:?package=Dapper.ORM&version=1.0.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A high-performance Micro-ORM supporting SQL Server, My SQL Server, PostgreSQL, and Oracle database. This is the extension version for easy to configure and use.
Sample Project Link: https://github.com/faisalcse1/dapper-example
Tutorial Link: https://www.youtube.com/watch?v=MbZc19iWNn0
If you would like to learn .NET7 with SQL Server database with Stored Procedure. Please follow this link: https://www.youtube.com/watch?v=7EyQrnuvcR4
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. |
.NET Core | netcoreapp3.1 is compatible. |
.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. |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Dapper (>= 2.0.123)
- MySql.Data (>= 8.0.32.1)
- Npgsql (>= 7.0.2)
- Oracle.ManagedDataAccess (>= 19.20.0)
- Oracle.ManagedDataAccess.Core (>= 3.21.110)
- System.Data.SqlClient (>= 4.8.5)
-
.NETFramework 4.6.1
- Dapper (>= 2.0.123)
- MySql.Data (>= 8.0.32.1)
- Npgsql (>= 7.0.2)
- Oracle.ManagedDataAccess (>= 19.20.0)
- System.Data.SqlClient (>= 4.8.5)
-
net5.0
- Dapper (>= 2.0.123)
- MySql.Data (>= 8.0.32.1)
- Npgsql (>= 7.0.2)
- Oracle.ManagedDataAccess (>= 19.20.0)
- Oracle.ManagedDataAccess.Core (>= 3.21.110)
- System.Data.SqlClient (>= 4.8.5)
-
net6.0
- Dapper (>= 2.0.123)
- MySql.Data (>= 8.0.32.1)
- Npgsql (>= 7.0.2)
- Oracle.ManagedDataAccess (>= 19.20.0)
- Oracle.ManagedDataAccess.Core (>= 3.21.110)
- System.Data.SqlClient (>= 4.8.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.