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
  1. New Project Dialog Box
  2. Toolbox Window
  3. Solution Explorer
  4. Server Explorer
  5. Property Window
  6. Form Design Window
  7. Code Window





Comments

Popular posts from this blog

Components of Visual Studio IDE

Introduction of .Net Namespace