Category: Software Development

120 posts

  1. Software-Development
    August 15, 2025

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

  2. Software-Development
    August 04, 2025

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

  3. Software-Development
    July 28, 2025

    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 …

  4. Software-Development
    July 10, 2025

    Building applications that can withstand transient failures—whether due to infrastructure hiccups or unreliable external services—is far easier when you …

  5. Software-Development
    June 23, 2025

    Mark commits you make locally as Verified in GitHub by using GPG to sign the commits you make.

  6. Software-Development
    May 29, 2025

    Let's demystify Authentication, Authorization, and OAuth.

  7. Software-Development
    May 22, 2025

    Scott attended Stir Trek's 2025 conference this year. In addition to learning a lot, there are other benefits to attending a live, in-person conference!

  8. Software-Development
    April 29, 2025

    Baking a cake gone wrong can teach you more about user experience than you think! Discover practical UX principles learned from a real-life red velvet disaster, …

  9. Software-Development
    April 24, 2025

    The quality of your application code can be measured in many ways. Let's take a step back and consider measuring said quality based on how easy (or difficult) …

  10. Software-Development
    March 19, 2025

    NimblePros has been named a Particular Software Partner in recognition of our expertise with NServiceBus and our success in helping clients build scalable, …

  11. Software-Development
    March 17, 2025

    Learn two simple rules to avoid AutoMapper headaches in .NET: only use implicit mappings and only map outwards from your domain. No more hidden business logic …

  12. Software-Development
    March 10, 2025

    By default ASP.NET Core Identity will not add support for Roles interaction. Find out how to re-add it in this post!