Microsoft Visual Studio
It is a tool developed by Microsoft which provides IDE (Integrated Development Environment)
· It enables a user to develop a GUI application and console, Web sites, Web services, Web application etc. in both native code and managed code for all the platforms which are supported by Microsoft Windows, .Net Framework, Microsoft Silverlight etc.
· It consists of code editor and code refactoring. It also consists of debugger, which works at the source level debugger and machine level debugger.
· Visual studio supports several different programming languages with the help of language services. Built in languages include VB.Net, C/C++, C#, and F#. Various other languages such as Python, M, and Ruby are supported via language services installed separately. It also supports HTML/XHTML, CSS, Javascript, and XML/XSLT.