You are on page 1of 2

Setting up Development Environment

Install Visual Studio 2019 - Community Edition


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

Direct Download: https://visualstudio.microsoft.com/thank-you-downloading-visual-


studio/?sku=Community&rel=16

Install .NET SDK (.NET 5.0)


Website: https://dotnet.microsoft.com/download

Direct Download: https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.401-windows-


x64-installer

Install .NET Runtime (.NET 5.0)


Website: https://dotnet.microsoft.com/download

Direct Download: https://dotnet.microsoft.com/download/dotnet/5.0/runtime

Download and Install SQL Server Management Studio


Download SQL Server (Developer Edition) - https://www.microsoft.com/en-us/sql-server/sql-server-
downloads?rtc=1

Download SQL server management studio (IDE)

Website: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-
ssms?view=sql-server-ver15

Direct Download: https://aka.ms/ssmsfullsetup


Download and Install Visual Studio Code
Website: https://visualstudio.microsoft.com/downloads/

Direct Download (Windows): https://code.visualstudio.com/docs/?dv=win

NodeJs Download
Website: https://nodejs.org/en/download/

Angular CLI (After Installing NodeJs)


Website: https://angular.io/cli

Command: npm install -g @angular/cli

You might also like