Cancellation token multifold
Combine token sources to get the best out of cancellation model

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

Why you should start using them in your backend services

Developers = Crazy individuals with mild OCD. Individuals who are particular about their operating system, the editor they use, the way they use language constructs. In this post, I am going to talk about how this craziness make code reviews even c...

You read it right, go ahead and search for faulted errors, socket exceptions in your favorite instrumentation tool (azure application insights, new relic etc), there is a very high chance you are going to find few of these logged. Here is a snippet f...

I have had some experience working on OpenID Connect. Exploring Auth0 has made me realize one thing, it cant get simpler than this. Setting up identity with Auth0 was a delight, most of the time I didn't even need to look at the documentation (am I b...

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