Category: Software Development

120 posts

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

  2. Software-Development
    December 15, 2025

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

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

  4. Software-Development
    November 17, 2025

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

  5. Software-Development
    October 31, 2025

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

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

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

  8. Software-Development
    September 23, 2025

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

  9. Software-Development
    September 15, 2025

    Learn how to use the Git command line to fully control what parts of files you commit. Use the interactive Patch Mode to split hunks further to refine your …

  10. Software-Development
    September 05, 2025

    Let's take a step back and talk about why .NET Aspire is relevant to today's developers, why they should care, and how to take an existing app and Aspire it.

  11. Software-Development
    August 25, 2025

    Rather than using built-in exceptions, you can create your own custom exceptions to use in your application. They're easy to create and are far more …

  12. Software-Development
    August 21, 2025

    Exploring the Unit of Work pattern and how NServiceBus simplifies its implementation in distributed systems.