DocumentDB is a fully accomplished NoSQL database service built for fast and predictable performance, high availability, elastic scaling, global distribution, and ease of development. In this lab, we will learn to work with Document DB using C#. In the first exercise, we will learn to connect to DocumentDB using C#, create and list databases in DocumentDB. In the second exercise, we will learn to create a collection and insert documents in to the collection in DocumentDB. In the third exercise, we will learn to update and query the Document DB and in the fourth exercise, we will learn to delete the document, collection and database in DocumentDB.
Exercise 1: Connecting to DocumentDB and Creating and Listing the Databases
Exercise 2: Creating the Collection and Inserting the Document
Exercise 3: Querying and Updating the Document
Exercise 4: Deleting Document, Collection and Database
Reviews
There are no reviews yet.