Search⌘ K
AI Features

Setting up ASP.NET Core Project on Visual Studio 2019

Explore the process of setting up an ASP.NET Core MVC project in Visual Studio 2019. Learn how to install necessary software, create a new web application, and understand initial project structure to start your development journey.

We'll cover the following...

You have the freedom to develop .NET applications on any platform you want, whether it be Windows, macOS, or Linux. Tools available for developing on each platform are Visual Studio for Windows, Visual Studio for Mac, and Visual Studio Code for Windows/macOS/Linux.

It is recommended to use Visual Studio on a Windows machine However, due to the extensive amount of documentation and helping material available online for .NET ...