In this article, we will see how to create an empty ASP.NET Web Application with .NET CLI and Visual Studio Code.

Setting Up

In order to create the .NET Core application, we must have .NET Core SDK installed in the system. (In this example, I am using .NET Core 3.1). Go to the Microsoft official website in order to download the .NET Core SDK.

.NET Core in Microsoft Store

Once SDK is installed, Open Visual Studio Code Editor. If you don’t have it already installed in your system, then go to the Microsoft official site in order to download it free of cost. Once downloaded and installed, Go to the Terminal menu, click on New Terminal.

Terminal > New Terminal

You will see the terminal as shown in the below image.

Terminal

#aspdotnet #web-development #vscode

Create ASP.NET Core Web Application With Visual Studio Code
2.35 GEEK