Introduction to Visual Studio Integrated Development Environment (IDE).
Visual studio .Net
IDE: - Introduction
To develop applications in Visual
Studio.Net, we use a special editor called the Integrated Development
Environment (IDE).The IDE allow the user to design the applications, write the
action code as well as manage the files of project.
An IDE help the programmer in his
tasks by provides auto-formatting of the source code, highlighting of the
important keywords, etc. The IDE has smart editor, compiler and some predefined
tools. These tools are used for testing the project, creating the setup and
creating the help files etc.
Components of IDE: - Introduction
The following are the basic components of IDE
- New Project Dialog Box
- Toolbox Window
- Solution Explorer
- Server Explorer
- Property Window
- Form Design Window
- Code Window
Comments
Post a Comment