NimblePros

Category: Software Development

117 posts

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

    AutoMapper Madness - ReverseMap and Config Validation

  2. Software-Development
    October 03, 2022 #Software development

    C# struct constructors might not work the way you expect.

  3. Software-Development
    September 23, 2022 #Software development

    Enhance the readability of your tests by customizing Fluent Assertions to your use cases!

  4. Software-Development
    September 13, 2022 #Software development

    AutoMapper Madness - Nuances in Self-Mapping

  5. Software-Development
    September 06, 2022 #Software development

    How SQL is screwing up your DDD

  6. Software-Development
    August 23, 2022 #Software development

    How to make sure you are comparing apples to apples when benchmarking in .NET

  7. Software-Development
    August 23, 2022 #Software development

    A description of the different ways to repeat a string N times in C#

  8. Software-Development
    August 23, 2022 #Software development

    Convert Results from one type to another using the new Map extension method!

  9. Software-Development
    August 18, 2022 #Software development

    A step by step guide to setting up a benchmarking project in .NET

  10. Software-Development
    August 16, 2022 #Software development

    AutoMapper Madness - Unit Testing Your Maps

  11. Software-Development
    August 10, 2022 #Software development

    AutoMapper Madness - Getting Started in Your C# Application

  12. Software-Development
    August 09, 2022 #Software development

    Using helper extension methods to reduce noise and duplication in ASP.NET Core integration/functional tests. Write your own or use a NuGet package.