Skip to content

Instantly share code, notes, and snippets.

@ManfredLange
Created July 10, 2018 01:36
Show Gist options
  • Save ManfredLange/ee42af9392c21ba70aaed51ddc6b6be1 to your computer and use it in GitHub Desktop.
Save ManfredLange/ee42af9392c21ba70aaed51ddc6b6be1 to your computer and use it in GitHub Desktop.
Create first names with Faker
using RimuTec.Faker;
var firstName = Name.FirstName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment