I am developing a simple Console Application with MonoDevelop on my Mac. Each time I run the application get this dialog with a request to Press any key to continue...
How can I have the application run and then close the Terminal window as it does with Windows and Visual Studio?

In the project’s Run options, uncheck “Pause console output”. If it’s not interactive, you may also want to uncheck “Run on external console”.