Which of the following is NOT a default template option when creating a new ASP.NET Core project?

  • Web API, Razor Pages, Windows Forms, Angular
  • Empty, Web API, Web Application, Blazor
  • Class Library, Console Application, Unit Test Project, Worker Service
  • None of the above
When creating a new ASP.NET Core project, "Windows Forms" is not a default template option. ASP.NET Core primarily focuses on web-based and cloud-based applications, so options like Web API, Razor Pages, and Blazor are more common project types.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *