Category: Software Development

127 posts

  1. Software-Development
    August 26, 2024

    An introduction to NServiceBus Sagas and how they can be used to manage long-running processes in distributed systems.

  2. Software-Development
    August 20, 2024

    AutoMapper isn't the tool for every scenario, but what is done in these more complex cases? Is AutoMapper still useful when more complexity is present?

  3. Software-Development
    August 09, 2024

    Legacy code refactoring made easier with characterization tests. Using Verify and Bogus, capture current behavior efficiently, enabling confident code …

  4. Software-Development
    June 17, 2024

    Customize Application Time Zone with TimeProvider

  5. Software-Development
    May 13, 2024

    Fix ENDOFLINE Build Error in your Continuous Integration

  6. Software-Development
    April 16, 2024

    Wrap It Up - Deferring Unknown Dependencies with the Wrapper Pattern

  7. Software-Development
    April 15, 2024

    A brief introduction to unit testing NServiceBus message handlers using the NServiceBus.Testing package

  8. Software-Development
    April 09, 2024

    There are many ways to work with `dotnet run` as a background process. Let's look at other options to DotnetBackground.

  9. Software-Development
    April 05, 2024

    Learn how to run your .NET projects in the background for easier testing.

  10. Software-Development
    March 28, 2024

    A brief comparison of messages, commands, and events in distributed systems as implemented by NServiceBus