A very simple extention to OakIdeas.GenericRepository that adds support for EF Core.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.0.5.2-alpha |
Author(s): | Mateus Carvalho |
Last Update: | Thursday, August 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/oakcool/OakIdeas.GenericRepository |
NuGet Url: | https://www.nuget.org/packages/OakIdeas.GenericRepository.EntityFrameworkCore |
Install
Install-Package OakIdeas.GenericRepository.EntityFrameworkCore
dotnet add package OakIdeas.GenericRepository.EntityFrameworkCore
paket add OakIdeas.GenericRepository.EntityFrameworkCore
OakIdeas.GenericRepository.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.6)
- OakIdeas.GenericRepository(>= 0.0.5)
Tags