Improving Stringbuilder Performance
In one of our projects we had a requirement to produce a .csv file. In the solution I implemented, I used the StringBuilder class to create the contents of the csv. It worked great, however it took more than one minute to create the file. What was wrong?