I enjoy console applications and just want to know. What is the best way to save the current console window buffer for later use and provide some sort of history navigation feature. I know that the Diagnostics namespace provides the ability to read standard output, but only when redirecting, so basically you have to run all your results in a new window, which seems a little dumb.
source share