Blazor in .NET 8 has undergone significant changes, including a shift to static server rendering for improved performance. Interactivity can be added to Blazor components through different modes such as interactive server, interactive web assembly, and interactive auto. Authentication in Blazor is now easier with the elimination of CSHTML files and the use of cookies for authorization.

Sort: