Info
Version: | 0.0.2 |
Author(s): | nerd114 |
Last Update: | Wednesday, February 17, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.dotmongo.com/ |
NuGet Url: | https://www.nuget.org/packages/dotMongo |
Install
Install-Package dotMongo
dotnet add package dotMongo
paket add dotMongo
dotMongo Download (Unzip the "nupkg" after downloading)
Dependencies
- MongoDB.Driver(>= 2.2.3)
Tags
The project wraps around the MongoDB .NET Driver (v2.2.3) and handles;
- Creating MongoDB client and connecting to the database by parsing an XML configuration Connection String.
- Serialization of BsonDocument to Generic C# object.
- Converting basic Lambda Expressions to Filter Definition.