Pick a focused question that fits your time, stack, and interview goal.
How much time do you have?
Show one-drill sessions you can finish now.
206 results across 1 active filter
Page 9 of 9
Explains read models for complex API screens with practical .NET data-access examples and production trade-offs.
Explains middleware continuation, terminal delegates, path branches, short-circuiting, and two-way request and response flow.
Explains HTTPS, HSTS, secure cookies, HttpOnly, SameSite, no-store, and practical API/browser security hardening.
Implements a small validation helper for date ranges with clear error messages.
Explains JWT validation, trusted issuers, audiences, expiration, signing keys, claims, and server-side authorization boundaries.
Explains event schema evolution, backward compatibility, additive changes, consumer rollout, and contract ownership.
Explains LINQ deferred execution with EF Core with practical .NET data-access examples and production trade-offs.
Explains how route values, query strings, headers, and request bodies become typed endpoint input.
Explains N+1 queries in EF Core with practical .NET data-access examples and production trade-offs.
Covers custom domains, TLS, HTTPS, allowed hosts, CORS boundaries, and production-facing endpoint hygiene for App Service APIs.
Explains minimal APIs, endpoint groups, dependency injection, typed results, filters, and when they fit real services.
Explains returning EF entities from APIs with practical .NET data-access examples and production trade-offs.
Explains how middleware order affects authentication, authorization, error handling, routing, CORS, and response behavior.
Explains how to choose an E2E flow, control test data, avoid brittleness, and cover frontend/API integration risk.