Test your ASP.NET Core knowledge with a free interactive quiz — 50 questions with answers and explanations. No signup needed to play.
Question 1/12Score 0
In the modern minimal hosting model (.NET 6+), where did the separate Startup.cs class's responsibilities (service registration and middleware configuration) move to?
In this round
In the modern minimal hosting model (.NET 6+), where did the separate Startup.cs class's responsibilities (service registration and middleware configuration) move to?
What is a Tag Helper in ASP.NET Core Razor views?
What is ASP.NET Core?
What does the `[FromQuery]` parameter attribute do?
What is the purpose of `ILogger<T>` in ASP.NET Core?
What ORM is commonly used with ASP.NET Core for databases?
What does `app.UseRouting()` do in the ASP.NET Core middleware pipeline?
What does the `[FromBody]` parameter attribute do in an ASP.NET Core action method?
What does `launchSettings.json` configure in an ASP.NET Core project?
What is routing in ASP.NET Core?
What is `dotnet run` used for during ASP.NET Core development?
What is Swagger/OpenAPI typically used for in an ASP.NET Core Web API project?
Gaps to close?
Read the curated ASP.NET Core notes — core concepts, patterns, interview prep.