DEV Community

Discussion on: Generating a fake data in .Net Core API

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

You could also take a closer look at the AutoFixture project. It's very well documented (Pluralsight course, ploeh blog or Nikos Baxevanis' blog) and working with it is easy and enjoyable.

More about Mark Seemann (aka ploeh), the author of AutoFixture you can find here.