|
| To | Do this |
|---|---|
| Create a new project in Visual Studio .NET. | Use the File, New, Project menu item, or press Ctrl+Shift+N. |
| Add a file to a project. | Use the File, New, File menu item, or press Ctrl+N. |
| Build a Visual Studio .NET project. | Use the Build, Build Solution menu item, or press Ctrl+Shift+B. |
| Execute a program from within Visual Studio .NET. | Use the Debug, Start Without Debugging menu item, or press Ctrl+F5. |
|