ASP.NET Core

Don't Do That, Do This: The .NET 6 Edition

Don't Do That, Do This: The .NET 6 Edition

In this C# Advent post, we have a little fun and talk about some nice, lesser hyped .NET 6 features that might make you happy.

Dave Brock
Dave Brock
ASP.NET Core
.NET 6 Has Arrived: Here Are A Few of My Favorite Things

.NET 6 Has Arrived: Here Are A Few of My Favorite Things

I talk about my favorite things about .NET 6: Hot Reload, Minimal APIs, HTTP logging, Blazor improvements, and more.

Dave Brock
Dave Brock
ASP.NET Core
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
Your guide to REST API versioning in ASP.NET Core

Your guide to REST API versioning in ASP.NET Core

In this post, we learn how to use API versioning in ASP.NET Core.

Dave Brock
Dave Brock
APIs
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
Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6

Low Ceremony, High Value: A Tour of Minimal APIs in .NET 6

In this post, let's take a tour of Minimal APIs in .NET 6.

Dave Brock
Dave Brock
ASP.NET Core
Make microservices fun again with Dapr

Make microservices fun again with Dapr

Let's take a look at Dapr, a distributed application runtime that promises to make working with microservices easier.

Dave Brock
Dave Brock
Dapr
Meet the .NET Upgrade Assistant, Your .NET 5 Moving Company

Meet the .NET Upgrade Assistant, Your .NET 5 Moving Company

The .NET Upgrade Assistant is a global command-line tool that guides you through migrating your .NET Framework apps to .NET 5, automating several painful steps along the way. In this post, we review the tool by migrating an ASP.NET MVC app.

Dave Brock
Dave Brock
ASP.NET Core