Monitoring ASP.NET Core Application Health with Health Checks 🩺

February 23, 2021 · 4 min read
Your application isn't just your code. It's your code plus your database. It's your code plus the services you use. It's your code plus the infrastructure you run on. Failures in your application

🚀 Launched Today! SignalR Mastery 🚀

January 13, 2021 · 3 min read
Do you want to become a master in building real-time applications on .NET? My new course is designed to take you on a journey through all the bits and advanced topics of SignalR, a real-time communication library built on .NET!

How to Debug CSS/JavaScript Mouse or Hover Events

January 11, 2021 · 1 min read
You're working on an issue the requires to debug or style an element on a page that ONLY appears in the course of a hover or mouse-over event. However, when the event is not occurring, the element you want to work with does not exist in the DOM.

Managing SignalR ConnectionIds (or why you shouldn't)

December 9, 2020 · 4 min read
One of the commons issues I see when reading questions on StackOverflow or Reddit is that many SignalR users do not know how to effectively manage connections their hubs. Or worse, they make mistakes that'll cause performance problems in the long run.

Installing .NET 5 for Beginners

November 18, 2020 · 1 min read
Are you new to .NET, and you're looking at how to get started? This video is just for you!

How to Upgrade .NET CLI Templates

October 14, 2020 · 1 min read
How do you update the .NET CLI templates? Turns out there is a command just for you!

Crazy Web Performance with Azure Static Web Apps and Azure Functions

September 15, 2020 · 5 min read
With the new Azure Static Web Apps, you can include Azure Functions as a part of your deployment which gives you the best of both worlds when you deploy static sites. Crazy performance, but access to Azure Functions when you absolutely need to "write a little bit of code".

Single Page Architectures with Vue.JS and ASP.NET Core

August 17, 2020 · 1 min read
Thanks for attending my session on building Single Page Architectures with Vue.JS and ASP.NET Core.

Stockholm Clients

August 17, 2020 · 2 min read
What happens when an amazing client turns into a nightmare client in the matter of weeks. You might be dealing with a Stockholm Client.

How to Redirect with Azure Static Web Apps

August 11, 2020 · 3 min read
When deploying to Azure Static Web Apps, a common question that comes up is "How do I do 301 redirects?". Let's explore how in this simple tutorial.
← Prev
Page 2 of 8
Next →