Generic Implementaion of the Repository Pattern that allows for faster development of application's data-access layer.
Info
Version: | 1.0.0 |
Author(s): | Bruno Farias |
Last Update: | Monday, March 30, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/brunocabral88/EFCRUDRepository/ |
NuGet Url: | https://www.nuget.org/packages/EFCrudRepository.Generic |
Install
Install-Package EFCrudRepository.Generic
dotnet add package EFCrudRepository.Generic
paket add EFCrudRepository.Generic
EFCrudRepository.Generic Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.2)
Tags