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.
Loading...
Related Quiz
- When using attribute routing, what is the significance of the order in which routes are defined?
- You are creating a website and want to add a folder for storing images, scripts, and CSS files. Which default folder in ASP.NET Core would you typically use?
- Which tool among the following is primarily a command-line tool for .NET operations?
- You are developing a web application with multiple views. You want to ensure a consistent look and feel across all pages. Which feature of Razor views allows you to define a common layout for your web pages?
- You've been tasked to deploy an ASP.NET Core application to a cloud platform that supports scaling out based on demand, but you want to minimize management overhead. Which service would be the best fit?