NimblePros

Category: Software Development

117 posts

  1. Software-Development
    September 09, 2024 #Software development

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

  2. Software-Development
    August 30, 2024 #Software development

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

  3. Software-Development
    August 26, 2024 #Software development

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

  4. Software-Development
    August 20, 2024 #Software development

    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?

  5. Software-Development
    August 09, 2024 #Software development

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

  6. Software-Development
    July 16, 2024 #Software development

    Organizing Client Gear

  7. Software-Development
    June 17, 2024 #Software development

    Customize Application Time Zone with TimeProvider

  8. Software-Development
    May 13, 2024 #Software development

    Fix ENDOFLINE Build Error in your Continuous Integration

  9. Software-Development
    April 16, 2024 #Software development

    Wrap It Up - Deferring Unknown Dependencies with the Wrapper Pattern

  10. Software-Development
    April 15, 2024 #Software development

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

  11. Software-Development
    April 09, 2024 #Software development

    There are many ways to work with `dotnet run` as a background process. Let's look at other options to DotnetBackground.

  12. Software-Development
    April 05, 2024 #Software development

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