Running background tasks in Blazor with Web Workers
A new Web Worker project template in .NET 11 is aimed at Blazor apps that need to run CPU‑intensive work without freezing the UI. The approach uses Web Workers to move heavy processing off the main thread so the interface remains responsive.