C# Tip: 2 ways to generate realistic data using Bogus

Bogus is a library that generates realistic values for your data. When populating fake user names, instead of Foo and Bar, you can have John and Sarah. Let’s see two ways to define and reuse a Faker definition.

Go To Source Page...