English 中文(简体)
DocumentDB - Environment Setup
  • 时间:2024-09-17

DocumentDB - Environment Setup


Previous Page Next Page  

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 following dialog will be displayed.

Installer

Step 2 − Cpck on the Install button and it will start the installation process.

Installation Process

Step 3 − Once the installation process is completed successfully, you will see the following dialog.

Restart Now

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.

open visual studio

Once all is done, you will see the main window of Visual Studio.

Main Window

Step 6 − Let’s create a new project from File → New → Project.

Create 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.

Right cpck on 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.

Manage NuGet Packages

Step 10 − Install the latest version by cpcking the install button.

License Acceptance

Step 11 − Cpck “I Accept”. Once installation is done you will see the message in your output window.

Start Apppcation

You are now ready to start your apppcation.

Advertisements