In this chapter, you will start working with a new Cosmos DB database. More specifically, it will be a database that implements the SQL DocumentDB API using the document data model. You will learn to use the DocumentDB API in a .NET application. You will create a database and collection with a partition key. Then you will learn how work with documents to create new documents and replace, delete, and query them. Finally, you will learn how to create and run stored procedures.
Your sample database will contain student records from ...