.NET Aspire Tutorials

.NET Aspire Getting Started

In this quick talk, we will familiarize ourselves with .NET Aspire and add it to existing projects: an ASP.NET Core API with CRUD operation and an ASP.NET MVC application as a Client.

.NET Aspire: Cloud-Native Without the Chaos

Tired of “cloud-native” meaning “bloated code + 10 new tools”? .NET Aspire breaks the myth: cloud development can be simple, elegant, and even fun. Join this hands-on session for pragmatic developers ready to build cloud-first micro-services without burnout. Using real-world examples, you’ll design apps that are born scalable – with observability and auto-resilience baked in from the first commit.

Vibe Coding with .NET Aspire: What It Means to Be a Software Developer in 2025

In this talk, we'll explore how .NET Aspire combines opinionated patterns with infrastructure and app modeling to streamline modern .NET development. Using a real-world Pickleball App as a case study, we cover domain modeling with Azure Table Storage, REST APIs, frontend/backend design, automated testing, seed data, and AI-assisted development.

.NET Aspire 9.2 - Graph View

.NET Aspire 9.2 introduces a new way to view your application. A graphical view showing how the different pieces of your application fit together.

Aspire to Great Things

Microservices can mean dozens of projects running to make a single application. Aspire can keep everything under control.

Building Scalable Microservices with .NET Aspire, Generative AI, and OpenTelemetry Insights - Harry

Building Scalable Microservices with .NET Aspire, Generative AI, and OpenTelemetry Insights - Harry Kimpel

How to use Azure Table Storage with .NET Aspire and a Minimal API

Azure Storage is a versatile cloud storage solution that I've used in many projects. In this post, I'll share my experience integrating it into a .NET Aspire project through two perspectives: first, by building a simple demo project to learn the basics, and then by applying those learnings to migrate a real-world application, AzUrlShortener.

Cloud development doesn't have to be painful, thanks to .NET Aspire

Modernizing an app involves many paradigms like microservices, resiliency, serverless, AI, and cloud migration. Navigating these options and staying productive is challenging. You can't just "hit F5" to debug a modern app; you need expertise in Dockerfiles, cloud provisioning, and networking.

.NET Aspire 9.2 is out and it's amazing! NEW RESOURCE GRAPH

Milan shows the latest features of .NET Aspire 9.2 and the new resource graph

Easier orchestration with .NET Aspire and ACA

This sample app demonstrates how to easily orchestrate MSA apps and deploy them to Azure Container Apps (ACA), using .NET Aspire.