Category: Software Development

120 posts

  1. Software-Development
    December 22, 2022

    Everything is Functions: Two C# Developers Learning F#

  2. Software-Development
    December 14, 2022

    DataAnnotations and Non-Nullable Required Inference

  3. Software-Development
    December 12, 2022

    AutoMapper Madness - ReverseMap and Config Validation

  4. Software-Development
    October 03, 2022

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

  5. Software-Development
    September 23, 2022

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

  6. Software-Development
    September 13, 2022

    AutoMapper Madness - Nuances in Self-Mapping

  7. Software-Development
    August 23, 2022

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

  8. Software-Development
    August 23, 2022

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

  9. Software-Development
    August 23, 2022

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

  10. Software-Development
    August 18, 2022

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