Fixing Claims the Right Way
Read time: 5 minutes It’s flu season in the US and after my 5yo went down with a cold, sure enough, one of my other kids followed and then it got me. So it’s been a tough week, but hope to be...
View ArticleKeycloak Tutorial for .NET Developers
Read time: 15 minutes In one of my recent newsletters, I claimed OpenID Connect (OIDC) is the right way to configure authentication and authorization for your ASP.NET Core apps. No need to reinvent...
View ArticleDeploy Smarter, Not Harder with Containers
Read time: 7 minutes A few days ago I was chatting with a good friend about the project he’s working on at Microsoft, which turns out to be all about the backend side of a popular product used by...
View ArticleShrink Your .NET Containers, Boost Your Deployments
Read time: 5 minutes One of the reasons why containers are so popular for deploying any kind of backend application is the ability to go from zero to fully deployed in just a few seconds, as opposed...
View ArticleMulti-Provider Authentication in ASP.NET Core: Keycloak + Entra ID
Read time: 6 minutes Gone are the days when you created Web applications that only offered the option to register and log in with a user and password combination, backed by a local Users database....
View ArticleZero-Cost Resilience For .NET Apps In Azure
Read time: 7 minutes A few days ago, I was getting ready to test my latest ASP.NET Core app in the cloud when I remembered I still needed a good way to deal with unreliable Azure dependencies. My app...
View Article4 Ways To Get Free Azure Credits
Read time: 6 minutes A common question I get from devs who are getting started with Microsoft Azure is how to get free access to create and test Azure resources, especially for learning purposes....
View ArticleFrom 1.5s to 126ms: How Azure Front Door CDN Speeds Up Image Loading
Read time: 5 minutes Have you ever landed on a website filled with images and spent the last several seconds patiently waiting for those images to finish loading in your browser? This actually...
View ArticleZero-Code Full-Stack Development with AI, .NET and React
Read time: 8 minutes Vibe coding is an AI programming technique in which you describe a problem in natural language to an AI assistant (a large language model), and it builds the software for you....
View ArticleThe Easiest Way To Deploy Your ASP.NET Core App To Azure
Read time: 7 minutes A few months ago, I needed to deploy a small ASP.NET Core API to Azure—fast. But I quickly realized how confusing it can be, especially for newcomers. Azure offers a lot of...
View Article