Writing to Console

I'm fairly new to C# and I'm having a hard time figuring out how to write to the console. I do console.write("Output"); but although in debug mode it appears in the "Quick Console" nothing actually appears in the console window. I gather that I have to refresh the screen buffer or something but I don't know how

thanks,
Brian

[336 byte] By [BrianGordon] at [2007-12-16]
# 1
Tools > Options > Debugging > General and uncheck "Redirect all console output to the quick console window"
That feature seems to be annoying lots of people, hope they remove it
MartinCarolan at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...