For your startup, you want to create a site that has both user interfaces for customers and APIs for mobile apps. Which ASP.NET Core template would you select?

  • Razor Pages
  • Empty
  • Web API
  • MVC
The ASP.NET Core MVC template is the best choice for creating a site with user interfaces for customers and APIs for mobile apps. MVC allows you to build web applications with separate components for the user interface and the API, providing a clear separation of concerns and scalability for your startup's needs.
Add your answer
Loading...

Leave a comment

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