.NET Aspire Tutorials

Building a Dynamic Command Sample with .NET Aspire

This post demonstrates a minimal example showing how to build an Aspire interactive command that lets you input arguments on the fly before launching a console app.

Integrate .NET MAUI with Aspire: A Complete Guide

Discover how to integrate .NET MAUI with Aspire, leveraging its service discovery features for streamlined project management. Learn more!

Running a Python MCP server inside .NET Aspire

In this post, we’ll look at how to run a Python MCP (Model Context Protocol) server inside an Aspire application, integrate it with the MCP Inspector, and expose it via a Dev Tunnel for testing.

Cozy Aspire Dashboarding

The Aspire dashboard is your home for local development. Let's explore customizing it with friendly URLs and icons for a cozier experience.

Real-Time Observability for AI Agents with .NET Aspire, Application Insights & OpenTelemetry

Master AI agent observability with .NET Aspire, Application Insights, and OpenTelemetry. Monitor performance, debug issues, and ensure production readiness. From local dev to Azure!

Running a Vite Frontend from .NET Aspire

Let’s look at a minimal example where Aspire runs a Vite dev server directly from your project.

Upgrading to Microsoft Agent Framework in Your .NET AI Chat App - Zecker McDecker LLC

I’m going to show you how I took a standard AI chat app—generated using the .NET AI templates—and enhanced it with Microsoft Agent Framework. Let’s start!

Integrating Unity3D into .NET Aspire with `Aspire.Unity`

.NET Aspire is a new application model for building distributed apps with cloud-native building blocks. It’s great for wiring together APIs, databases, and background workers. But what if you also want to bring Unity3D into the mix?

Building a GraphQL API with AWS AppSync Using Direct Lambda Resolvers in .NET | Amazon Web Services

GraphQL APIs enables clients to request specific data sets, reducing over-fetching compared to traditional REST APIs, which return fixed data structures with unnecessary fields. Unlike REST APIs that require multiple endpoints and round trips to gather related data, GraphQL provides a single endpoint.

Using Visual Studio Code with Aspire and Blazor

You can use Blazor with Aspire and Visual Studio Code.