How to stop C# console applications from closing automatically? [duplicate]

My console applications on Visual Studio are closing automatically, therefore, I’d like to use something like C’s system("PAUSE") to “pause” the applications at the end of their execution. How can I achieve that?

9 Answers
9

Leave a Comment