The official MongoDB .NET Driver provides asynchronous interaction with MongoDB.
MongoDB .NET Driver
The next generation .NET driver for MongoDB
Introduction
The official MongoDB .NET Driver provides asynchronous interaction with MongoDB. Powering the drivers is a Core library and a BSON library.
Features
- Driver - A completely async driver to talk with MongoDB.
- GridFS - A distributed file system built on MongoDB.
- Core Driver - The MongoDB Driver is built on top of a new Core library which anyone can use to build alternative or experimental high-level APIs.
- BSON Library - A standalone BSON library, with a serialization infrastructure that you can use to build high-performance serializers.