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 /r/csharp

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. 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!

  4. 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,

  5. 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

  • fixture-riveter - fixtures replacement library

    2 projects | /r/typescript | 29 Jan 2021
  • Show HN: Factory-JS – TypeScript dummy object generator for testing

    2 projects | news.ycombinator.com | 29 Mar 2024
  • If you use FactoryBot then the FactoryTrace gem might be interesting for you. It keeps your old code removed by finding unused factories & traits. There also was a recent release that made it compatible with all FactoryBot features.

    1 project | /r/ruby | 27 Jun 2023
  • Do you use FactoryBot? Then FactoryTrace gem is right for you. It helps to find unused factories & traits automatically to keep your old code removed. There was a recent release that made it compatible with all FactoryBot features.

    1 project | /r/rubyonrails | 27 Jun 2023
  • Do you use FactoryBot? Then you should check out FactoryTrace. It finds unused factories & traits automatically for you to keep your old code removed. I just released 1.1.0, which has an important fix.

    1 project | /r/rails | 27 Jun 2023

Did you know that C# is
the 10th most popular programming language
based on number of references?