Hacker News new | ask | show | jobs
Taking Entity Framework Core data seeding to the next level with Bogus (stenbrinke.nl)
1 points by sander1095 1223 days ago
1 comments

In this blog post you will learn how you can use .NET, Entity Framework Core and Bogus to easily set up a large amount of realistic testing data for a (new) project!

It is essential to know how this can be done, because when you start a new project you often want to start out with a batch of testing data.

However, setting up this realistic testing data is boring and difficult work, especially when you want a large amount of it! So, check out this blog post to learn how you can do this better, easier and faster than ever before!