A collection of videos that show next steps to customize and enhance your .NET Aspire system
You've tried .NET Aspire, but what are the next steps after adding it to your application? In this video, Jeff Fritz shows you how you can add custom health checks and the HealthChecks UI to your application
You've got .NET Aspire running with your application, but what's next? In this video, Jeff Fritz shows you how to add a container, ANY container, to your application. For fun, Jeff hosts a Minecraft server next to his application with .NET Aspire
You've built your first .NET Aspire application, but what else can you do beyond the default template? In this video, we'll talk about adding custom tracing to your application and how it appears on the .NET Aspire dashboard
You've built your first .NET Aspire application, but what's next? In this video, we'll explore adding custom metrics to your application to measure the performance of a feature. We'll then see how this metric is surfaced on the .NET Aspire dashboard
You've started adding more projects to your .NET Aspire system, and there's a lot of these 'magic strings' floating around with the names of projects and services. How can we take advantage of a centralized naming of these services by introducing a set of constants and reference them in our .NET Aspire managed system? In this video, we're going to customize how we name our projects and reference them throughout our .NET Aspire system.
Do you have scripts and tools that you use to configure your development environment? Do you re-run them and share them with your project teammates? In this video, Fritz will show you how you can write .NET Aspire custom commands that allow you to perform those tasks directly from the .NET Aspire dashboard