Blazor

Unhandled Exceptions in Blazor Server with Error Boundaries

Unhandled Exceptions in Blazor Server with Error Boundaries

Let’s look at error boundaries in Blazor, a new feature that allows you to handle Blazor Server unhandled exceptions more easily. We’ll learn what error boundaries are, and what they are not.

Dave Brock
Dave Brock
ASP.NET Core
Upgrading a Blazor WebAssembly Azure Static Web App from .NET 5 to .NET 6

Upgrading a Blazor WebAssembly Azure Static Web App from .NET 5 to .NET 6

In this post, I briefly discuss the process of upgrading a Blazor WebAssembly App from .NET 5 to .NET 6.

Dave Brock
Dave Brock
Azure Static Web Apps
Instant Feedback Is Here: Introducing Hot Reload in .NET 6

Instant Feedback Is Here: Introducing Hot Reload in .NET 6

With .NET 6 Preview 3, you can use hot reloading with your ASP.NET Core apps.

Dave Brock
Dave Brock
Blazor
Working with the Blazor DynamicComponent

Working with the Blazor DynamicComponent

In this post, we discuss how to dynamically render components in Blazor using the new DynamicComponent.

Dave Brock
Dave Brock
Blazor
Blast Off with Blazor: Add a shared dialog component

Blast Off with Blazor: Add a shared dialog component

In this post, we add a dialog to get a closer look at our images.

Dave Brock
Dave Brock
Blast Off With Blazor
Build a Blazor 'Copy to Clipboard' component with a Markdown editor

Build a Blazor 'Copy to Clipboard' component with a Markdown editor

Let's build a 'Copy to Clipboard' component, where we can copy Markdown content to the clipboard.

Dave Brock
Dave Brock
Blazor
How to achieve style inheritance with Blazor CSS isolation

How to achieve style inheritance with Blazor CSS isolation

We explore how to achieve traditional style inheritance with Blazor CSS isolation.

Dave Brock
Dave Brock
Blazor
Signed HTTP Exchanges: A path for Blazor WebAssembly instant runtime loading?

Signed HTTP Exchanges: A path for Blazor WebAssembly instant runtime loading?

We explore Signed HTTP Exchanges, which may help when loading the .NET runtime in Blazor WebAssembly apps.

Dave Brock
Dave Brock
Blazor