Blazor Shell Apps
On this episode of Blazor StateHasChanged we see how to deploy Blazor to both client and server using one shared code base. Using a shared code base provides extreme portability. With this model we could easily migrate from Blazor on the server to Blazor on the client with very little changes to any code. Blazor Internationalization(I18n) Text Blazor Internationalization is...