Showing category results for Deep Dives

Apr 9, 2026
Post comments count0
Post likes count3

Running Multiple Instances of an Aspire AppHost Without Port Conflicts

James Newton-King

Aspire 13.2 introduces isolated mode, letting you run multiple instances of the same AppHost in parallel without port conflicts. Learn how the --isolated flag solves development and testing workflows.

AspireDeep Dives
Apr 2, 2026
Post comments count0
Post likes count0

Aspire Docs in Your Terminal (and Your AI’s Brain)

David Pine

Aspire 13.2 ships aspire docs, a CLI for browsing, searching, and reading official aspire.dev docs from your terminal, with the same source of truth available to AI skills and automation.

AspireDeep DivesAI
Feb 5, 2026
Post comments count0
Post likes count4

Securing Aspire Apps with Microsoft Entra ID

Jean-Marc Prieur

Learn to secure Aspire distributed applications with Microsoft Entra ID authentication. Use AI skills with GitHub Copilot for a 5-minute setup, or follow the detailed guide to understand JWT Bearer protection, OIDC sign-in, and automatic token handling.

AspireDeep DivesIntegrations
Jan 12, 2026
Post comments count9
Post likes count3

Aspire for JavaScript developers

David Pine

Aspire 13 brings comprehensive JavaScript and TypeScript support to cloud-native development, enabling you to orchestrate Node.js applications, Vite frontends, and JavaScript services alongside your .NET projects with unified tooling and seamless integration.

AspireDeep DivesIntegrations
Dec 8, 2025
Post comments count4
Post likes count1

Python is First Class in Aspire 13

Eric Erhardt

Aspire 13 introduces first-class Python support with dedicated APIs for hosting Python applications, modules, and ASGI web apps alongside your .NET services.

AspireDeep DivesIntegrations
Dec 3, 2025
Post comments count1
Post likes count3

Pipe dreams to pipeline realities: an Aspire Pipelines story

Safia Abdalla

A deep dive into the evolution of Aspire Pipelines from basic callbacks in version 9.4 to the sophisticated pipeline execution model in Aspire 13, covering deployment orchestration, concurrency, and state management.

AspireDeep Dives