Creating an ASP.NET Core 3.1 Visual Studio Project with Sample
In this post, we will install an ASP.NET Core 3.1 Project in Visual Studio. This will also install the Weather sample. To do this, first open Visual Studio, create a new project: Search for ASP.NET Core Web Application: Enter a name, e.g. Carl.Weather.API and click Create: Select ASP.NET Core 3.1 and API and click Create: We see the project created: Press F5 to run. We see the weather forecast sample … Continue reading Creating an ASP.NET Core 3.1 Visual Studio Project with Sample