1. NimblePros Blog
    December 09, 2024

    See how to take advantage of Random.Shared in your C# code while also making it testable.

  2. NimblePros Blog
    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 …

  3. NimblePros Blog
    November 26, 2024

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

  4. NimblePros Blog
    November 21, 2024

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

  5. NimblePros Blog
    November 08, 2024

    Architecting to Scale - Part 3 - Moving to Microservices

  6. NimblePros Blog
    October 31, 2024

    Architecting to Scale - Part 2 - Scaling the Monolith

  7. NimblePros Blog
    October 30, 2024

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

  8. NimblePros Blog
    October 29, 2024

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

  9. NimblePros Blog
    September 27, 2024

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

  10. NimblePros Blog
    September 25, 2024

    Architecting to Scale - Part 1 - Carving the Monolith