When creating an ASP.NET Core project with the intention of using it as a reusable class library, opt for the ________ template.

  • Class Library
  • Web API
  • Razor Pages
  • MVC
The Class Library template in ASP.NET Core is intended for creating reusable class libraries. When you want to encapsulate functionality and share it across multiple projects, such as other ASP.NET Core applications, this template is the right choice. It allows you to create libraries that can be easily referenced and reused.
Add your answer
Loading...

Leave a comment

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