Selecting and searching for templates
As mentioned in the introduction of this chapter, VS has many templates that we can use with .NET and other technologies, depending on the type of project you are working on.
To explore the templates in VS 2022, just open VS and select the Create a new project option:
Figure 2.1 – The VS "Create a new project" option
After selecting this option, we will see a list of templates to choose from for creating our new project, as shown in Figure 2.2. Similarly, on the left side, we will be able to see templates we have recently selected, with the option to pin or unpin each template so that we can quickly select templates that we use the most:
Figure 2.2 – The option to pin or unpin a template in the "Recent project templates" section
In Figure 2.2, we also see a search bar at the top for filtering the different templates. If you know the name of the technology...