Category: Software Development

122 posts

  1. Software-Development
    May 13, 2024

    Fix ENDOFLINE Build Error in your Continuous Integration

  2. Software-Development
    April 16, 2024

    Wrap It Up - Deferring Unknown Dependencies with the Wrapper Pattern

  3. Software-Development
    April 15, 2024

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

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

  5. Software-Development
    April 05, 2024

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

  6. Software-Development
    March 28, 2024

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

  7. Software-Development
    March 07, 2024

    What is NServiceBus? In this article, we will look at NServiceBus and the Particular Service Platform and what it can do for you.

  8. Software-Development
    February 19, 2024

    A brief introduction into the concept of asynchronous messaging

  9. Software-Development
    February 19, 2024

    Generic Math Capabilities With .NET 7

  10. Software-Development
    February 14, 2024

    A simple question. I have a set of tasks to perform and I want to optimize their performance. Each operation is atomic, none of them depend on one another. So, …