blazor
Blazor web framework for .NET
Fix Blazor Server routing for Razor Class Library pages like /dashboard using dynamic assembly loading. Add assemblies to Router AdditionalAssemblies and MapRazorComponents.AddAdditionalAssemblies for full route discovery in modular .NET 8+ apps.
Resolve cross-origin-opener-policy errors in Blazor WASM standalone apps with Entra ID/Azure AD authentication on localhost (https://localhost:1234). Works on Azure Static Web Apps? Switch to redirect mode or add COOP headers via web.config.
Learn to register Blazor.SubtleCrypto's ICryptoService in Program.cs and inject it via constructor into non-component classes in Blazor WebAssembly. Step-by-step guide for AES-GCM encryption/decryption with DI best practices.
Fix Blazor components generated by Roslyn analyzer that compile but render nothing. Learn why analyzers fail, switch to source generators, debug steps, and build settings for proper Blazor rendering.