Introduction
This lesson will discuss BSON objects and how to map them to a C# object. It will also introduce a database and its C# equivalent which we will use for learning purposes.
We'll cover the following...
Recap
In previous chapters, Mongo DB basics part 1 and part 2, we covered some of the foundations of this database. We learned how to create databases, collections, documents, and we learned how to use them. We also learned information about distributing MongoDB, shards, replica sets, and how to manipulate each of these entities
Nevertheless, there is no single line of code, and everything is explained in a general manner ...
Access this course and 1400+ top-rated courses and projects.