frameworks
.NET Aspire Articles, Tutorials & News
.NET Aspire articles, tutorials, and news from the DotNetNews archive.
115 articles Updated Page 2 of 5
Browse additional .NET Aspire articles from the DotNetNews archive.
.NET Aspire articles
Page 2 of 5
Newest first
-
Beyond Chatbots: Building AI Agent Applications in .NET
Medium Issue #486
Large Language Models have made it incredibly easy to build chat-based applications. A few API calls, a prompt, and a UI are often enough…
-
Stop Rewriting. Start with Aspire.
YouTube Issue #485
Skip the weekend of YAML and hand-rolled OTel. We'll tour the Aspire onboarding flow — aspire init and the new Aspireify agent skill — and let it modernize an existing .NET app live. The legendary MVC...
-
Improve your AI coding agent with runtime context from Aspire MCP
Tim Deschryver Issue #479
The power of giving an AI agent access to OpenTelemetry data through Aspire MCP is simple: it gives the agent better input to analyze. Instead of reasoning only from source code, the agent can inspect...
-
Aspire Azure SQL deployment bug
Software Engineering Issue #478
This week, I was updating my Aspire applications after the latest release and I ran into a deployment bug for my test deployments. I could no longer deploy the database to Azure SQL. I got the followi...
-
Keyed Services in .NET 10: The DI Feature Almost Nobody Uses
Medium Issue #475
.NET 10 is the current long-term support release. It will be patched until late 2028. And buried in the DI container is a feature that…
-
Getting Started With Dapr for Building Cloud-Native Microservices in .NET
Dev Tips Issue #474
Learn what Dapr is, how the sidecar architecture works, understand building blocks and components, and set up Dapr with .NET Aspire for your .NET microservices. Code examples in .NET to publish event
-
GraphQL vs REST APIs: Choosing the Right Approach for Modern Applications
C# Corner Issue #473
Compare GraphQL vs REST APIs. Learn the key differences, advantages, disadvantages, performance considerations, and when to choose each approach.
-
Aspire Multi-repo Rollout at Scale with Agentic AI
Microsoft Dev Blogs Issue #472
In our previous post, Aspire Multi-Repo Microservices - Windows 365 Integration Journey, we explored how we extended Aspire to unlock multi-repo microservice development, enabling teams to independent...
-
Event-Driven Architecture with Apache Kafka and .NET
C# Corner Issue #472
Learn Event-Driven Architecture with Apache Kafka and .NET. Build scalable microservices using Kafka producers, consumers, topics, and real-time event processing.
-
Implementing Clean Architecture in .NET 10 - Step-by-Step Guide
codewithmukesh Issue #471
A complete, junior-friendly guide to Clean Architecture in .NET 10. Build a movie API across Domain, Application, Infrastructure, and API layers with EF Core and Aspire.
-
.NET Aspire Explained: Building Cloud-Native Applications in .NET
C# Corner Issue #471
Learn .NET Aspire and discover how it simplifies building cloud-native applications with service discovery, observability, health checks, and distributed application support.
-
Implementing Clean Architecture in .NET 10 - Step-by-Step Guide
codewithmukesh Issue #466
A complete, junior-friendly guide to Clean Architecture in .NET 10. Build a movie API across Domain, Application, Infrastructure, and API layers with EF Core and Aspire.
-
Tracing Agent Sessions with OpenTelemetry & Aspire
YouTube Issue #463
In this video Maddy Montaquila demos what's going on behind the scenes with Agent Sessions with OpenTelemetry and Aspire in VS Code. https://aspire.dev/dashboard
-
Containerize an ASP.NET Core BFF and Angular frontend using Aspire
Tim Deschryver Issue #436
Using Damien Bowden's secure ASP.NET Core and Angular BFF template as a starting point, this post shows how to integrate Aspire to improve local development and prepare the application for containeriz...
-
Getting Started With PgVector in .NET for Simple Vector Search
Milan's .NET Weekly Issue #423
Vector search doesn't require a dedicated vector database. PostgreSQL with pgvector gives you similarity search right next to your relational data. Here's how to set it up in .NET with Aspire, Dapper,...
-
Announcing Aspire 13.2
Microsoft Dev Blogs Issue #422
Aspire 13.2 is here — and this one's a big deal. TypeScript AppHost authoring. An AI-agent-native CLI. New and improved integrations. A smarter dashboard. We've been building toward some of these for ...
-
Explore C# 14, .NET 10, Aspire and GitHub Copilot at THRIVE 2026!
blogs.cninnovation.com Issue #418
The THRIVE Conference will take place from June 8–10, 2026, at Rimske Terme, Slovenia. The event emphasizes practical engineering with sessions covering modern .NET development, AI productivity in Vis...
-
What do you find exciting about Aspire 13?
YouTube Issue #401
Dear Copilot, can you help me with SQL?
-
How to Start a New .NET Project in 2026
Dev Tips Issue #395
Learn how to set up a new .NET project in 2026 with best practices including Directory.Build.props, static code analysis, .editorconfig, Central Package Management, .NET Aspire, OpenTelemetry, and Git
-
🔴 VS Code Live - AI-Powered Kafka Development: Confluent Extension + GitHub Copilot + MCP
YouTube Issue #387
Getting Started With .NET Aspire 13: Building and Deploying an App With PostgreSQL, Redis, and Docker Compose
-
Tracking .NET API Endpoints Easily and Faster with Aspire Dashboard
Medium Issue #381
In this article, we will explore how to easily track and analyze the endpoints of a simple .NET API using the Aspire Dashboard Docker…
-
Adding Aspire to a Python RAG Application
Microsoft Dev Blogs Issue #374
Adding Aspire to a Python RAG Application Imagine you're developing a RAG (Retrieval Augmented Generation) application with a Python backend, TypeScript frontend, and a few different Azure services. Y...
-
Anatomy of an API: an existential crisis with AsExisting()
Bug Repellent Issue #356
A blog post dissecting Aspire's RunAsExisting, PublishAsExisting, and AsExisting APIs, why the naming haunts me, and what I would've done differently if I could turn back time.
-
How does Aspire launch the Azure Functions runtime when you call aspire run?
Bug Repellent Issue #354
A behind-the-scenes look at how Aspire launches the Azure Functions runtime locally, leveraging a clever .NET SDK feature to make it all work seamlessly.
-
ASYNC / AWAIT Full Concept in .NET Core
C# Corner Issue #346
Master async/await in .NET Core! Learn how to boost performance, scalability, and responsiveness with non-blocking I/O. Includes real-world examples and best practices.