Blazor
.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
.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
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
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.
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.
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.
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.
Working with the Blazor DynamicComponent
In this post, we discuss how to dynamically render components in Blazor using the new DynamicComponent.