Managing Startup Dependencies in .NET Aspire

This article demonstrates how to utilize .NET Aspire as an orchestrator. You will discover how effortless it is to define a dependency graph between components during startup.

Learn .NET Aspire by example: Polyglot persistence featuring PostgreSQL, Redis, MongoDB, and Elasticsearch

Learn how to set up various databases using Aspire by building a simple social media application.

A .NET Developer Guide to XUnit Test Instrumentation with OpenTelemetry and Aspire Dashboard

In this guide, we will explored how to leverage XUnit and OpenTelemetry to instrument .NET test projects. The process of setting up the XUnit.Otel.Template demonstrates the ease with which developers can start instrumenting their tests, making it accessible even for those new to OpenTelemetry or Aspire Dashboard

Automated Tests instrumentation via OpenTelemetry and Aspire Dashboard

Learn how you can use OpenTelemetry to monitor your automated tests and send that data to the Aspire Dashboard for visualization.

Using Keycloak in .NET Aspire projects

Learn how to run Keycloak installation via Aspire

Claim-Check Pattern with AWS Message Processing Framework for .NET and Aspire

Learn how to use AWS.Messaging and Aspire to implement the Claim-Check pattern

Mastering AWS Batch: A .NET Developer Guide to Batch File Processing

Learn how to leverage AWS Batch to efficiently process files in S3 using .NET