Pick a focused question that fits your time, stack, and interview goal.
7 results across 1 active filter
Page 1 of 1
Shows how publisher-to-subscriber references can retain objects and how to clean up event-based lifetimes.
Covers chunking, bounded concurrency, scoped dependencies, progress, retries, and avoiding full-dataset memory spikes.
Explains how IHttpClientFactory separates short-lived clients from pooled handlers and how concurrency, DNS, resilience, and DI lifetimes still require judgment.
Distinguishes deterministic cleanup from finalization and explains resource ownership in normal application code.
Explains asynchronous cleanup for resources whose shutdown path needs async work, such as flushing or closing remote connections.
Introduces lower-level allocation tools while emphasizing measurement, ownership, and safe usage.
Reviews a captive scoped dependency as both a lifetime and concurrency bug, then replaces it with explicit per-operation scopes and minimal immutable work data.