Implementation of Kirei.Repositories.Abstractions that provides the ability to use DbContext from Microsoft.EntityFrameworkCore as a database backend for respositories.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 8.0.0 |
Author(s): | Scott Bamford |
Last Update: | Tuesday, November 21, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottbamford/Kirei.Repositories |
NuGet Url: | https://www.nuget.org/packages/Kirei.Repositories.EntityFrameworkCore |
Install
Install-Package Kirei.Repositories.EntityFrameworkCore
dotnet add package Kirei.Repositories.EntityFrameworkCore
paket add Kirei.Repositories.EntityFrameworkCore
Kirei.Repositories.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Kirei.Repositories.Abstractions(>= 2.2.0)
- Kirei.Repositories(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 3.1.0)
Tags