TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Taking Entity Framework Core data seeding to the next level with Bogus

1 pointsby sander1095over 2 years ago

1 comment

sander1095over 2 years ago
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!<p>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.<p>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!