Saturday, November 3, 2012

DMongo - Dynamic wrapper for the CSharp Mongo Driver


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:
  1. Dynamic Collections
  2. Data Types.
  3. DB Actions - Update, Insert, Delete
  4. DB Query - all Finders and Linq
  5. Same fuctionality from CSharp Driver
  6. Multithread
  7. Reduced Maps
  8. More and more...

Check it out:  DMongo Project