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

📰 Dev.to · Davide Bellone

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.

Published 17 Mar 2026
Read full article → ← Back to Reads