Cancellation token multifold
Combine token sources to get the best out of cancellation model
Nov 27, 20213 min read75

Search for a command to run...
Articles tagged with #dotnetcore
Combine token sources to get the best out of cancellation model

Why you should start using them in your backend services

Modern web applications, among many other things, demand a modular approach to building components loose-coupling between its components. Pre .NET Core, all types of web applications in the .NET ecosystem (MVC, WebAPI, etc) were heavily dependent...
