1.
What is the primary purpose of ASP.NET Core Web API?
2.
Which attribute is commonly used to define an API controller in ASP.NET Core?
3.
Which method is typically used to handle HTTP GET requests?
4.
What is Dependency Injection (DI) in ASP.NET Core?
5.
Which file is commonly used to configure services and middleware in a .NET 10 Web API application?
6.
What is the purpose of Swagger/OpenAPI in a Web API?
7.
Which HTTP status code indicates that a resource was successfully created?
8.
What is the purpose of middleware in ASP.NET Core?
9.
Which built-in feature helps secure Web APIs using tokens?
10.
Which return type is commonly used in Web API actions to provide flexible HTTP responses?
11.
Which feature introduced in modern ASP.NET Core APIs reduces the need for full controller classes?
12.
Which method is used to register a service with Dependency Injection as a singleton?
1 out of 1