-IDE        
Print

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


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 VisualStudio(external link). It is available for several programming languages such as C++, VB.NET, C# and J#. One big plus is also that the Express versions(external link) are for free and may even be used commercially.


Contributors to this page: jacmoe111451 points  and Spacegaier3733 points  .
Page last modified on Friday 08 of January, 2010 00:02:21 GMT by jacmoe111451 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.