NimblePros

Category: Software Development

117 posts

  1. Software-Development
    December 19, 2024 #Software development

    In this blog post, we'll explore how Santa can automate his workshop using Event-Driven Architecture and NServiceBus

  2. Software-Development
    December 09, 2024 #Software development

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

  3. Software-Development
    December 02, 2024 #Software development

    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 …

  4. Software-Development
    November 26, 2024 #Software development

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

  5. Software-Development
    November 21, 2024 #Software development

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

  6. Software-Development
    November 08, 2024 #Software development

    Architecting to Scale - Part 3 - Moving to Microservices

  7. Software-Development
    October 31, 2024 #Software development

    Architecting to Scale - Part 2 - Scaling the Monolith

  8. Software-Development
    October 30, 2024 #Software development

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

  9. Software-Development
    October 29, 2024 #Software development

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

  10. Software-Development
    September 27, 2024 #Software development

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

  11. Software-Development
    September 25, 2024 #Software development

    Architecting to Scale - Part 1 - Carving the Monolith

  12. Software-Development
    September 24, 2024 #Software development

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