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. Step 1 − Go to your DocumentDB account…
To drop collection or collections you can do the same from the portal as well as from the code by using .Net SDK. Step 1 − Go to your DocumentDB account…
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…
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…
So far, we have created two databases in our DocumentDB account, first one is created using Azure portal while the second database is created using .Net SDK. Now to view…
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…
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; EndpointAuthorization Key Endpoint Endpoint is…
To use Microsoft Azure DocumentDB, you must create a DocumentDB account. In this chapter, we will create a DocumentDB account using Azure portal. Step 1 − Log in to the online https://portal.azure.com if…
Microsoft provides a free version of Visual Studio which also contains SQL Server and it can be downloaded from https://www.visualstudio.com Installation Step 1 − Once downloading is completed, run the installer. The…
DocumentDB stands out with some very unique capabilities. Azure DocumentDB offers the following key capabilities and benefits. Schema Free In a relational database, every table has a schema that defines…
This chapter explains about the integration of eclipse and Gradle. Follow the below given steps for adding Gradle plugin to eclipse. Step 1 − Open Eclipse Marketplace First of all,…