Blazor

Blast Off with Blazor: Use .NET 5 to update the HTML head from a Blazor component

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.

Dave Brock
Dave Brock
Blazor
Blast Off with Blazor: Learn components and testing with a custom 404 page

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.

Dave Brock
Dave Brock
Blazor
Blast Off with Blazor: Get to know Blazor and our project

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.

Dave Brock
Dave Brock
Blazor
Improve rendering performance with Blazor component virtualization

Improve rendering performance with Blazor component virtualization

Use Blazor component virtualization to improve perceived performance of components that work with large data sets.

Dave Brock
Dave Brock
Blazor
Blast Off with Blazor, Azure Functions, and Azure Static Web Apps

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.

Dave Brock
Dave Brock
Blazor
Use CSS isolation in your Blazor projects

Use CSS isolation in your Blazor projects

We talk about scoping your CSS to your Blazor components—all without a stylesheet reference.

Dave Brock
Dave Brock
Blazor
Share Blazor Components with Shared Class Libraries

Share Blazor Components with Shared Class Libraries

This post shows you how you can share Blazor components with shared class libraries.

Dave Brock
Dave Brock
Blazor