This is the first part of my eShopSupport Series which looks into the details of the eShopSupport GitHub repository.
DataGenerator Project
The DataGenerator is a console application that will generate multiple types of seed data files for loading into the application or to use when evaluating the question answering functionality. However, you don’t have to use the DataGenerator - there are two sets of generated files provided in the github repo: dev and test.
In this entry I will provide some detail of what the DataGenerator application does, some interesting things about it and a few things I’d like to change.