Sunday, May 29, 2011

Microsoft Visual Studio

MS Visual Studio is an editor, Provided by microsoft to developers to write .net program easily. Visual Studio.net automatically generates lot of code, allows developers to drag and drop controls to a form, provides short cuts to compile and build the application.


       Features of Visual Studio.Net :
  1. Visual Studio.net automates the step required to compile the source code.
  2. Visual Studio editor can detect errors and suggests code as appropriate as you required.
  3. The visual studio designer for windows form and web form application allowing simple drag and drop design of user interface elements.
  4. The visual studio contains many powerful tools for visualizing & navigating through the elements our projects, whether they are c# code files or other resource such as bitmap images or sound files.
  5.  The visual studio enables advance debugging techniques when developing projects, such as ability to step through code one instruction at a time while keeping an eye on the state of our applications. 

No comments:

Post a Comment