Category: Software Development

122 posts

  1. Software-Development
    February 17, 2023

    Automating .NET Web App Deployment with GitHub Actions and Azure

  2. Software-Development
    February 10, 2023

    How to run and debug your application in Linux using WSL (Windows Subsystem for Linux) and Visual Studio Code.

  3. Software-Development
    December 22, 2022

    Everything is Functions: Two C# Developers Learning F#

  4. Software-Development
    December 14, 2022

    DataAnnotations and Non-Nullable Required Inference

  5. Software-Development
    December 12, 2022

    AutoMapper Madness - ReverseMap and Config Validation

  6. Software-Development
    October 03, 2022

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

  7. Software-Development
    September 23, 2022

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

  8. Software-Development
    September 13, 2022

    AutoMapper Madness - Nuances in Self-Mapping

  9. Software-Development
    August 23, 2022

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

  10. Software-Development
    August 23, 2022

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