Engineering journal
Coding Luggage
Practical guides and deep dives into .NET, Azure, and modern software engineering. Pack your bags... we're going on a coding journey.
Search Posts →Latest Posts
48 posts total
CORS in .NET
A practical guide to CORS in .NET, including what happens when ServiceA needs to communicate with ServiceB
Rate Limiting in .NET
A practical guide to implementing rate limiting in .NET APIs, from built-in ASP.NET Core policies to gateway and outbound request throttling
HybridCache in .NET: Fast L1 + Shared L2 Without the Usual Caching Pain
A practical guide to HybridCache in .NET using in-memory L1, Redis L2, stampede protection, and tag-based invalidation
Azure Managed Redis in .NET
A practical guide to Azure Managed Redis in .NET, including cache-aside, passwordless authentication, and production-friendly connection patterns
Azure Service Bus in .NET
A practical guide to Azure Service Bus in .NET, including queues vs topics, reliable message processing, and production-friendly SDK patterns
CancellationTokens in .NET
How to use CancellationToken correctly in .NET APIs, background work, and data access to improve responsiveness and resource usage