Hello all,
This is my first post on Hashnode. I have been working on developing a C# class library as my side project and would really appreciate if I can get some feedback on it.
The C# class library generates user defined number of SQL INSERT statements for populating a SQL Server table with random data. Many a times we are in need of a table containing dummy data so that we can test out our scripts before running them in production database. I thought it would be really cool if there was a library that would generate random data which makes playing with our scripts very easy.
github.com/devangsinha/BogusSQL
Would really appreciate if you can provide a constructive feedback on it.
Cheers!
No responses yet.