- DocumentDB - Visualize Data
- DocumentDB - Access Control
- DocumentDB - Data Migration
- DocumentDB - Partitioning
- DocumentDB - Geospatial Data
- DocumentDB - Indexing Records
- DocumentDB - Sorting Records
- DocumentDB - Limiting Records
- DocumentDB - Data Types
- DocumentDB - Data Modeling
- DocumentDB - Delete Document
- DocumentDB - Update Document
- DocumentDB - Query Document
- DocumentDB - Insert Document
- DocumentDB - Delete Collection
- DocumentDB - Create Collection
- DocumentDB - Drop Databases
- DocumentDB - List Databases
- DocumentDB - Create Database
- DocumentDB - Connect Account
- DocumentDB - Create Account
- DocumentDB - Environment Setup
- DocumentDB - Advantages
- DocumentDB - Introduction
- DocumentDB - Home
DocumentDB Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
DocumentDB - Environment Setup
Microsoft provides a free version of Visual Studio which also contains SQL Server and it can be downloaded from
Installation
Step 1 − Once downloading is completed, run the installer. The following dialog will be displayed.
Step 2 − Cpck on the Install button and it will start the installation process.
Step 3 − Once the installation process is completed successfully, you will see the following dialog.
Step 4 − Close this dialog and restart your computer if required.
Step 5 − Now open Visual studio from start Menu which will open the below dialog. It will take some time for the first time only for preparation.
Once all is done, you will see the main window of Visual Studio.
Step 6 − Let’s create a new project from File → New → Project.
Step 7 − Select Console Apppcation, enter DocumentDBDemo in the Name field and cpck OK button.
Step 8 − In solution Explorer, right-cpck on your project.
Step 9 − Select Manage NuGet Packages which will open the following window in Visual Studio and in the Search Onpne input box, search for DocumentDB Cpent Library.
Step 10 − Install the latest version by cpcking the install button.
Step 11 − Cpck “I Accept”. Once installation is done you will see the message in your output window.
You are now ready to start your apppcation.
Advertisements