Skip to content
Author profile

Huy Vũ

Articles, ideas, and practical insights from Huy Vũ.

19 published articles

Mastering Cancellation Tokens in .NET: The Complete Guide
.NET Core thg 9 10, 2026 6 min read 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 min read 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ũ
HOW TO Tracking Synchronous Statistics Updates
Sql Server thg 9 4, 2026 6 min read

HOW TO Tracking Synchronous Statistics Updates

Introduction The SQL Server query optimizer makes use of statistics during query compilation to help determine the optimal query plan. By default, if the optimizer notices a statistic is out-of-date because of too many changes to a table...

By Huy Vũ
Top .NET 10 New Features and Enhancements
.NET Core thg 9 4, 2026 7 min read

Top .NET 10 New Features and Enhancements

.NET 10 brings a modern, efficient, and more intelligent development environment that empowers developers to build scalable, high-performance applications across web, desktop, mobile, and cloud. This release includes updates to the .NET ...

By Huy Vũ