Azure Static Web Apps

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
Azure Static Web Apps is production-ready: These are my 5 favorite things

Azure Static Web Apps is production-ready: These are my 5 favorite things

In this post, I recap my favorite things about Azure Static Web Apps.

Dave Brock
Dave Brock
Azure
Use Azure Static Web Apps with Azure DevOps pipelines

Use Azure Static Web Apps with Azure DevOps pipelines

In this post, we discuss how to use Azure Static Web Apps from a pipeline in Azure DevOps.

Dave Brock
Dave Brock
Azure
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
Blast Off with Blazor: Build a search-as-you-type box

Blast Off with Blazor: Build a search-as-you-type box

In this post, we build a quick search box that filters our images.

Dave Brock
Dave Brock
Blast Off With Blazor
Blast Off with Blazor: Prerender a Blazor Web Assembly application

Blast Off with Blazor: Prerender a Blazor Web Assembly application

In this post, we speed up initial load time by prerendering our Blazor Web Assembly application.

Dave Brock
Dave Brock
Blast Off With Blazor
Blast Off with Blazor: Build a responsive image gallery

Blast Off with Blazor: Build a responsive image gallery

In this post, we build a responsive image gallery using Blazor and Tailwind CSS.

Dave Brock
Dave Brock
Blast Off With Blazor
Blast Off with Blazor: Isolate and test your service dependencies

Blast Off with Blazor: Isolate and test your service dependencies

In this post, we refactor our component to inject an API service wrapper, to abstract away a direct HttpClient dependency.

Dave Brock
Dave Brock
Blast Off With Blazor