Chapter 2 - Introduction To Visual Studio IDE
Chapter 2 - Introduction To Visual Studio IDE
Next click the “create” button to create the project. This may
take some minutes depending on your system
computational capabilities be patient as the project is being
created
Fig 2:3-New project at glance
▪ The Project menu allowsyou to add
new components and files to the
2.5.1 MENUS
project, such as a new forms,
The main menu for Visual Studio.NET is the databases, controls e.t.c
same for any .NET language for all ▪ Build. The Build menu includes the
programming languages commands needed to compile, build and
execute the program on a web browser program
▪ The File menu was designed to ▪ The Debug menu is used when
support the Solution Explorer with stepping through a program that
handling multiple projects at one has been stopped with a breakpoint
time. or error condition.
▪ The Edit menu includes the standard
text editing features, such as copy, ▪ Data. The Data menu is useful when
cut, and paste, but also has some connecting controls to a database
advanced features that you will find or when using an ADO.NET dataset.
useful, such as outlining and ▪ The Format menu is a user-
commenting/uncommenting source code. interface menu that helps to align and
format the position and size of
▪ The View menu allowsyou to switch controls.
between the Source Code and
Designer edit windows, and also allows ▪ The Tools menu includes numerous
you to bring up dock-able windows commands that may be needed during
that have been closed. a development project. Most
importantly however, is the last item quickly perform some action by pressing one of
in the Tools menu, called Options. Use
the icons on a toolbar.
this command to customize the user
interface and settings of your There are over 20 toolbars to choose
projects.
from, therefore you will want to display
▪ The Window menu allowsyou to select among only those toolbars that are relevant to
the open files loaded into Visual Studio
the project at hand.
.NET and arrange the windows on
the screen.
2.5.3 Code Editor Window
▪ The Help menu includes numerous commands This component is loaded with functionality and
for searching the integrated help system supports numerous languages. This editor is
that comes with Visual Studio.NET. If you capable of editing just about any type
are ever stuck on a strange error of file imaginable with ease (see Figure2.4).
message or language feature, you
can usually find help on the item
using this menu.
2.5.2 Toolbars
Visual Studio.NET features numerous
toolbars that provide a means to
Fig 2.5-solution explorer
2.6 Summary
This chapter provided an overview of
Visual Studio .NET and covered the
major features of the development
environment, including the program
menus, tool- bars, and the various windows
that make Visual Studio .NET a
productive and efficient development
tool.