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

Christopher Laine
IT Dead Inside
Published in
6 min readDec 14, 2022

--

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…

--

--