Interview Question
Qus: When will you use a console application in .NET?
Answers (1)
• you want to create a simple application without a User Interface that requires little or no user interaction.
• you want the application to perform long running tasks in the background.