I am writing an export function to collect data from a database table and export to text. Before I connect the code to the rest of the application, I would like to test the export based on random data created in C #. I found many examples in SO about creating test data in a database, but not one of them was created directly in the code. Does anyone have an example or know a link to it?
thank
source
share