Info
Version: | 1.0.0 |
Author(s): | Innayat.ullah |
Last Update: | Wednesday, February 24, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/innayatullah/MongoEngine |
NuGet Url: | https://www.nuget.org/packages/MongoEngine |
Install
Install-Package MongoEngine
dotnet add package MongoEngine
paket add MongoEngine
MongoEngine Download (Unzip the "nupkg" after downloading)
Dependencies
- mongocsharpdriver(>= 2.2.3)
- System.Linq.Dynamic(>= 1.0.6)
Tags
It provides a Generic Repository that allows the users to perform CRUD operations on any object by just creating the repository instance for that Type.