Dave Brock

Dave Brock

I'm a software engineer, writer, speaker, and Microsoft MVP from Madison, Wisconsin.

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
The .NET Stacks #22: .NET 5 RC 2 ships, .NET Foundation all hands, and links

The .NET Stacks #22: .NET 5 RC 2 ships, .NET Foundation all hands, and links

This week, .NET 5 RC 2 ships, we talk .NET Foundation, and look around the community.

Dave Brock
Dave Brock
.NET Stacks
C# 10 First Look: Constant string interpolation

C# 10 First Look: Constant string interpolation

Constant string interpolation looks to be set for C# 10—let's take a look.

Dave Brock
Dave Brock
CSharp
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
The .NET Stacks #21: Azure Static Web Apps, .NET 6 feedback, and more!

The .NET Stacks #21: Azure Static Web Apps, .NET 6 feedback, and more!

This week, we take a look at Azure Static Web Apps, dotnet-monitor, and more.

Dave Brock
Dave Brock
.NET Stacks
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
How to Docker with .NET: Getting Started

How to Docker with .NET: Getting Started

The series kicks off with an introduction on Docker, core concepts, and accessing a base ASP.NET Core image.

Dave Brock
Dave Brock
Docker