Chapter 3. Basic Querying
This chapter will guide you through the processes of creating, reading, updating, and deleting resources in your database (CRUD operations). We will focus on collections, documents, and users. Each section will discuss how to achieve these CRUD operations on the different resource types, with real code examples.
In this chapter, we will cover:
- Concepts of CRUD operations inside DocumentDB
- Different operations on collections, users, and documents
- Building a C# program that demonstrates and explains the CRUD operations