Simple CRUD repository pattern implementation for .net core MongoDB driver.
Info
| Version: | 1.0.0 |
| Author(s): | Jase Kirby |
| Last Update: | Thursday, January 5, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/JaseKirby/MongoDB.SimpleRepository |
| NuGet Url: | https://www.nuget.org/packages/MongoDB.SimpleRepository |
Install
Install-Package MongoDB.SimpleRepository
dotnet add package MongoDB.SimpleRepository
paket add MongoDB.SimpleRepository
MongoDB.SimpleRepository Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
- MongoDB.Driver(>= 2.4.1)
Tags