Category: Software Development

127 posts

  1. Software-Development
    September 23, 2022

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

  2. Software-Development
    September 13, 2022

    AutoMapper Madness - Nuances in Self-Mapping

  3. Software-Development
    August 23, 2022

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

  4. Software-Development
    August 23, 2022

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

  5. Software-Development
    August 23, 2022

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

  6. Software-Development
    August 18, 2022

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

  7. Software-Development
    August 16, 2022

    AutoMapper Madness - Unit Testing Your Maps

  8. Software-Development
    August 10, 2022

    AutoMapper Madness - Getting Started in Your C# Application

  9. Software-Development
    August 09, 2022

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