frameworks
.NET Aspire Articles, Tutorials & News
.NET Aspire articles, tutorials, and news from the DotNetNews archive.
102 articles Updated Page 2 of 5
Browse additional .NET Aspire articles from the DotNetNews archive.
.NET Aspire articles
Page 2 of 5
Newest first
-
Containerize an ASP.NET Core BFF and Angular frontend using Aspire
timdeschryver.dev 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
milanjovanovic.tech 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
devblogs.microsoft.com 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!
csharp.christiannagel.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.com Issue #401
Dear Copilot, can you help me with SQL?
-
How to Start a New .NET Project in 2026
antondevtips.com 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.com 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.com 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
devblogs.microsoft.com 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()
blog.safia.rocks 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?
blog.safia.rocks 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-sharpcorner.com 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.
-
Aspire for .NET Developers - Deep Dive into Cloud-Ready .NET Apps
codewithmukesh.com Issue #336
In this in-depth guide, we will explore .NET Aspire, understand its core concepts, and learn when and how to use Aspire 13 with the latest .NET 10 SDK to build cloud-ready, observable, and maintainabl...
-
Implement forgot your password using swiyu, ASP.NET Core Identity and Aspire
damienbod.com Issue #336
This post show to implement a “Forgot your password” flow using the Swiss Digital identity and trust infrastructure, (swiyu) in an ASP.NET Core web application using ASP.NET Core Identity and Duende I...
-
Modernizing .NET Applications for the Cloud
youtube.com Issue #331
.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement .NET 10 — The most intelligent and unified .NET yet: https://aka.ms/dotnet10/
-
What's New in ASP.NET Core
youtube.com Issue #330
Join us to see how ASP.NET Core continues to be the best framework for building cloud-native web applications with .NET. .NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms...
-
Aspire 13 - Aspireify anything
devblogs.microsoft.com Issue #330
Major release, major features Aspire 13 is here and it's - you guessed it - the biggest release yet. We are so excited to share the next major iteration of Aspire with you all, because it's packed wit...
-
Taking .NET out of .NET Aspire - working with non-.NET applications
youtube.com Issue #329
Why I Built .NET News
-
7 Game-Changing Ways an API Gateway Supercharges Your .NET
blog.stackademic.com Issue #328
Discover how API Gateways eliminate bottlenecks, centralize control, and make your .NET microservices architecture smarter, safer, and… Continue reading on Stackademic »
-
The Ultimate .NET 9 Developer Roadmap (Cloud-Native + AI-Ready Edition)
blog.stackademic.com Issue #321
If you’re building modern, intelligent, and scalable .NET applications, 2025 is the year to go beyond syntax and think in systems… Continue reading on Stackademic »
-
Real-Time Observability for AI Agents with .NET Aspire, Application Insights & OpenTelemetry
c-sharpcorner.com Issue #321
Master AI agent observability with .NET Aspire, Application Insights, and OpenTelemetry. Monitor performance, debug issues, and ensure production readiness. From local dev to Azure!
-
Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire
damienbod.com Issue #320
This post shows how to authenticate users using Duende IdentityServer and ASP.NET Core Identity which verifies identities (verifiable digital credentials) using the Swiss Digital identity and trust in...
-
.NET Aspire: Distributed Tracing and Observability for Robust Microservices Monitoring
medium.com Issue #311
In this article, we’ll dive deep into .NET Aspire’s distributed tracing and observability features, with a focus on metrics and trace…
-
Digging Deeper into .NET Aspire with Chris Klug
dotnetrocks.com Issue #307
Aspire has been around for almost two years. How do you use it effectively? Carl and Richard talk to Chris Klug about his experience with .NET Aspire. Chris discusses thinking cloud natively, whether ...
-
Building Generative AI Applications With GitHub Models and .NET Aspire
medium.com Issue #300
I wanted to see what the simplest practical AI app I could build was, and this is what I came up with.