...

/

Setting up ASP.NET Core Project on Visual Studio 2019

Setting up ASP.NET Core Project on Visual Studio 2019

Learn how to set up an ASP.NET Core project on your machine by using Visual Studio 2019.

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 ...