Using cancellation tokens on ASP.NET Core MVC actions

Cancellation tokens are really useful when working with async stuff, and this is the simplest way of getting some nice free benefits in ASP.NET applications using them.

April 21, 2018 · 3 min · 599 words · João Antunes