Skip to content
Articles

.NET

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ũ
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ũ