How to Download and Install Visual Studio 2017

This post shows you How to Download and install Visual Studio 2017 on Windows, then create your first Windows Forms application.

How to Download Visual Studio 2017

To download Visual studio, go to the Visual Studio Downloads page on the Microsoft website: Visual Studio Downloads

Next, Scroll down until you find "Visual Studio 2017" or use the search bar, then click on the "Download" button.

Once the download completes, run the downloaded installer executable file. Depending on your system configuration, you may need to grant administrative privileges to the installer.

The installer will prompt you to select workloads and individual components to install Workloads represent groups of related tools for specific development scenarios, such as .NET desktop development, ASP.NET development, etc. You can also select individual components that you need.

After selecting the desired workloads and components, click on the "Install" button to begin the installation process.

Finally, Wait for installation to complete.

The installer will now download and install the selected components. The time it takes will depend on your internet connection speed and the selected components.

Once the installation completes successfully, you can launch Visual Studio 2017 from the Start menu or desktop shortcut.

VIDEO TUTORIALS