In this video, Gui will show you how you can get started with integration testing in .NET with .NET Aspire. From the launch of Aspire I have been saying that it will be a perfect tool for integration and acceptance testing and we finally have all the tools to investigate this claim.
Getting a complete CI/CD pipeline for your .NET Aspire solution doesn't have to be complicated. I've created a template that gives you everything you need to get started in minutes.
In this video, I walk you through how to publish and deploy a .NET Aspire application using the new Aspire Docker Compose publisher.
This tutorial presents how to use Aspire to dev-orchestrate a web app based on Orchard CMS.
A practical walkthrough of using .NET Aspire's Docker publisher to generate Docker Compose files from C# code. Learn how to set up an API with Postgres and Redis, publish to Docker Compose, and deploy to a VPS with minimal configuration.
In this video, I’ll show you how to integrate .NET Aspire into an existing Clean Architecture application—no need to start from scratch. We’ll start with a .NET 9 solution that uses Docker Compose for Postgres, Redis, and Seq. Then, step-by-step, I’ll migrate everything to use .NET Aspire’s orchestrator and integrations.
It's 2025 and we're all adding AI features to our apps. But the tech moves so fast - what solid ground can you actually build on? This talk will focus on one of the best established patterns: building chat UIs that accept natural-language instructions.
Today, I’ll show you how to add health checks to your .NET app that stay secure and integrate seamlessly using .NET Aspire.
David, Damian, and Maddy have nabbed a real celeb for this episode - fellow MSFTie and Aspire fan James Montemagno!! James has been building an app called Feedback Flow - and even though Fowler has been helping, it STILL isn't Aspirified enough. Join us for this exciting AspiriFriday to wrap up June
Hi, I'm James. And in this video, you'll learn about how you can improve your local development of AWS Lambda functions using .NET Aspire. You'll learn how to emulate asynchronous event sources such as Amazon SQS, Amazon EventBridge, SNS, and Kinesis locally. The video introduces practical ways to test Lambda functions with event sources using Aspire's features.