Posts tagged with: Performance

Explore all posts associated with this tag.

CancellationToken Explained: Preventing Wasted Work in .NET Backend Systems

CancellationToken Explained: Preventing Wasted Work in .NET Backend Systems

Learn how CancellationToken prevents wasted resources in ASP.NET Core applications. Practical examples for database queries, HTTP calls, and background jobs.

By Steve Bang on December 20, 2025

Read more
Mastering Caching in .NET: Ultimate Guide to Blazing Fast, Scalable, and Cost-Effective Applications

Mastering Caching in .NET: Ultimate Guide to Blazing Fast, Scalable, and Cost-Effective Applications

A practical guide to high-performance .NET caching: strategies, patterns, and real-world tips for ASP.NET Core, Redis, and distributed caching.

By Steve Bang on May 29, 2025

Read more