Generating realistic fake data in .NET using Bogus

preview_player
Показать описание

Hello everybody I'm Nick and in this .NET tutorial I will show you how you can generate unlimited realistic looking fake data using a Nuget package called Bogus. Bogus is an open source project and it supports multiple locales so it will definitely have something useful for you.

Don't forget to comment, like and subscribe :)

Social Media:

#dotnet #data #bogus
Рекомендации по теме
Комментарии
Автор

I like your channel and topics for .net. this is also an interesting one!

zoltan.halasz
Автор

Thanks for this - very apropos for me! Never heard of this package until now! Thanks!

williambell
Автор

Your videos and content is invaluable. Thanks

vamsi
Автор

Great video, this would help me to test simple apis on net core.

ceralguy
Автор

Thanks for the video! really useful, i have a question, i am generating countrys whith name and CountryCode ISO 33166. All the 245 that exist, but as it is randomly generated, repeted countrys apear. how can i avoid repeted country names and country codes using The faker (Address.Country and Address.CountryCode) ?

yeisonbernal
Автор

Hi Nick I haven’t watched the video yet but do you know how this compares with Autofixture which I use?

PaulNicholsAUS
Автор

Hey, is there a way to have coherent address like not having an American Lake in the Country Reunion for example?

cavalfou
Автор

It would be cool if it could generate the values automatically. Maybe I should write something like that 🤔

brentsteyn
Автор

What's the comparison between Bogus and GenFu. GenFu pretty much does the same

cloudsty
Автор

can you please talk about background services in dotnet core?

mohammedhayder
Автор

How to quickly populate in Visual Studio 2022 like 5:50 ?

viliuxsas
Автор

I wonder if you can use it to fake 2 objects that are related. For example, you have entity & dto class and you want to fake both with same data, then I can test a mapper logic to make sure the return dto has the correct mappings.

terencetcf