At the end of your code,
put Console.Readkey() as the above post says,
then the computer will wait for u to type one more character
before the console window closes( or flashes thru )
You can also use System.pause(),
but Console.Readkey() does the trick :-)
It does not make any difference if you are using 2005 or 2008 or 2010 !
Cheers, happy coding ^_^.