Up until now, we have gone through the requirements and looked at our aim, which is to convert a console application into a web-based platform or application. In this section, we will develop the actual web application using Visual Studio.
Carry out the following steps to create a web application using Visual Studio:
- Open the Visual Studio instance.
- Click on File|New|Project or press Ctrl + Shift + N, as shown in the following screenshot:
- From the New Project window, select Web|.NET Core|ASP.NET Core Web Application.
- Name it (for example, FlixOne.Web), select the location, and then you can update the solution ...