Console Application
A console application facilitates the reading and writing of characters from a console - either individually or as an entire line. It is the simplest form of a C# program and is typically invoked from the Windows command prompt.
Features
Read from Console
Write to Console
Debug & Run Console Application
Using Stopwatch
Write code to start/stop local system processes
Open notepad, calculator, browser using process
Publish the app
Run the app using exe or dotnet command