I wrote a C# port of the Ruby Faker gem that can be used to easily generate fake data: names, addresses, phone numbers and the lorem ipsum text.
It's available as a NuGet package (Install-Package Faker.Net
) with source on Github and I also wrote a post introducing some of it's features, with sample code.
- Faker source code (on github)
- Faker.Net NuGet package
- Populating test data using C# for realistic unit and integration testing