Skip to main content

History: -IDE

Source of version: 3 (current)

Copy to clipboard
            {INCLUDE(page="ogrelex ext tpl")/}
---
__IDE__ - Integrated Development Environment. An IDE is a software application, that supports you in all phases of software development. It normally has a code editor, a compiler or interpreter, a debugger as well as several additional tools, that simplify your development cycle a lot.

One of the most widely spread IDEs is Microsoft's [http://msdn.microsoft.com/de-de/vstudio/bb894689.aspx|VisualStudio]. It is available for several programming languages such as C++, VB.NET, C# and J#. One big plus is also that the [http://www.microsoft.com/germany/Express/|Express versions] are for free and may even be used commercially.