Pick a focused question that fits your time, stack, and interview goal.
206 results across 1 active filter
Page 5 of 9
Performs a set-based bulk update without loading session entities into the change tracker.
Explains how an HTTP request flows through ASP.NET Core middleware, routing, endpoint execution, and response generation.
Explains what CORS controls, what it does not protect, and why APIs still need authentication and authorization.
Explains filtered Include in EF Core with practical .NET data-access examples and production trade-offs.
Frames a vague system-design problem with explicit flows, constraints, scale estimates, and measurable quality targets before selecting components.
Explains global query filters in EF Core with practical .NET data-access examples and production trade-offs.
Separates caller cancellation from a dependency timeout and maps expected downstream outcomes safely.
Explains logout semantics for token-based APIs, revoking refresh tokens, device/session records, and short-lived access-token limits.
Explains stale edit detection, row versioning, conflict UI, refresh behavior, and safe update contracts.
Explains what happens when roles or tenant membership change while access tokens still contain old claims.
Explains controller actions, result types, status codes, thin controllers, and HTTP response generation.
Explains transient, scoped, and singleton lifetimes in ASP.NET Core APIs and production bugs caused by wrong lifetime choices.
Explains endpoint routing, route templates, HTTP method matching, endpoint metadata, and ambiguity problems.
Connects API query shape to index order, selectivity, execution plans, write cost, and safe production rollout.
Explains SQL joins for API response shapes with practical .NET data-access examples and production trade-offs.
Explains EF Core query performance diagnostics with practical .NET data-access examples and production trade-offs.
Propagates request cancellation through async dependencies while keeping committed side effects and timeout policy explicit.
Validates size and signature, writes under a generated storage key, and keeps untrusted files outside the public web root.
Explains upload UX, API boundaries, validation, progress, storage, scanning, failure handling, and safe download behavior.
Validates a bounded command set completely before applying all updates in one SaveChanges transaction.
Stores an idempotency key, request hash, and response in the same transaction as the created resource.
Implements descending keyset pagination in LINQ using a compound timestamp-and-id cursor.
Explains debounce, cancellation, stale-response protection, loading indicators, and backend query safety for search UI.
Explains stable EF Core pagination using cursor predicates, deterministic ordering, and index-aligned queries.