Your services will fail, but you can do something about itYou 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...Sep 29, 2021·4 min read
A guide on how to setup Blazor WebAssembly with Auth0I 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...Aug 21, 2021·6 min read
Middlewares in .NET CoreModern 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...Aug 6, 2021·5 min read