.NET Aspire Tutorials

AspiriFridays with David, Damian, and Maddy - Sean from SCT Software

The team works with Sean to update some enterprise software to use .NET Aspire

What is the .NET Aspire Community Toolkit?

At .NET Conf, Maddy Montaquila got to share about something super exciting — the new .NET Aspire Community Toolkit. She shares the details in today's #OneDevQuestion. Learn more: https://msft.it/6055SWGRW

Levelling up your dev workflow with .NET Aspire - Aaron Powell - NDC Melbourne 2025

We'll go a step further and look at how we can use .NET Aspire to improve how we develop our application, from simplified logging and tracing, to making our applications more resilient. We'll even look at how to bring it languages like Python and JavaScript while still having a single, unified development experience.

.NET Aspire + Semantic Kernel = The Perfect AI Dev Experience

Semantic Kernel is a great orchestrator for building AI apps. .NET Aspire brings a great developer experience. Together, they will simplify the dev experience when building intelligent apps!

AspiriFridays with David, Damian, and Maddy - Bitwarden

Welcome to the first ever AspiriFriday! Join David Fowler, Damian Edwards, and Maddy Montaquila while they try to Aspireify (aka add Aspire to) your apps, live on stream!

Using Aspire with Docker Hosts

.NET Aspire is Microsoft’s orchestration tooling to really help with the developer experience. Many believe it’s only for .NET applications, but it can be used for pretty much any language. There are lots of integrations, both official and in the community toolkit, that give nice typed experiences. But if there isn’t a dedicated integration it’s not a problem, as long as you can run your application in Docker then Aspire has you covered.

AI infused mobile & desktop app development with .NET MAUI

.NET MAUI allows you to create multi-platform apps for iOS, Android, macOS, and Windows. See how you can boost your productivity with AI enhancements in GitHub Copilot and Visual Studio and learn how the entire development lifecycle is being transformed with .NET Aspire. Join us and see how intelligent productivity tools and beautiful controls and components come together to build native and hybrid apps with .NET MAUI's latest features.

Local AI development with Foundry Local and .NET Aspire

When we start building apps infused with AI it begs the question of how we tackle the local dev experience. Do we provision cloud resources, if so, how do we secure them, manage rate limits and cost? Or do run local models, and how do we set them up? What about vector databases, data ingestion, and all those auxiliary systems? It all sounds complicated, that is until we start leveraging the power of .NET Aspire and see that we can have it as easy as clone repo and dotnet run!

The Fastest Way to Build Cloud-Native Apps with .NET Aspire and Dapr | DEM542

Want to go from code to cloud—fast? .NET Aspire and Dapr make it easy! In this hands-on demo, we’ll build a cloud-native app from scratch, integrating Dapr’s service discovery, messaging, and observability into .NET Aspire. Then, we’ll deploy it to Azure—live! If you're looking for the fastest way to build and deploy microservices, this session gives you a step-by-step playbook.

How to run a custom container images in .NET Aspire projects

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