PreviousNext

How Blazor Performs Against Other Frameworks

by bill-s, 2021-04-22T17:15:12.832Z

We’ll use Blazor Server, Blazor WebAssembly and an ASP.NET Core MVC application to compare performance, looking at network activity to measure against the number of HTTP requests and total load time.

Read More