Category: Software Development

124 posts

  1. Software-Development
    February 03, 2026

    Adding observability to Polly resilience pipelines involves configuring TelemetryOptions for logging, customizing severity levels for resilience events, …

  2. Software-Development
    January 14, 2026

    Learn how to create a GitHub template repository with boilerplate files for .NET 10 applications optimized for AI coding agents.

  3. Software-Development
    January 12, 2026

    Sometimes it can be really useful to add commands to your Aspire dashboard. It's easy to do and amazingly useful.

  4. Software-Development
    January 06, 2026

    One of the greatest features of Aspire is how easy it is to set up, configure, and work with databases.

  5. Software-Development
    December 19, 2025

    In this post, Sadukie breaks down some concepts seen in testing that can get muddled - test doubles, fakes, stubs, mocks, and spies.

  6. Software-Development
    December 15, 2025

    C# 14 now lets you use a null-conditional operator on the left side of an assignment

  7. Software-Development
    December 10, 2025

    With the arrival of Aspire 13, Aspire now provides an MCP server that your AI coding agent can access to see the logs of your running Aspire application.

  8. Software-Development
    November 17, 2025

    The Aspire CLI provides a quick and easy way to access and work with Aspire from your command line.

  9. Software-Development
    October 31, 2025

    A spooky themed exploration of the Outbox Pattern in NServiceBus to handle message delivery challenges.

  10. Software-Development
    October 07, 2025

    Tired of bloated Controllers and messy Minimal APIs? Discover how FastEndpoints solves common .NET API problems with the REPR pattern, better organization, and …

  11. Software-Development
    September 24, 2025

    Sadukie shares what she's found looking at Minecraft projects - from simple shelters to massive, automated farms - and realizing they're brimming with …

  12. Software-Development
    September 23, 2025

    Exploring the behaviors in NServiceBus and how they can be used to customize message processing.