Is a dotnet core project to fill a database table with fake data.
- You choose a connection to a SQL Server DB
- You select a table and indicate the number of row to add (big values allowed)
- you click on Insert button...
... And you table is filed with the number of row you want.
Of course, if necessary, the program charge it to populate parent tables too ;-)
For me to learn :
- .net core 5.0
- xunit and moq
- Connexion to database with core framework
2021-02-23 : Create the repository