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.
Discover how to integrate .NET MAUI with Aspire, leveraging its service discovery features for streamlined project management. Learn more!
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.
The Aspire dashboard is your home for local development. Let's explore customizing it with friendly URLs and icons for a cozier experience.
Master AI agent observability with .NET Aspire, Application Insights, and OpenTelemetry. Monitor performance, debug issues, and ensure production readiness. From local dev to Azure!
Let’s look at a minimal example where Aspire runs a Vite dev server directly from your project.
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!
.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?
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.
You can use Blazor with Aspire and Visual Studio Code.