Templates for web development
The first group we will analyze is the templates related to web development. To install these templates, with the VS Installer, you must select the ASP.NET and web development workload, as shown in Figure 2.6:
Figure 2.6 – Selecting the "ASP.NET and web development" workload
The description mentions that the templates of this workload allow you to create projects using ASP.NET Core, ASP.NET, HTML/JavaScript projects, and Containers.
Let’s look at the main categories of templates that can be found with this workload next.
Templates for ASP.NET Core web applications
ASP.NET Core is a multiplatform web technology for creating modern applications using .NET, with which is possible to create standard web applications. The main templates that we can find to develop this type of application are as follows:
- ASP.NET Core Web App (Razor Pages): This is the template for working with ASP.NET Core...