NimblePros

Category: Software Development

117 posts

  1. Software-Development
    December 12, 2023 #Software development

    Using the Bogus library to create realistic test data for domain-driven applications.

  2. Software-Development
    December 11, 2023 #Software development

    Refit: Logging HTTP Traffic

  3. Software-Development
    December 08, 2023 #Software development

    Where C# Primary Constructors Make Sense

  4. Software-Development
    December 05, 2023 #Software development

    Getting Started with Refit

  5. Software-Development
    December 01, 2023 #Software development

    A walkthrough of how to use AutoFixture to generate test data and how it can help you write better tests.

  6. Software-Development
    November 29, 2023 #Software development

    .NET 8 Finally Gives Us A Time Abstraction - TimeProvider

  7. Software-Development
    October 27, 2023 #Software development

    When building objects in tests, there are 3 design patterns that assist with building test objects - Factory pattern, Object Mother, and Builder pattern.

  8. Software-Development
    August 17, 2023 #Software development

    In this article, we compare how to do things in Moq versus NSubstitute.

  9. Software-Development
    August 04, 2023 #Software development

    Sometimes, the gap between a company's technological needs and its current capabilities becomes too wide to bridge internally. That's where a fractional Chief …

  10. Software-Development
    July 10, 2023 #Software development

    If you have to migrate from .NET Framework to .NET Core, SystemWebAdapters can help with the load. They work with VB.NET and C#.

  11. Software-Development
    June 09, 2023 #Software development

    Using the pre-commit Git Hook, you can prevent checking in sloppy code and broken tests.

  12. Software-Development
    June 07, 2023 #Software development

    Formatters can help with consistent code styles, improving readability and maintainability of code.