Creating a Console Application

Let's learn the creation process of a console application in Visual Studio.

We'll cover the following...

The following instructions explain how to create a console application. Console applications are great for demonstrating concepts; they’re simple text-based applications.

Note: This is a Microsoft Windows setup for a console application. Setup may differ on Mac computers.

Step 1: Open ...