SharpDevelop - a free and opensource .NET IDE
If you want to develop applications using C# and .NET you have two free choices: Visual Studio Express and SharpDevelop. I'm sure you know about the first so I'll make a short description of SharpDevelop because I know it deserves your attention. At the first glance it looks a lot like Microsoft's Visual Studio: it has a Start Page, Solution Explorer, Toolbox, Clipboard Ring, Class Viewer and Task List. The first think that you will notice is the small download size: 4.1 MB (compared to ~400 MB for VS Express CD). And that's because it's also written in C#. Here are some of SharpDevelop main features:
- Forms designer for C#, VB.NET and Boo
- Integrated debugger
- Code completion for C#, VB.NET and Boo (including Ctrl+Space support)
- XML Editing
- Integrated NUnit support plus code coverage (NCover)
- Refactoring support
- Parser-based code converter (C# to VB.NET / Boo and more)
- Code AutoInsert (Alt+Ins)
- C# to VB.NET converter, as well as VB.NET to C# converter
- Completely written in C#
- Compile C#, VB.NET & Boo code in the IDE out-of-the-box
- Open source, LGPL licensed
- Xml documentation preview
- User interface translated to many languages
- Everything templated: add new project or file types, or even compilers to SharpDevelop
1 comment:
SharpDevelop actually does sport a debugger.
Post a Comment