Building pipelines with IAsyncEnumerable in .NET

This article demonstrates how to use IAsyncEnumerable and System.Linq.Async to build pipelines in C#.

Unlocking the Power of TypedResults in Endpoints: A Consistent Approach to Strongly Typed APIs in .NET

Explore the use of TypedResults in .NET endpoints to achieve a consistent and strongly typed APIs

Supercharge your Dependify tool with AI chat assistant

Discover how to leverage the new chat assistant in Dependify 1.5.1

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