Dynamic repository with many built-in data access methods for Repository Pattern implementation for .NET projects using EF6, EF Core or MongoDB.
Info
Version: | 1.3.6 |
Author(s): | Rafael Carvalho |
Last Update: | Monday, August 1, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rpaschoal/DynamicRepository |
NuGet Url: | https://www.nuget.org/packages/DynamicRepository.MongoDB |
Install
Install-Package DynamicRepository.MongoDB
dotnet add package DynamicRepository.MongoDB
paket add DynamicRepository.MongoDB
DynamicRepository.MongoDB Download (Unzip the "nupkg" after downloading)
Dependencies
- DynamicRepository(>= 1.3.5)
- MongoDB.Driver(>= 2.11.1)
- MongoDB.Driver.Core(>= 2.11.1)