MongoDB-step-by-step
MongoDB
MongoDB is a document database and can be installed locally or hosted in the cloud. It stores data in a type of JSON format called BSON. A record in MongoDB is a document, which is a data structure composed of key value pairs similar to the structure of JSON objects.
In the following posts we are going MongoDB step by step and describe how to start using MongoDB, how to create Database, how to interact with database and etc.
MongoDB Indexing, Search, Validation and Data API
MongoDB Provider for Entity Framework Core