Summary
In this chapter, we have seen the main workloads and the most common templates available in VS for developing different types of projects.
We have seen specific templates for web development, for creating ASP.NET Core applications, SPAs, and web APIs. Undoubtedly, ASP.NET and web development is one of the workloads that has more templates available, because VS is not only designed for .NET developers but also for web developers in general.
We also analyzed templates that allow cross-platform development with .NET MAUI, allowing the deployment of applications for Android, iOS, and Windows mainly. Finally, we saw which templates are available for desktop development.
In the next chapter, you will learn about tools available in VS that will allow you to debug your applications to detect errors, as well as tools to analyze the performance of your applications.