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

Announcement - Keycloak.AuthServices v2.3.0 is out 🎉!

Protected Resource Builder, Improved Logging and Observability including OpenTelemetry support, and more! 🙌

Announcement - Keycloak.AuthServices v2.0.0 is out 🎉!

Improved Authentication, Authorization, Documentation, and many other features added. 🙌

Job Offloading Pattern with System.Threading.Channels. A way to deal with long-running tasks in .NET

This post shows you how to implement Job Offloading Pattern using a pipeline built with System.Threading.Channels