LPT: There is a library called Bogus, you should know it exists much earlier than I did in my career.

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/csharp

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • Humanizer

    Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities

    Here's the link: https://github.com/Humanizr/Humanizer

  • factory_bot

    A library for setting up Ruby objects as test data.

    The Ruby world has FactoryBot and Faker. Nice to know something like that exists in .NET, also!

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • stb

    stb single-file public domain libraries for C/C++

    Take a look at the stb libs for isntance. Probably one of the most well respected libraries in the world, used in a ton of programming languages and software. Multiple programs on your computer is running code from those libts right now - many games and gameengines use it, software too,

  • AutoFixture

    AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts