Articles

Technical insights on .NET, Azure, and modern software development

🚀 Launched Today! SignalR Mastery 🚀

5 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!

Read More

How to Debug CSS/JavaScript Mouse or Hover Events

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

Read More

Managing SignalR ConnectionIds (or why you shouldn't)

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

Read More

Stockholm Clients

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

Read More

I Love Azure Static Web Apps

5 min read

I've spent a little bit of time working with Azure Static Web Apps in their preview phase, and it's an amazing solution to a couple core problems I had with deploying static apps.

Read More