L. P. with Microsoft C# - Level 1-Quiz-2
- Popout windows is the purpose of the icons that surround the .NET interface in the IDE.
- Solution Explorer auto-hide window will show you all of the files that are a part of the open project.
- You are working with an auto-hide window and want to keep it on the desktop when you move the cursor off of it. How do you do this?
Click the push pin in the upper right corner to keep the window open.
- System.Console.WriteLine is the method used to print information to the console screen.
- You are using the Command Line compiler with C#, and want to process the comments in your code to give you XML documentation. What switch do you use to do this?
/doc
- You have just completed a compile within C# and want to examine the results of the compile. Output of the auto-hide windows will contain these results.
- You are working in the IDE and notice that the Build toolbar is absent from your desktop. How do you get it to appear in the toolbar area so you can use it?
Right click the toolbar area and select the Build toolbar from that menu.
- You have written some code and want to test it out. You hit F5 to start your application. The debugger runs before the application runs automatically when you do this.
- You are working with the debugger, and click in the gray area to the left of the code next to a line. A breakpoint is created at that line.
- You are in the debugger, stopped at a breakpoint. You want to continue through the code, one line at a time, and going into everything that is called. click Step Into to do this.
- In the debugger, Locals window gives you the ability to watch all local expressions and arguments.
- In the debugger, Call Stack view in the lower right window tells you where you are currently executing, and how you got there.
- When going through the IDE to explore the tables of a database, You must have the appropriate editing permissions is required for you to be able to Write to those tables, as well as read them.
- You are accessing a database through the IDE, and want to create a new table for the database. You must have the Visual Studio Enterprise or Architect version installed is required for you to be able to do this.
- You have a question about what you are working on in the Visual Studio environment, and want some help. Index,Searching,Dynamic Help is a help related window.
- You have used the Search function to look for documentation on a specific topic. 500 is the maximum number of results this type of search will return.
Permalink |
Comments (0) | Hits: 1109 | Time: 19:57:27