I am creating a method in C# which generates a text file for a Google Product Feed. The feed will contain upwards of 30,000 records and the text file currently weighs in at
Write one string at a time using StreamWriter.Write rather than caching everything in a StringBuilder.