Let's start and check the latest MongoDb Driver for C# (Mongo V2).
If you are not still configured your Mongo Server yet. see this Post
If you need some guide on old MongoDb Driver V1. See this Post
New Features In V2
Async Support
Method Naming convention with helpful names ( SelectOne, InsertOne etc)
Legacy API Support
Here is the Db Structure and Sample Data I'm going to Use
DB Structure : Create...