This is an wrapper of the CSharpDriver for Mongo, using the Microsoft Dynamic syntax.
The idea behind this implementation is to create a DSL simple to use, more oriented to the Mongo Shell commands.
Using the CSharpDriver for Mongo. This example was taken from: CSharp Driver Quickstart
Using DMongo: A simple way to use the collections (like the mongo shell)
Features:
- Dynamic Collections
- Data Types.
- DB Actions - Update, Insert, Delete
- DB Query - all Finders and Linq
- Same fuctionality from CSharp Driver
- Multithread
- Reduced Maps
- More and more...
Check it out: DMongo Project
No comments:
Post a Comment