Let’s Learn Blazor: Background Service Communication with Blazor via SignalR
Let your ASP.NET Core Background Service communicate with your Blazor app via SignalR
This is one of several articles on Blazor I’ll be writing, all so engineers can get familiar with the capabilities and tricks of this burgeoning and exciting web technology
I was in a conundrum. I needed to process data outside of my Blazor server app’s main thread. I needed a long-running task which would handle a synchronisation…