The browser downloads the Blazor application, its dependencies, and the .NET runtime in the initial load itself and the application will run directly on the Browser UI thread.
Note: The dlls will load only at initial rendering and then it will be cached in the local browser.
Share with