CleanArchitectureUtility.Extensions.Databases.Dapper
10.0.0
dotnet add package CleanArchitectureUtility.Extensions.Databases.Dapper --version 10.0.0
NuGet\Install-Package CleanArchitectureUtility.Extensions.Databases.Dapper -Version 10.0.0
<PackageReference Include="CleanArchitectureUtility.Extensions.Databases.Dapper" Version="10.0.0" />
<PackageVersion Include="CleanArchitectureUtility.Extensions.Databases.Dapper" Version="10.0.0" />
<PackageReference Include="CleanArchitectureUtility.Extensions.Databases.Dapper" />
paket add CleanArchitectureUtility.Extensions.Databases.Dapper --version 10.0.0
#r "nuget: CleanArchitectureUtility.Extensions.Databases.Dapper, 10.0.0"
#:package CleanArchitectureUtility.Extensions.Databases.Dapper@10.0.0
#addin nuget:?package=CleanArchitectureUtility.Extensions.Databases.Dapper&version=10.0.0
#tool nuget:?package=CleanArchitectureUtility.Extensions.Databases.Dapper&version=10.0.0
Clean Architecture - Dapper ORM Extension This project demonstrates how to integrate Dapper ORM into a Clean Architecture setup. Dapper is a lightweight, high-performance Object-Relational Mapping (ORM) library that provides a simple way to interact with relational databases. Unlike traditional ORMs, Dapper focuses on raw SQL performance, making it a great choice for scenarios where performance is a key concern. In this Clean Architecture implementation, Dapper is used for data access in the Infrastructure Layer, while keeping the Core Layer and Application Layer decoupled from the specifics of the data access technology.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- CleanArchitectureUtility.Extensions.Abstractions (>= 10.0.0)
- Dapper (>= 2.1.66)
- Microsoft.Data.SqlClient (>= 6.0.1)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0-preview.1.25080.5)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.0-preview.1.25080.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.