Generating Fake Data in C# with Bogus



Generating Fake Data in C# with Bogus

Generating Fake Data in C# with Bogus

Having data to test with is important. Whether you want to create unit tests that better replicate the real world or you want to insert sample data in the database, the key is to have representative data without spending a lot of time generating it.

That’s where the Bogus library comes in. This open-source NuGet package allows us to quickly generate fake data that can be used for any number of purposes in our application or our database. In this video, we are going to look at how to quickly spin up an application that makes use of fake data that is generated by Bogus.

Full Training Courses: https://IAmTimCorey.com
Source Code: https://leadmagnets.app/?Resource=BogusData
Patreon: https://www.patreon.com/IAmTimCorey
Mailing List: https://signup.iamtimcorey.com/

Comments are closed.