.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.

Start Test
Middleware

Request pipeline, custom middleware, use/next logic.

Start Test
Routing

Endpoint routing, attribute routing, route templates.

Start Test
Dependency Injection

Services, lifetimes (Transient, Scoped, Singleton).

Start Test
Configuration & Settings

appsettings.json, IOptions pattern, user secrets.

Start Test
Entity Framework Core

DbContext, migrations, LINQ, CRUD operations.

Start Test
Web API

Controllers, actions, attributes, JSON formatting.

Start Test
Logging & Monitoring

ILogger, Serilog, log levels, built-in providers.

Start Test