Tolitech.Infrastructure.Persistence.EntityFrameworkCore 1.0.0-preview.5

This is a prerelease version of Tolitech.Infrastructure.Persistence.EntityFrameworkCore.
dotnet add package Tolitech.Infrastructure.Persistence.EntityFrameworkCore --version 1.0.0-preview.5
                    
NuGet\Install-Package Tolitech.Infrastructure.Persistence.EntityFrameworkCore -Version 1.0.0-preview.5
                    
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="Tolitech.Infrastructure.Persistence.EntityFrameworkCore" Version="1.0.0-preview.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tolitech.Infrastructure.Persistence.EntityFrameworkCore" Version="1.0.0-preview.5" />
                    
Directory.Packages.props
<PackageReference Include="Tolitech.Infrastructure.Persistence.EntityFrameworkCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tolitech.Infrastructure.Persistence.EntityFrameworkCore --version 1.0.0-preview.5
                    
#r "nuget: Tolitech.Infrastructure.Persistence.EntityFrameworkCore, 1.0.0-preview.5"
                    
#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.
#addin nuget:?package=Tolitech.Infrastructure.Persistence.EntityFrameworkCore&version=1.0.0-preview.5&prerelease
                    
Install Tolitech.Infrastructure.Persistence.EntityFrameworkCore as a Cake Addin
#tool nuget:?package=Tolitech.Infrastructure.Persistence.EntityFrameworkCore&version=1.0.0-preview.5&prerelease
                    
Install Tolitech.Infrastructure.Persistence.EntityFrameworkCore as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tolitech.Infrastructure.Persistence.EntityFrameworkCore:

Package Downloads
Tolitech.Infrastructure.Persistence.EntityFrameworkCore.Specifications

The Tolitech.Infrastructure.Persistence.EntityFrameworkCore.Specifications repository provides a foundational implementation for the Specifications pattern.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-preview.5 125 9 days ago
1.0.0-preview.4 118 9 days ago
1.0.0-preview.3 59 4 months ago
1.0.0-preview.2 60 4 months ago
1.0.0-preview.1 68 5 months ago