Dual mode BlazorΒΆ

As stated in doc home Blazor has two hosting models: WebAssembly or Server. Each hosting model has pros and cons, so you have to decide which is better for your web application.

With Blazor Boilerplate you can switch at runtime between WebAssembly or Server in the Settings of Admin.

../_images/dual_mode_blazor.png

Choose the desired runtime in the dropdown list and then click on Save button. The application is then reloaded.