bchavez / Bogus

:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Other
8.62k stars 491 forks source link

Add Sander ten Brinke's blog post about Bogus to README #465

Closed sander1095 closed 1 year ago

sander1095 commented 1 year ago

Hey @bchavez!

I recently wrote a blog post about Bogus and Entity Framework Core. You can read it here: https://stenbrinke.nl/blog/taking-ef-core-data-seeding-to-the-next-level-with-bogus/

I'd feel honored if it could be added to the README.

I took a look at the other blog posts that are already mentioned in the README, and I feel like mine really adds value when talking about determinism. Some blog posts avoid this topic which means that when you make any schema changes, issues like #457 arise. Because I had to bang my head against this issue for a little bit (which was my own fault ;-)) I thought it'd be worth adding to the README.

Let me know what you think! Any feedback you might have would be very welcome! 🙏

Thank you for creating such an amazing library!

bchavez commented 1 year ago

Hey @sander1095 , just wanted to say great work on the blog post. Most certainly happy to add it to the readme. And thank you for your contribution.