ASP.NET Core API Checklist
Building modern APIs require a lot of things to make them reliable, observable, and scalable. In no particular order, here are some of …
Building modern APIs require a lot of things to make them reliable, observable, and scalable. In no particular order, here are some of …
One of the big advantages of microservices is, that they can be scaled independently. This article shows the benefits and challenges of scaling one microservice and its database. Read …
In this article, we are going to implement Response Caching with MediatR in ASP.NET Core using its awesome Pipeline Behaviours. I have written …
In this tutorial, I am implementing a feature to switch between light & dark theme for Blazor WebAssembly application. You are going to …
In this video tutorial we go over how to add Okta OIDC Authentication to Blazor webassembly (WASM) web application. Read more: https://youtu.be/fQSE0lptDfA
In this guide, you will create two C# ASP.NET Core Microservices. Both microservices have their own bounded context and domain model. Each microservice has its own …
Understand the relationship between Principal, Identity and Claims Read more: https://youtu.be/3i0RcKrVyTo
In .NET 3.0 we began shipping IdentityServer4 as part of our template to support the issuing of JWT tokens for SPA and Blazor …
ASP.NET Core MVC uses number of built-in filters like Authorization, Resource, Action, Exception, and Result filters. Filters help you to remove repetitive code …
The explosive growth of web frameworks and the demands of users have changed the approach to building web applications. Many challenges exist, and …