Skip to content
Category

.NET Core

13 articles

Mastering Cancellation Tokens in .NET: The Complete Guide
.NET Core thg 9 10, 2026 6 phút đọc EN VI

Mastering Cancellation Tokens in .NET: The Complete Guide

Here's a scenario: A user makes a request to your API, it starts processing, then the user gets impatient and closes their browser. Your API? Still chugging away, doing work that nobody will ever see. Database queries running, external A...

By Huy Vũ
HybridCache in ASP.NET Core .NET 10 - Complete Guide
.NET Core thg 9 10, 2026 47 phút đọc EN VI

HybridCache in ASP.NET Core .NET 10 - Complete Guide

I wrote custom IDistributedCache extension methods - GetOrSetAsync, TryGetValue, SetAsync with generics - for every project that needed Redis caching. Dozens of lines of boilerplate that I copied from project to project. HybridCache made...

By Huy Vũ