Nthatuoa Ts'ilo
1 min readJul 5, 2020

--

Installing visual studio and asp.net

1. Downloading visual studio

The first thing to do is to download visual studio community version if you haven’t already.

For downloading the latest version of visual studio for windows or macOS, click on the link below

https://visualstudio.microsoft.com/downloads/

2. Installing visual studio and asp.net with visual studio

Open your downloaded visual studio >> continue >> visual studio will install initial files and you wait until the download and installation is complete then click install.

When the installation of visual studio is complete, you can install asp.net by selecting it on the window that will show right after it has installed.

Select ASP.NET Web application (.NET framework) and then click install on the bottom right corner, visual studio will download and install it.

When this is done, you will be asked to restart your PC before using visual studio, click restart and then you choose your colour theme post restart and then click Start visual studio.

However if you had already installed visual studio and you are looking to install asp.net, you follow the following steps:

· Open visual studio

· Click on create a new project

· Click on install more tools and features and then click next

· Visual studio will download and install asp.net

When you have these installed , you can now create you’re project and start coding.

--

--