0% found this document useful (0 votes)
529 views

Installation of Visual Studio

Visual Studio is an integrated development environment from Microsoft used to develop computer programs for Windows. It allows developers to develop, debug, and run applications using the .NET platform and can be used to create both forms-based and web-based applications. The steps to download and install Visual Studio include visiting the download page, opening the executable file, starting the installation, letting it complete, selecting the desktop version, waiting for files to download, rebooting the computer, opening Visual Studio, selecting a theme, and starting to use it to create new C# applications.

Uploaded by

Zohaib Hassan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
529 views

Installation of Visual Studio

Visual Studio is an integrated development environment from Microsoft used to develop computer programs for Windows. It allows developers to develop, debug, and run applications using the .NET platform and can be used to create both forms-based and web-based applications. The steps to download and install Visual Studio include visiting the download page, opening the executable file, starting the installation, letting it complete, selecting the desktop version, waiting for files to download, rebooting the computer, opening Visual Studio, selecting a theme, and starting to use it to create new C# applications.

Uploaded by

Zohaib Hassan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

How to Download and Install Visual

Studio for C# in Windows

Microsoft Visual Studio is an integrated development environment (IDE) from


Microsoft. It is used to develop computer programs for Microsoft Windows.
Visual Studio is one stop shop for all applications built on the .Net platform.
One can develop, debug and run applications using Visual Studio.

Both Forms-based and web-based applications can be designed and


developed using this IDE. Below is a step by step process on how to install
Visual Studio.

How to Download and Install Visual Studio for


Windows
Let’s look at the Visual Studio installation steps and download Visual Studio
IDE so that we can work with creating programs in the subsequent tutorials. In
this tutorial, we will learn how to download Visual Studio for Windows.

Step 1) Download Visual Studio

First, visit the following Visual Studio free download


link https://visualstudio.microsoft.com/downloads/
You can select

 Visual Studio 2019 Community Edition


 Visual Studio 2019 Professional Edition (30 Day Free Trial)
Step 2) Open the .exe file

Click on the downloaded exe file

Step 3) Start the installation

In the next screen, click continue to start Visual Studio installation


Step 4) Let the installation complete

Visual Studio will start downloading the initial files. Download speed will vary
as per your internet connection.
Step 5) Choose the software version
In next screen, click install

Step 6) Select the desktop version

In next screen,
1. Select “.Net desktop development”
2. Click install

Step 7) Wait for the files to be downloaded

Visual Studio will download the relevant files based on the selection in step 6
Step 8) Reboot your PC

Once the download is done, you will be asked to reboot the PC to complete
Visual Studio setup

Step 9) Open Visual Studio

Post reboot, open the Visual Studio IDE


1. Select a theme of your choice
2. Click Start Visual Studio

Step 10) Start using Visual Studio


In Visual Studio IDE, you can navigate to File menu to create new C#
applications.
That’s it to Visual Studio for C# installation.

You might also like