Bạn đang xem bản rút gọn của tài liệu. Xem và tải ngay bản đầy đủ của tài liệu tại đây (20.52 KB, 1 trang )
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