πββοΈ Quick start
Run Forrest run!
Last updated
Run Forrest run!
Last updated
If the answer is yes then you are on the right page. Quick start section can help you get your hands dirty right on as it contains samples with the most common CRUD operations when dealing with any database. You will learn step by step how to:
Connect to a MongoDB instance
List all databases existing in the instance
List all collections existing in a specific database
Insert one or many documents at once in a collection
Search for and read documents from a collection
Update one or more documents in a collection
Quick start is recommended for those who have never used the MongoDB .NET
driver
Open the Nuget Package Manager, search for and install the package.
To start writing MongoDB queries using C# , you need to install the MongoDB.Driver Nuget package in your project with one of the following ways: