This package contains data access infrastructure to allow for the simple creation of Entity Framework Core repositories.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 6.0.0-preview-0073 |
Author(s): | Richard Edwards |
Last Update: | Friday, November 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zinofi/Umbrella |
NuGet Url: | https://www.nuget.org/packages/Umbrella.DataAccess.EntityFrameworkCore |
Install
Install-Package Umbrella.DataAccess.EntityFrameworkCore
dotnet add package Umbrella.DataAccess.EntityFrameworkCore
paket add Umbrella.DataAccess.EntityFrameworkCore
Umbrella.DataAccess.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Umbrella.DataAccess.Abstractions(>= 2.9.8)
- Microsoft.EntityFrameworkCore.SqlServer(>= 2.1.4)
Tags