The Integrated Development Environment

The VS2008 IDE consists of windows for the visual design of forms, code-editing windows, menus, and toolbars providing access to commands and features. It also consists of toolboxes containing controls for use on the forms and windows providing properties and information about forms, controls, projects, and the solution.

But more important than the physical layout of the IDE is the productivity boost it provides to you, the developer. You can visually drag controls from the toolbox onto a design window or a code window. In code-editing windows, IntelliSense automatically pops up a list of all the available members for any given situation. Syntax errors are highlighted in code windows, signaling a problem even before you try to compile the project. The list goes on: a little time invested getting familiar with the IDE will reap tremendous payback.

Layout

VS2008 consists of a single parent window, which contains multiple child windows. All the menus, toolbars, design and editing windows, and miscellaneous other windows are associated with the single parent window.

A typical layout of the IDE is shown in Figure 2-11. Basically, it consists of a menu and toolbar arrangement across the top and a work surface below, flanked by other toolbars and windows.

The typical IDE layout (in Source view)

Figure 2-11. The typical IDE layout (in Source view)

When you’re working on content files, such as page, ...

Get Programming ASP.NET 3.5, 4th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.