Blazor
Blast Off with Blazor: Use .NET 5 to update the HTML head from a Blazor component
In the latest post, we'll learn how to update the HTML head dynamically using .NET 5.
Blast Off with Blazor: Learn components and testing with a custom 404 page
In the latest post, we'll write our first component and get acclimated with bUnit.
Blast Off with Blazor: Get to know Blazor and our project
We kick off our series by talking about Blazor, reviewing our code for the first time, and explaining how to run our project.
Improve rendering performance with Blazor component virtualization
Use Blazor component virtualization to improve perceived performance of components that work with large data sets.
Blast Off with Blazor, Azure Functions, and Azure Static Web Apps
Let's talk about deploying an Azure Static Web App running Blazor and Azure Functions.
Use CSS isolation in your Blazor projects
We talk about scoping your CSS to your Blazor components—all without a stylesheet reference.
Share Blazor Components with Shared Class Libraries
This post shows you how you can share Blazor components with shared class libraries.