.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.
This article demonstrates adding Aspire to manage microservices, containers, and dependencies. Centralize orchestration, simplify dependency management, and improve observability by creating an AppHost project. Discover how Aspire solves manual startup, scattered logs, and configuration complexities, providing a unified development experience with environment variable injection and service discovery.
Working with webhooks is not my favorite task, especially when you need extra tooling for your regular dev loop. This is the case with Stripe webhooks, which work great until you forget to start your Stripe CLI process to listen for events and forward them to your .NET webhook endpoint. What if your Stripe CLI could start automatically alongside your .NET API as a single coordinated system?
Learn how to run the Aspire Dashboard as a standalone container for instant traces, logs, and metrics in your .NET applications.
.NET Aspire provides an ideal environment for orchestrating microservices and dependencies, making it a great fit for hosting a simulated OPC UA server. For the server simulation, I use the free and open-source OPC PLC provided by Microsoft. While it’s possible to run the server from source, I prefer using the containerized version published on the Microsoft Container Registry (MCR), which integrates more easily into an Aspire-based solution.
Let's take a look at how to configure Aspire to deploy your custom domain name, certificate, and use GitHub actions to automate all of it. We'll then replicate this to deploy multiple environments from our Aspire configuration
Discover how to integrate AI into your .NET applications in under an hour using GitHub Models and .NET Aspire 9.4. I'll walk you through building a simple AI-powered blog analyzer that automatically categorizes your content.
In this video, we’ll take the eShopLite main scenario and upgrade it to .NET Aspire 9.4 while leveraging the latest GPT-5 models.