You can use Blazor with Aspire and Visual Studio Code.
This article demonstrates adding Aspire to manage microservices, containers, and dependencies
.NET Aspire orchestration simplifies building distributed applications by providing a unified model for defining, managing, and connecting services
.NET Aspire simplifies cloud-native .NET 8 development with orchestration, telemetry, and pre-configured service defaults
.NET 10 Release Candidate 1 is available with improvements across the runtime, SDK, libraries, ASP.NET Core, Blazor, .NET MAUI, and more!
Working with webhooks is not my favorite task, especially when you need extra tooling for your regular dev loop. This is the case with Stripe webhooks, which work great until you forget to start your Stripe CLI process to listen for events and forward them to your .NET webhook endpoint. What if your Stripe CLI could start automatically alongside your .NET API as a single coordinated system?
Let's take a step back and talk about why .NET Aspire is relevant to today's developers, why they should care, and how to take an existing app and Aspire it.
The Aspire CLI is here and you can use it to configure and run your applications