Chapter 2: Visual Studio 2008 and C# Express 2008
Quiz Solutions
Solution to Question 2-1. A project results in the production of an executable or a library. Most solutions consist of a single project, but many consist of two or more projects.
Solution to Question 2-2. To move windows in the IDE, click and drag on the title bar; use the indicators for placement.
Solution to Question 2-3. The pushpin button toggles between locking the window in place and hiding it as a tab.
Solution to Question 2-4. F5 runs the program with debugging; Ctrl-F5 runs without debugging. For console applications that do not require any input, Ctrl-F5 is more useful, so you can see the output.
Solution to Question 2-5. The Clipboard Ring allows you to store more than one item on the clipboard.
Solution to Question 2-6. Press Ctrl-Shift-V to cycle through all the selections in the Clipboard Ring.
Solution to Question 2-7. Find Symbol allows you to search for symbols (namespaces, classes, and interfaces) and their members (properties, methods, events, and variables).
Solution to Question 2-8. A bookmark is a tool for returning to a specific place in your code.
Solution to Question 2-9. IntelliSense is an editing tool that supplies suggestions for completing keywords, based on what you’ve typed. It’s a useful tool for saving keystrokes.
Solution to Question 2-10. A code snippet is a complete outline of a commonly used programming structure with replaceable items to speed development.
Exercise Solutions
Solution to Exercise ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access