Tuesday, 9 July 2013

What is Visual Studio .NET

The following is the list of some of the features of Visual Studio .NET:
 
1. Visual studio automates the step required to compile source code.
 
2. The Visual Studio text editor is very intelligent; it can detect errors and suggests code as appropriate as you required.
 
3. The Visual Studio designer for Windows Forms and Web Forms applications, allowing simple Drag and drop design of User Interface elements.
 
4. The Visual Studio contains many powerful tools for visualizing and navigating through the elements of our projects, whether they are C# code files or other resources such as bitmap images or sound files.
 
5. The Visual Studio enables us to use 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 application. 


0 comments:

Post a Comment