Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore
1.0.0-alpha05
dotnet add package Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore --version 1.0.0-alpha05
NuGet\Install-Package Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore -Version 1.0.0-alpha05
<PackageReference Include="Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore" Version="1.0.0-alpha05" />
paket add Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore --version 1.0.0-alpha05
#r "nuget: Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore, 1.0.0-alpha05"
// Install Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore as a Cake Addin #addin nuget:?package=Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore&version=1.0.0-alpha05&prerelease // Install Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore as a Cake Tool #tool nuget:?package=Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore&version=1.0.0-alpha05&prerelease
Infrastructure.Persistence.EntityFrameworkCore
Overview
Welcome to the Infrastructure.Persistence.EntityFrameworkCore repository! This repository aims to deliver a robust implementation for the Repository pattern, Unit of Work, and Specification Query Builder using Entity Framework Core within the context of Clean Architecture.
Key Features
Repository Pattern: Provides a set of base classes for implementing the repository pattern, facilitating database interaction and abstraction.
Unit of Work: Implements the Unit of Work pattern, allowing you to group multiple operations into a single transaction.
Specification Query Builder: Offers a flexible and reusable way to build complex queries using the Specification pattern.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- Microsoft.EntityFrameworkCore (>= 8.0.1)
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.1)
- Tolitech.CleanArchitecture.Application (>= 1.0.0-alpha02)
- Tolitech.CleanArchitecture.Domain (>= 1.0.0-alpha04)
- Tolitech.CleanArchitecture.Domain.Specifications (>= 1.0.0-alpha06)
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 |
---|
The Infrastructure.Persistence.EntityFrameworkCore repository provides a foundational implementation for the Repository pattern, Unit of Work, and Specification Query Builder using Entity Framework Core. Simplify database interaction, promote code organization, and maintenance using these widely recognized patterns.