Previous Page
Next Page

Chapter 1 Quick Reference

To

Do this

Key combination

Create a new console application

On the File menu, point to New, and then click Project to open the New Project dialog box. For the project type, select Visual C#. For the template, select Console Application. Select a directory for the project files in the Location box. Choose a name for the project. Click OK.

Create a new Windows application

On the File menu, point to New, and then click Project to open the New Project dialog box. For the project type, select Visual C#. For the template, select Windows Application. Select a directory for the project files in the location box. Choose a name for the project. Click OK.

Build the application

On the Build menu, click Build Solution.

F6

Run the application

On the Debug menu, click Start Without Debugging.

Ctrl+F5


Previous Page
Next Page