IDEs - .net
IDE combines the editor, compiler and other useful tools in the same software package. Its advantage is that when a program with syntax errors is compiled, the programmer sees the error messages and the original program at the same time -- this makes debugging much easier. Also, some IDEs contain debuggers. Visual J++, VisualAge for C++ or Java, Java WorkShop, and Visual Caf�?�© are IDEs.
From : www.course.com/careers/glossary/programming.cfm
Microsoft's set of software technologies for connecting information, people, systems and devices. It is based on web services which are small applications that can connect to each other as well as to other larger applications over the Internet. The OSS project Mono is an implementation of the .NET development framework.
From : www.netproject.com/docs/migoss/v1.0/glossary.html
#develop
#develop (short for SharpDevelop) is a free IDE for C# and VB.NET projects on Microsoft's .NET platform.
Here are some of the features
Forms designer for C# and VB.NET
Code completion for C# and VB.NET (including Ctrl+Space support)
XML Editing
Folding
Code AutoInsert (Alt+Ins)
C# to VB.NET converter, as well as VB.NET to C# converter
Completely written in C#
Compile C# and VB.NET in the IDE out-of-the-box
Open source, GPL licensed
ILAsm and C++ backends
Integrated NUnit support
Assembly Analyzer ("FxCop on steroids")
Xml documentation preview
User interface translated to many languages
Everything templated: add new project or file types, or even compilers to SharpDevelop
visit
#develop
#develop was visited : 100 times
Loading .....