2026-07-24 aspnetcoredotnet-11signalr SignalR clients can finally cancel a running hub method in .NET 11 Preview 6 Cancelling the CancellationToken you pass to InvokeAsync now reaches the server and cancels the hub method. This closes a SignalR request open since 2019.
2020-11-09 signalrxamarinxamarin-forms Creating a cross-platform chat app using Xamarin Forms and SignalR Build a cross-platform real-time chat app in under 5 minutes using Xamarin Forms for the client and ASP.NET Core SignalR for the backend.
2020-11-04 csharpsignalrxamarin-forms How to publicly expose your local SignalR service for consumption by mobile clients using ngrok Use ngrok to publicly expose your local SignalR service so mobile clients can connect without network configuration or SSL workarounds.