Category: Software Development

122 posts

  1. Software-Development
    October 30, 2024

    Learn to identify and avoid common loop antipatterns in C#. Improve your code's efficiency and readability today!

  2. Software-Development
    October 29, 2024

    Discover a quirk in C# records when using both positional parameters and declared properties.

  3. Software-Development
    September 27, 2024

    Learn how to write tests for your supercharged sagas and strategies for getting the most value out of those tests.

  4. Software-Development
    September 25, 2024

    Architecting to Scale - Part 1 - Carving the Monolith

  5. Software-Development
    September 24, 2024

    Let's cover what a saga timeout is and how to implement them using NServiceBus!

  6. Software-Development
    September 09, 2024

    Discover how .NET 7's GeneratedRegexAttribute optimizes the performance of your regular expressions.

  7. Software-Development
    August 30, 2024

    This article continues the discussion on NServiceBus sagas and demonstrates how to implement your first saga.

  8. Software-Development
    August 26, 2024

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

  9. 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?

  10. Software-Development
    August 09, 2024

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

  11. Software-Development
    June 17, 2024

    Customize Application Time Zone with TimeProvider