Category: Software Development

124 posts

  1. Software-Development
    November 29, 2023

    .NET 8 Finally Gives Us A Time Abstraction - TimeProvider

  2. Software-Development
    October 27, 2023

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

  3. Software-Development
    August 17, 2023

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

  4. Software-Development
    August 04, 2023

    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 …

  5. Software-Development
    July 10, 2023

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

  6. Software-Development
    June 09, 2023

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

  7. Software-Development
    June 07, 2023

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

  8. Software-Development
    May 02, 2023

    The Guardians of the Galaxy wrote some code for their travel log app. However, it could use some clean up of code smells and improvements using the Ardalis …

  9. Software-Development
    April 14, 2023

    How to get around Postgres' auto lowercasing of queries when using EF Core

  10. Software-Development
    March 31, 2023

    Celebrating Dr. Barbara Liskov, the woman behind the L in SOLID

  11. Software-Development
    March 16, 2023

    Identifying Variable Casing Conventions for Improved Readability