Category: Software Development

127 posts

  1. Software-Development
    December 02, 2024

    Just as holiday cookie recipes give you tried-and-true methods for festive treats, design patterns provide proven solutions to common coding challenges. In this …

  2. Software-Development
    November 26, 2024

    With the release of .NET, LINQ has some new features. In this post, we'll look at CountBy, AggregateBy, and Index.

  3. Software-Development
    November 21, 2024

    Optimize your SQL by performing advanced grouping using RANK()/ROW_NUMBER() and PARTITION BY instead of manually iterating over data.

  4. Software-Development
    November 08, 2024

    Architecting to Scale - Part 3 - Moving to Microservices

  5. Software-Development
    October 31, 2024

    Architecting to Scale - Part 2 - Scaling the Monolith

  6. Software-Development
    October 30, 2024

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

  7. Software-Development
    October 29, 2024

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

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

  9. Software-Development
    September 25, 2024

    Architecting to Scale - Part 1 - Carving the Monolith

  10. Software-Development
    September 24, 2024

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

  11. Software-Development
    September 09, 2024

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

  12. Software-Development
    August 30, 2024

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