Category: Software Development

120 posts

  1. Software-Development
    April 15, 2024

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

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

  3. Software-Development
    April 05, 2024

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

  4. Software-Development
    March 28, 2024

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

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

  6. Software-Development
    February 19, 2024

    A brief introduction into the concept of asynchronous messaging

  7. Software-Development
    February 19, 2024

    Generic Math Capabilities With .NET 7

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

  9. Software-Development
    February 14, 2024

    What happens when we prompt AI to help write a platonic Valentine's Day poem for people who love code katas, design patterns, and software architecture? Read …

  10. Software-Development
    February 14, 2024

    Bogus and the Builder pattern join forces to simplify test data generation and improve the quality of your test suite.