</>
Tutorials

DocumentDB Tutorial

  • DocumentDB - Insert Document
    In this chapter, we will get to work with actual documents in a collection. You can create documents using either Azure portal or .Net SDK.
  • DocumentDB - Delete Collection
    To drop collection or collections you can do the same from the portal as well as from the code by using .Net SDK.
  • DocumentDB - Create Collection
    In this chapter, we will learn how to create a collection. It is similar to creating a database. You can create a collection either from the portal or from the code using .Net SDK.
  • DocumentDB - Drop Databases
    You can drop a database or databases from the portal as well as from the code by using .Net SDK. Here, we will discuss, in a step-wise manner, how to drop a database in DocumentDB.
  • DocumentDB - Create Database
    In this chapter, we will learn how to create a database. To use Microsoft Azure DocumentDB, you must have a DocumentDB account, a database, a collection, and documents. We already have a DocumentDB account, now to create database we have two options ?
  • DocumentDB - Connect Account
    When you start programming against DocumentDB, the very first step is to connect. So to connect to your DocumentDB account you will need two things;
PreviousPage 4 / 7Next