Type at least 2 characters to search...

Explore .NET application dependencies by using Dependify tool

Use Dependify tool to navigate the dependency graph of your .NET application. You can use UI, CLI or API to explore the dependencies.

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