frameworks
.NET Aspire Articles, Tutorials & News
.NET Aspire articles, tutorials, and news from the DotNetNews archive.
115 articles Updated
.NET Aspire work shows up across many DotNetNews issues because teams keep hitting the same implementation questions. .NET Aspire shows up when .NET code leaves the laptop and has to run under cloud, container, or CI constraints.
Recurring subtopics in recent issues include Aspire orchestration, cloud-native .NET Aspire, aspire, and net aspire. When a subtopic never appears in the archive titles or excerpts, it is left out of this introduction.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for .NET Aspire; the archive list is chronological and larger. Secondary angles such as .NET Aspire and .NET Aspire tutorials appear when the archive actually covered them. Cross-links to Docker for ASP.NET Core and OpenTelemetry for .NET help when the problem spans more than one tag.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for .NET Aspire
-
Building AI-Powered Background Workers and Scheduled Agents with .NET Aspire
C# Corner Issue #503
Aspire plus background workers is a sensible combination, and adding AI tasks makes the operational story more interesting.
-
Getting Started with .NET Aspire for Microservices Development
C# Corner Issue #492
A decent entry point for Aspire if you're just starting to explore the .NET opinionated microservices toolchain.
-
Getting Started With Dapr for Building Cloud-Native Microservices in .NET
Dev Tips Issue #474
Dapr's sidecar model abstracts cloud-native concerns; pair it with Aspire for local dev.
-
Aspire for .NET Developers - Deep Dive into Cloud-Ready .NET Apps
codewithmukesh Issue #336
Aspire and the MCP piece stand out if you’re thinking about cloud-native app structure and where AI hooks into real systems.
-
Modernizing .NET Applications for the Cloud
YouTube Issue #331
Modernizing for the cloud ties Aspire 13 and .NET 10 into a useful platform update.
-
What's New in ASP.NET Core
YouTube Issue #330
Join us to see how ASP.NET Core continues to be the best framework for building cloud-native web applications with .NET.
-
Building Generative AI Applications With GitHub Models and .NET Aspire
Milan's .NET Weekly Issue #267
Aspire plus GitHub Models is a very modern combo: orchestration, AI, and a practical workflow in one example.
-
Converting a docker-compose file to .NET Aspire
Andrew Lock | .NET Escapades Issue #209
A practical path from docker-compose to Aspire, which is increasingly useful for local orchestration.
Archive
Page 1 of 5
Newest first
-
Building Persistent .NET Services with Aspire 13.5 and Kubernetes Volumes
C# Corner Issue #543
Learn how to build persistent .NET services with Aspire 13.5 and Kubernetes volumes while testing storage persistence across container restarts and deployments.
-
.NET R&D Digest (August, 2026)
WordPress Issue #542
This issue includes bits of life story, AI, C#, security, performance, Aspire, TDD, .NET and of course .NET Internals.
-
30 .NET Microservices Interview Questions That Actually Get Asked in 2026
codewithmukesh Issue #540
30 scenario-based .NET microservices interview questions with great answers, red flags, and follow-ups. Saga, outbox, gRPC, resilience, Aspire - updated for 2026.
-
Using multiline Parameters for Aspire and ASP.NET Core with user secrets and Azure default deployments
Software Engineering Issue #538
Multiple line secrets or configuration do not work in Aspire per default. An example of this is using a PEM file for certificates. This posts shows how the multiple line configuration parameters can b...
-
.NET Aspire 13.5 AppHost: Replacing Deployment YAML with C# Infrastructure
C# Corner Issue #533
Explore .NET Aspire 13.5 AppHost and learn how C# infrastructure definitions can simplify deployment configuration and reduce infrastructure drift.
-
.NET Aspire 13.5 File Inputs: Testing Interactive Setup Workflows
C# Corner Issue #532
Learn how .NET Aspire 13.5 file inputs support interactive setup workflows and how developers can test file selection, validation, and distributed application configuration.
-
.NET Aspire 13.5 Interaction Service: Building Interactive Distributed Apps
C# Corner Issue #531
Learn how .NET Aspire 13.5 Interaction Service enables interactive distributed applications with file inputs, progress dialogs, commands, and dashboard interactions.
-
Aspire 13.5: Fresh pixels and better workflows
Microsoft Dev Blogs Issue #528
Aspire 13 thus far has been all about expanding Aspire's capabilities across languages, deployment targets, and coding agents. We've shipped a full-parity TypeScript AppHost, tons of CLI features, an ...
-
Use Aspire to implement and deploy the BFF security architecture
Software Engineering Issue #527
This blog demonstrates how to use Aspire to set up a solution for developing and deploying an ASP.NET Core web application with Auth0 as the identity provider and a downstream API. The application use...
-
Building Real-Time Voice Agents with .NET and Azure Voice Live
C# Corner Issue #526
Build real-time voice agents with .NET and Azure Voice Live for low-latency conversational experiences using speech processing, AI models, tools, memory, knowledge, and agent workflows.
-
Building AI Governance Dashboards with OpenTelemetry and .NET Aspire
C# Corner Issue #516
Build AI governance dashboards with OpenTelemetry and .NET Aspire for transparent, cost-aware, and auditable enterprise AI execution.
-
.NET Aspire 10 Deep Dive: Building Cloud-Native Applications from Scratch
C# Corner Issue #515
.NET Aspire 10 simplifies cloud-native .NET development with orchestration, service discovery, and observability for distributed apps.
-
Containerized .NET Applications: Docker vs Kubernetes vs .NET Aspire Compared
C# Corner Issue #515
Docker, Kubernetes, and .NET Aspire: Understand their roles in .NET app deployment, from containerization to orchestration and developer experience.
-
Getting Started With .NET
Medium Issue #514
.NET Aspire is an application framework for building observable, production-ready, cloud-native applications with .NET. It provides a… Continue reading on CodeX »
-
Building AI Agent Platforms with .NET Aspire, Semantic Kernel, and MCP
C# Corner Issue #514
Build production-ready AI agent platforms with .NET Aspire, Semantic Kernel, and MCP for orchestration, AI, and tool access.
-
Observability in .NET Aspire: OpenTelemetry, Metrics, Logs, and Distributed Tracing
C# Corner Issue #513
Master .NET Aspire observability with OpenTelemetry, logs, metrics, and distributed tracing for robust distributed systems.
-
.NET Aspire Service Defaults Explained
C# Corner Issue #507
.NET Aspire Service Defaults centralize cloud-native app configurations for logging, health, telemetry, and more, simplifying development and maintenance.
-
Building Event-Driven Microservices with .NET Aspire and Azure Service Bus
C# Corner Issue #505
Build resilient, scalable .NET microservices with Aspire & Azure Service Bus. Master event-driven architecture for robust distributed systems.
-
Building AI-Powered Background Workers and Scheduled Agents with .NET Aspire
C# Corner Issue #503
Build intelligent AI background workers & scheduled agents with .NET Aspire for reliable, cloud-native distributed applications.
-
Hosting AI Agents with Microsoft Agent Framework in .NET Ep - 14, Part 2
C# Corner Issue #499
Learn how to host AI agents using Microsoft Agent Framework in .NET. This session explains agent hosting architecture, dependency injection, service registration, runtime configuration, deployment str...
-
Getting Started with .NET Aspire for Microservices Development
C# Corner Issue #492
.NET Aspire simplifies microservices development with built-in service discovery, observability, and orchestration for cloud-native apps.
-
Building a Self-Healing Background Job System with .NET Aspire
C# Corner Issue #490
Build resilient, self-healing background job systems with .NET Aspire. Learn to implement retries, health checks, and observability for reliable applications.
-
.NET AI Community Standup: Multi-Agent Apps with Aspire + MAF
YouTube Issue #488
After some techinical difficulties last week, we're excited to restream this content in its entirety! Join Bruno and Tommaso for a look at building distributed multi-agent systems with Aspire and MAF ...
-
Local Aspire Development with Azure Cosmos DB and the Preview Emulator | BEN ABT
Medium Issue #488
Distributed applications tend to feel straightforward until a real cloud dependency enters the picture. Azure Cosmos DB is a good example…
-
Aspire in VS Code: the 13.4 developer loop
Microsoft Dev Blogs Issue #487
Visual Studio Code consistently ranks as the most popular IDE for developers, and its flexibility and extension marketplace make it possible for developers using any technology or language to build an...