Proba
Proba
Microsoft.
It is used to develop console and graphical user interface applications along with
Windows Forms or WPF applications, web sites, web applications, web services.
Visual Studio supports different programming languages by means of language services, which allow
the code editor and debugger to support (to varying degrees) nearly any programming language,
provided a language-specific service exists.
Built-in languages include C/C++[5] (via Visual C++), VB.NET (via Visual Basic .NET), C# (via Visual
C#), and F# (as of Visual Studio 2010[6]).
Visual Studio includes a code editor supporting IntelliSense as well as code refactoring.
The integrated debugger works both as a source-level debugger and a machine-level debugger.
Other built-in tools include a forms designer for building GUI applications, web
designer,class designer, and database schema designer.
It accepts plug-ins that enhance the functionality at almost every levelincluding adding support
for source-control systems (like Subversion and Visual SourceSafe) and adding new toolsets like
editors and visual designers
Eclipse is open source integrated development environment.
It contains base workspace and plugin subsystem.
Eclipse is mostly written in Java and can be used for java development.
But, via pugins you can also develop in other languages as C++, Rubi, Html..
Eclipse is multiplatform IDE. There are Windows, Linux, Mac editions.
Plugins are great thing in eclipse. With plugins you can expand functionality of eclipse.
For example, there are Subversion plugins. With them you can control you source.
With Android SDK, NDK and eclipse plugin you can develop software and services for Android
platform. Also this tool allows you to develop in Java and C++.
Useful plugin is maven plugin which allows you to automatize source building.