Using CancellationTokens in ASP.NET Core minimal APIs

In this post I'll show how you can use CancellationTokens in your minimal API handlers to stop execution when a user cancels a request from their browser
August 23, 2022
445
347