NimblePros

Category: Software Development

117 posts

  1. Software-Development
    November 17, 2025 #Software development

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

  2. Software-Development
    October 31, 2025 #Software development

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

  3. Software-Development
    October 07, 2025 #Software development

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

  4. Software-Development
    September 24, 2025 #Software development

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

  5. Software-Development
    September 23, 2025 #Software development

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

  6. Software-Development
    September 15, 2025 #Software development

    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 …

  7. Software-Development
    September 05, 2025 #Software development

    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.

  8. Software-Development
    August 25, 2025 #Software development

    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 …

  9. Software-Development
    August 21, 2025 #Software development

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

  10. Software-Development
    August 15, 2025 #Software development

    Exploring the recoverability features of NServiceBus and how they can be leveraged to build resilient distributed systems.

  11. Software-Development
    August 04, 2025 #Software development

    Why are there so many containers in eShopOnNServiceBus?! Sadukie demystifies that in this post!

  12. Software-Development
    July 28, 2025 #Software development

    It is optimal to not have pending database migrations when starting fresh on a new task, as letting them into stable branches leaves a stable branch in an …