Category: Software Development

127 posts

  1. Software-Development
    February 17, 2026

    While reactive strategies respond to failures after they occur, proactive strategies prevent problems before they happen. In this post, we'll explore the two …

  2. Software-Development
    February 10, 2026

    Polly provides several reactive resilience strategies that respond to failures as they occur. In this post, we'll explore four essential reactive strategies: …

  3. Software-Development
    February 05, 2026

    It's inevitable that production will fail. Your ability to respond quickly greatly depends on being able to determine what went wrong.

  4. Software-Development
    February 03, 2026

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

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. Software-Development
    December 15, 2025

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

  10. 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.

  11. Software-Development
    November 17, 2025

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

  12. Software-Development
    October 31, 2025

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