When you're creating a project for microservices, the ________ template in ASP.NET Core might be a suitable choice.
- Microservices
- Web API
- Desktop
- Cloud
The "Web API" template in ASP.NET Core is well-suited for building microservices. Microservices often require building lightweight APIs to interact with other services, and the "Web API" template provides the necessary tools and framework for this purpose.
Loading...
Related Quiz
- In a custom exception handling middleware, what must you do to ensure that the next middleware in the pipeline gets executed?
- In Entity Framework Core, the _________ class provides a main point of interaction between the database and your code.
- In the context of project.json, what is signified by the "dependencies" section?
- What is the primary purpose of routing in ASP.NET Core?
- When setting up a Continuous Integration (CI) pipeline for an ASP.NET Core application, why might you decide to include both unit tests and integration tests?