Videos

Building .NET Aspire extensions

I looked into .NET Aspire a few weeks back and noticed it supports extensions! Join me for this stream, and let's figure out how to build an extension for .NET Aspire.

Learn C# with CSharpFritz: Basics of .NET Aspire - Part 1

Let's learn the basics of .NET Aspire by building a simple blog website. We'll introduce a blog application that reads from markdown files on disk and start migrating it to use .NET Aspire and its cloud stack features

Coding Shorts: .NET Aspire - Using OpenTelemetry

While I covered telemetry in an earlier episode, I wanted to show how you can use it in .NET Aspire too. For development, the Dashboard will allow you to monitor your application with metrics and tracing!

Forget Grafana And Prometheus! Start With This

In this video I will show you how you can get started with metrics, logs, spans and dashboards using OpenTelemetry the easy way. We will do that by using .NET Aspire's dashboard as a standalone service.

Learn CSharp with CSharpFritz: Introducing .NET Aspire

Fritz introduces us to the .NET Aspire tech stack. In this discussion-focused episode, we will learn what .NET Aspire is and how we can add it to our existing applications to enable distributed application development and deployment

How .NET Aspire Components Make EVERYTHING Easier! Redis Cache, PostgreSQL, Messaging, & More!

Let's go a bit deeper on .NET Aspire by integrating components into our .NET Web API and Blazor Web app to go beyond orchestration and service discovery. Today we will upgrade our database to PostgresSQL with pgAdmin to see our scaffolded database from EF Core. We will also look at how to add output caching with Redis Cache in our Blazor front end.

Cloud Native Aspirations with .NET Aspire

SSW Solution Architect, Matt Wicks, joined by Rob Pearson, from Octopus Deploy, together, presents .NET Aspire and .NET 8, highlighting their role in cloud-native application development. This session focuses on .NET Aspire’s capabilities and the multi-platform versatility of .NET 8. Addressing orchestration, service integration, and telemetry, this session demonstrates how .NET Aspire and .NET 8 facilitate scalable, distributed app development and deployment across different platforms.

Distributed apps with .NET Aspire

Peter takes a look into .NET Aspire. .NET Aspire is an opinionated, cloud-ready stack for building observable, production-ready, distributed applications in .NET.

.NET 8 .🚀🔥: Aspire Preview 5 & 6 : Whats new & Upgrade Guide

Dive into the latest advancements in .NET technology with our comprehensive guide on .NET Aspire Preview 5 & 6.

Coding Shorts: .NET Aspire - Databases

Now that I covered the hosting in Aspire, let's talk about using Databases in your Aspire application. Let me show you how that works!