Section A.2. Chapter 2: Visual Studio 2005


A.2. Chapter 2: Visual Studio 2005

A.2.1. Quiz



Solution to Question 21 .

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.



Solution to Question 22 .

Click and drag on the title bar; use the indicators for placement.



Solution to Question 23 .

Toggles between lock in place, and hide as a tab.



Solution to Question 24 .

F5 indicates run with debugging; Ctrl-F5 indicates run without debugging.



Solution to Question 25 .

Allows you to store more than one item on the clipboard.



Solution to Question 26 .

Ctrl-Shift-V cycles through all the selections.



Solution to Question 27 .

Allows you to search for symbols (namespaces, classes, and interfaces) and their members (properties, methods , events, and variables ).



Solution to Question 28 .

A tool for returning to a specific place in your code.



Solution to Question 29 .

An editing tool to help you find the right method and/or the correct parameters and much more.



Solution to Question 210 .

A complete outline of a commonly used programming structure with replaceable items to speed development.

A.2.2. Exercises



Solution to Exercise 2-1 .

Insert a bookmark before the Console.Writeline() statement in Hello World. Navigate away from it and then use the Bookmarks menu item to return to it.

Your Visual Studio window should look something like Figure A-1.

Figure A-1. Exercise 2-1



Solution to Exercise 2-2 .

Undock the Solution Explorer window from the right side of the IDE and move it to the left. Leave it there if you like or move it back.

Your Visual Studio window should look something like Figure A-2.



Solution to Exercise 2-3 .

Insert a code snippet for a for loop from the Edit Intellisense menu into your Hello World program. (It wont do anything for now; you'll learn about for loops in Chapter 4.)

Your Visual Studio window should look something like Figure A-3.

Figure A-2. Exercise 2-2



Learning C# 2005
Learning C# 2005: Get Started with C# 2.0 and .NET Programming (2nd Edition)
ISBN: 0596102097
EAN: 2147483647
Year: 2004
Pages: 250

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net