Information About

Sharpdevelop




  Screenshot
  Caption Screenshot of SharpDevelop
  Developer ICSharpCode Team
  Latest Release Version 2001291
  Latest Release Date April 12 , 2006
  Operating System Microsoft Windows
  Genre IDE
  License LGPL
  Website wwwsharpdevelopcom


SharpDevelop is a free and Open Source IDE for the C# , Visual Basic .NET (VB.NET) and Boo Programming Language s.

It is typically used by those who prefer not to use Microsoft 's Visual Studio .NET . There is a port to Mono / Gtk# called MonoDevelop which runs on other operating systems.

For Code Completion SharpDevelop uses its own parsers for C# and VB.NET. They were generated using a grammar description and a modified version of the Coco/R compiler generator of the University of Linz. The source code contains this generator.
For Boo , the parser from the Boo compiler is used, but resolving the type of expressions and type inference is done with custom code that supports lazy evaluation of the types.
SharpDevelop 1.1 can import projects written with Visual Studio, SharpDevelop 2.0 can open and edit them directly. It also can translate whole projects from VB.NET to C# and vice-versa.

SharpDevelop 2.0 has an integrated debugger. It uses its own debugging library that talks to the Microsoft .NET runtime using COM interop.

While SharpDevelop 2.0 uses the same MSBuild project files as Visual Studio, it is still able to use other .NET compilers such as older framework versions (1.0, 1.1) or the Mono compiler.


SHARPDEVELOP FEATURES (ADVERTISED)



DOCUMENTATION



ROADMAP



AVAILABLE ADDINS

A list of available addins can be found in the SharpDevelop wiki


EXTERNAL LINKS