Prevent C# console application from closing

Tired of trying to debug a console application and it keeps closing on you? Quite simple – just put this at the end of the console application and you’ll be good to go:

[box type=”bio”] Console.ReadLine();[/box]

Cheerio ?

"Turkey