The official MongoDB C#/.NET Driver provides asynchronous interaction with MongoDB.
About
For the official MongoDB C#/.NET documentation, see the MongoDB C#/.NET Documentation. For the API documentation, see MongoDB C# API Documentation.
Driver Features
- MongoDB Driver
An updated .NET driver offering a full asynchronous stack. For documentation on the update .NET driver, see MongoDB C#/.NET Driver documentation.
- BSON Library
A standalone BSON library with a serialization infrastructure that you can use to build high-performance serializers. For documentation on the BSON library, see BSON Reference.
- Core Library
A new core library upon which MongoDB .NET Driver is built. Users can use the new core library to build alternative or experimental high-level APIs. For documentation on the core library, see Driver Core