.NET Core MCQs
.NET Core Quiz Topics
Select a subtopic below to begin the quiz.
.NET Core Basics
Core concepts, SDK, CLI tools, and architecture.
Middleware
Request pipeline, custom middleware, use/next logic.
Routing
Endpoint routing, attribute routing, route templates.
Dependency Injection
Services, lifetimes (Transient, Scoped, Singleton).
Configuration & Settings
appsettings.json, IOptions pattern, user secrets.
Entity Framework Core
DbContext, migrations, LINQ, CRUD operations.
Web API
Controllers, actions, attributes, JSON formatting.
Logging & Monitoring
ILogger, Serilog, log levels, built-in providers.