Implementation of the repository pattern storing its items in a file.
Info
Version: | 1.0.0 |
Author(s): | Marcel Neumann |
Last Update: | Saturday, September 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/selmaohneh/Repository |
NuGet Url: | https://www.nuget.org/packages/Repository.FileRepository |
Install
Install-Package Repository.FileRepository
dotnet add package Repository.FileRepository
paket add Repository.FileRepository
Repository.FileRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- Repository.Interfaces(>= 1.0.0)
- Repository.Memory(>= 1.0.0)
- Newtonsoft.Json(>= 11.0.2)