Real-Time Apps in .NET with SignalRIn this article, we explore how SignalR works under the hood and expand the chat app from the WebSocket article to show just how easy it is to implement advanced features. |
113 Cherry St #92768, Seattle, WA 98104-2205 |
Do you want to receive an article every other week helping you to become a better .NET developer? Sign up for my newsletter!
WebSocket in .NET The WebSocket protocol allows for full-duplex messaging over a single TCP connection. In my newest article, we explore the protocol, compare it to the closest alternative, and use it to implement a simple chat app in .NET 8. WebSocket in .NET Real-Time, Two-Way Communication Over TCP/IP Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences
Server-Sent Events in .NET ChatGPT streams its chat responses using a simple HTTP request.How? Using the most elegant way of achieving server push over HTTP:Server Sent Events.In my newest article, I show you how to implement it in .NET 8. Server-Sent Events in .NET Implementing The Most Elegant HTTP-Based Push Mechanism Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences
Long Polling in .NET Long Polling is a more efficient polling technique. In my newest article, I explain how it's different from regular polling, and show you how to implement it in .NET Long Polling in .NET Implementing a More Efficient Polling Technique Read article 113 Cherry St #92768, Seattle, WA 98104-2205Unsubscribe · Preferences