Hendrik Bulens All about .NET development

TagConsole application

Writing the output from console applications to text file

W

Console applications provide a quick and easy way (and also a little bit dirty) to test or fix parts of your application. It enables you to focus on the business logic rather than the GUI. Sometimes the output to the window is quite large – larger than the console window can show. In those cases you want to be able to persist the output to text files. In this post, I’ll show you how...

Hendrik Bulens All about .NET development