Do you receive the Programmer's Heaven newsletter? If not, why not subscribe?
*/

Other Views

corner
*/

WinForm FAQ - Windows Form Development Provisions in VS.NET

What support does the Visual Studio.NET provide for the development of .NET win form applications?

Visual Studio.NET provides an enormous support for the development of Win Form applications. The key features of Visual Studio.NET IDE include:

  • The form designer allows you to design the User Interface (UI) of the applications by simple drag and drop of the controls.
  • The Properties window allows you to set different properties for form and a number of windows controls
  • The Intellisense (help completing the syntax as you place dot (.) with objects, enumeration and namespace and when you create new objects)
  • Project and solution management with solution explorer that helps manage applications consisting of multiple files, which is what usually happens
  • Standard debugger that allows you to debug your program by putting break points for observing run-time behavior of the variables and objects in the program
  • Hot compiler that checks the syntax of your code as you type it and report any errors present
  • Dynamic Help on number of topics using Microsoft Development Network (MSDN) Library
  • Compilation and building applications
  • Execution of your application with/without debugger
  • Deploying your .NET application over the Internet or on CDs
Index
corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.
Resource Listings