.NET Aspire Videos

Simplify your local AWS Lambda development with .NET Aspire

Struggling to develop serverless applications? Hi, I'm James Eastham and in this video you'll learn about .NET Aspire alongside AWS Lambda to enhance your local development experience for serverless applications on AWS. Learn how to replace Docker Compose with .Net Aspire, leverage its support for AWS Lambda and DynamoDB, and debug API Gateway integrations locally.

Streamlining Application Testing with .NET Aspire and Playwright

Let's explore how to effectively test your applications using .NET Aspire and Playwright. This session will cover the integration of Playwright for end-to-end testing within .NET Aspire projects, showcasing how to automate and streamline your testing processes. Learn how to set up and execute tests, ensuring your applications are robust, reliable, and ready for production. This presentation will provide valuable insights and practical techniques to elevate your development workflow.

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

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

Hands on .NET Aspire — Nils de Turckheim

In this talk, we will begin by outlining the elements that compose Aspire and defining their benefits. Then, we will demonstrate their integration and deployment in two demos. Finally, outline some key takeaways so that next time you hear "Aspire", you will have your opinion

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!

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!