April 9, 2021 · 2 min read
Recently, I regained some of the rights to some video courses I've built over the past two years. Because this was specially created content, I wanted to see if there was a way that I could distribute it that was more than just "posting it on YouTube".
April 6, 2021 · 4 min read
Kevin, I have two clients. Client 1 sends a message to client 2. Client 1 loses its connection to the server. Client 2, during this time, sends a message to Client 1. That message is lost because Client 1 was disconnected. How can we solve this problem?
March 3, 2021 · 2 min read
Recently, I updated a client application to the latest versions of SignalR (including the NPM module). One of our users uses a SmartTV to view the page, and it stopped working due to 'AbortController is Undefined'.
February 24, 2021 · 1 min read
Recently, I've been building a handful of Azure Logic Apps that work with Stripe webhooks and I've need to convert Epoch DATETIME into a more useful format.
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
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!
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.
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.
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!
October 14, 2020 · 1 min read
How do you update the .NET CLI templates? Turns out there is a command just for you!