Run console application output in silent mode.

Go to the Properties of the C# .Net project and set the output type to Windows Application. Your console application will now run in silent mode.

Thank you.
-Aditya