For projects focused on background tasks and might run as Windows services or Linux daemons, you should use the ________ template.

  • Worker
  • Web API
  • Blazor
  • MVC
The Worker template in ASP.NET Core is specifically designed for projects that focus on background tasks. It's ideal for creating services that perform work in the background and can be run as Windows services or Linux daemons. This template provides the necessary infrastructure for background task execution.
Add your answer
Loading...

Leave a comment

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