Using app.Run() before other middleware will short-circuit all subsequent middleware. Q59. What does [ApiController] attribute do in ASP.NET Core? A) Marks a class as a view controller for MVC B) ...