Blazor

.NET Aspire 2: Exploring the Developer Dashboard

.NET Aspire 2: Exploring the Developer Dashboard

This post was originally published on the Telerik Developer Blog. This is the second part of a six-part exploratory series on .NET Aspire. * Part 1: What Is .NET Aspire? * This post (Part 2): Exploring the Developer Dashboard * Part 3: Service Defaults * Part 4: Integrations * Part 5: Orchestration and Service Discovery

Dave Brock
Dave Brock
.NET Aspire
.NET Aspire 1: What is .NET Aspire?

.NET Aspire 1: What is .NET Aspire?

This post was originally published on the Telerik Developer Blog. This is the first part of a six-part exploratory series on .NET Aspire. * This post (part 1): What Is .NET Aspire? * Part 2: Exploring the Developer Dashboard * Part 3: Service Defaults * Part 4: Integrations * Part 5: Orchestration and Service Discovery

Dave Brock
Dave Brock
.NET Aspire
What Is DeepSeek? Dive in Using DeepSeek, .NET Aspire, and Blazor

What Is DeepSeek? Dive in Using DeepSeek, .NET Aspire, and Blazor

This post was originally posted on the Telerik Developer Blog. A new AI model has taken the tech world, and the actual world, by storm. It performs close to, or better than, the GPT 4o, Claude and Llama models. It was developed at a cost of $1.3 billion (rather

Dave Brock
Dave Brock
.NET Aspire
Build 2022 Updates for ASP.NET Core Developers

Build 2022 Updates for ASP.NET Core Developers

This post was originally published on the Telerik Developer Blog. Build 2022 took place last week, giving Microsoft developers a lot to get excited about—whether it’s new Azure bells and whistles, Windows development, developer productivity updates, or tons of other content you can view from the session list.

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
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