Skip to content
Articles

Async

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ũ