SharpDevelop

Integrated development environment
title: "SharpDevelop" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: [".net-programming-tools", "software-programmed-in-c-sharp", "free-integrated-development-environments", "free-software-programmed-in-c-sharp", "software-using-the-gnu-lesser-general-public-license", "windows-only-free-software"] description: "Integrated development environment" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/SharpDevelop" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Integrated development environment ::
::data[format=table title="Infobox software"]
| Field | Value |
|---|---|
| screenshot | SharpDevelop.png |
| caption | |
| developer | IC#Code Team |
| discontinued | yes |
| latest release version | 5.1.0 |
| latest release date | |
| repo | |
| programming language | C# |
| operating system | Microsoft Windows |
| genre | Integrated development environment |
| license | MIT License |
| website | |
| :: |
| screenshot = SharpDevelop.png | caption = | developer = IC#Code Team | discontinued = yes | latest release version = 5.1.0 | latest release date = | repo = | programming language = C# | operating system = Microsoft Windows | genre = Integrated development environment | license = MIT License | website =
SharpDevelop (also styled as #develop) is a discontinued free and open source integrated development environment (IDE) for the .NET Framework, Mono, Gtk# and Glade# platforms. It supports development in C#, Visual Basic .NET, Boo, F#, IronPython and IronRuby programming languages.
The IDE can still be downloaded and continues to be used by developers working on C# .Net Framework projects. The last release of SharpDevelop was only aimed at C# projects. There was little significant development to the .NET Framework following this release, and this version remains a valid option for developers targeting that platform. Support for other project types is available in the 4.X series releases, but they may not be compatible with later versions of the .NET Framework.
Features
SharpDevelop was designed as a free, lightweight alternative to Microsoft Visual Studio, and contains an equivalent feature for almost every essential Visual Studio Express feature and features very similar to those found in Borland Kylix and Delphi, including advanced project management, code editing, application compiling and debugging functionality. More specifically, the IDE includes a GUI designer, code/design views, syntax highlighting, auto completion menus (similar to IntelliSense) the ability to compile and debug form/console .NET Framework applications, a "New Project" wizard, toolbars, menus, panels and a docking system, and built-in code refactoring tools, and it has an integrated debugger that allows for stepping, viewing values of objects in memory, and breakpoints.
To allow for easy project migration, SharpDevelop works natively with Visual Studio project and code files. It is able to compile applications for .NET Framework version 2.0, 3.0, 3.5, 4.0, 4.5.1 and the .NET Compact Framework 2.0 and 3.5.
SharpDevelop's Graphic User Interface Designers work with the C#, VB.NET, Boo, and the IronPython and IronRuby languages, using the following GUI technologies:
SharpDevelop was written entirely in C# and consists of about 20 components that integrate to form the application. The source-code editor component, known as AvalonEdit, can be used by other applications.
It also includes functionality for:
- External COM and ActiveX components
- Code analysis (FxCop)
- Unit testing (NUnit)
- Code coverage (PartCover)
- Profiler
- Subversion (TortoiseSVN)
- Git
- Mercurial
- StyleCop add-in
- Documentation generation (Sandcastle, SHFB)
- Plugins
History
On 11 September 2000 Mike Kruger initiated the project, while testing the first public release of .NET Framework 1.0. At that time there was no C#/.NET IDE publicly available. So he decided to write a code editor to run the compiler. Early in its development, the project was split for Mono and Gtk# development into the MonoDevelop project, which is maintained as a cross-platform IDE, and after Microsoft's acquisition of Xamarin, has become the basis of Visual Studio for Mac.
SharpDevelop had been downloaded at least 8 million times worldwide, The SharpDevelop codebase was documented in the book Dissecting a C# Application: Inside SharpDevelop (2003) written by the core development team and published by Wrox Press.
On 18 September 2017, Daniel Grunwald of the ICSharpCode team announced the project is "dead" for reasons related to the fast pace of changes to C# and .NET, including .NET Core, and suggested SharpDevelop users switch to either MonoDevelop or Visual Studio Code IDEs, each being recommended as a suitable open source replacement that is the target of regular updates and other maintenance.
References
References
- "Is the project dead? · Issue #799 · icsharpcode/SharpDevelop".
- [http://www.icsharpcode.net/OpenSource/SD/Features.aspx "SharpDevelop Features"]. ICSharpCode website.
- [http://visualbasic.about.com/od/usingvbnet/l/aa122602a.htm "A Free 'Visual Studio' for VB.NET"] {{Webarchive. link. (2011-10-16 . About.com, Visual Basic.)
- Ward, Matt (July 5, 2006). [http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTour.aspx "Feature Tour"]. SharpDevelop.net community.
- Ward, Matt (July 12, 2006). [http://community.sharpdevelop.net/blogs/mattward/articles/VisualStudioExpressComparison.aspx "Visual Studio Express and SharpDevelop Compared"]. SharpDevelop.net community.
- [http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourRefactoring.aspx "Refactoring"], SharpDevelop Feature Tour.
- [http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourCodeGeneration.aspx "Code Generation"]. SharpDevelop Feature Tour.
- [http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourDebugging.aspx "Debugging"]. SharpDevelop Feature Tour.
- [http://www.codeproject.com/KB/windows/WiMoSansVS.aspx "Windows Mobile Development Without Visual Studio"]. The Code Project.
- [http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourVisuallyDesigningForms.aspx "Visually Designing Forms"]. SharpDevelop Feature Tour.
- [http://wiki.sharpdevelop.net/AvalonEdit.ashx "AvalonEdit"]. SharpDevelop wiki.
- (5 October 2009). "Using AvalonEdit (WPF Text Editor)".
- [http://www.codeproject.com/KB/macros/sharpdev_community_annota.aspx "SharpDevelop in the Real World: Code Annotations"]. The Code Project.
- [http://www.codeproject.com/Articles/34658/SharpDevelop-NUnit-and-Visual-Studio-Express "SharpDevelop, NUnit, and Visual Studio Express"]. The Code Project.
- [http://www.codeproject.com/KB/cs/ICSharpCodeCore.aspx "Building Applications with the SharpDevelop Core"]. The Code Project.
- [http://www.codeproject.com/KB/cs/LineCounterSDAddIn.aspx "Line Counter - Writing a SharpDevelop Add-In"]. The Code Project.
- Wille, Christoph. "Happy Anniversary - 10 Years of SharpDevelop".
- [https://sourceforge.net/projects/sharpdevelop/files/stats/timeline?dates=2001-01-04+to+2013-12-30 "SharpDevelop Download Stats 2001-01-04 to 2013-12-30"]. SourceForge. (8.1M downloads). Retrieved December 30, 2013.
- [http://sharpdevelop.codeplex.com/stats "SharpDevelop (Stats for the project lifetime)"]. CodePlex. (40K downloads). Retrieved December 30, 2013.
- [https://github.com/icsharpcode/SharpDevelop/issues/799 "Is the project dead?"] Is the project dead?
- Avery, James; Holmes, Jim (2006). [https://books.google.com/books?id=5ISfkblE9AUC&dq=SharpDevelop&pg=PA270 ''Windows Developer Power Tools'']. O'Reilly. p. 272.
- Pickering, Robert (2009). [https://books.google.com/books?id=UObTv4SB_5UC&dq=SharpDevelop&pg=PA11 ''Beginning F#''], Apress. p. 11.
- Troelsen, Andrew (2010). [https://books.google.com/books?id=rgloOPCa3zoC&dq=SharpDevelop&pg=PA50 ''Pro C# 2010 and the .NET 4.0 Platform, (5th Edition)'']. Apress. p. 50.
- Troelsen, Andrew; Agarwal, Vidya Vrat (2010). [https://books.google.com/books?id=xLo1o9wHMh8C&dq=SharpDevelop&pg=PA701 ''Pro VB 2010 and the .NET 4 Platform'']. Apress. p. 701.
- Sphar, Chuck; Davis, Stephen R. (2008). [https://books.google.com/books?id=YJ-Ry6HM7PkC&dq=SharpDevelop&pg=PA3 ''C# 2008 for Dummies''], For Dummies. p. 3.
- Dumbill, Edd; Bornstein, Niel M. (2004). [https://books.google.com/books?id=HyszoedfP3MC&dq=SharpDevelop&pg=PA13 ''Mono: a Developer's Notebook'']. O'Reilly. p. 13
- Hewitt, Eben (2009). [https://books.google.com/books?id=W2XrQRMIEd4C&dq=SharpDevelop&pg=PA624 ''Java SOA Cookbook'']. O'Reilly. p. 624.
- Sempf, Bill; Sphar, Charles; Davis, Stephen R. (2010). [https://books.google.com/books?id=zUvtxtAEQAIC&dq=SharpDevelop&pg=PA7 ''C# 2010 All-in-One For Dummies'']. John Wiley and Sons. p. 7.
- Jones, Bradley. (2001). [https://books.google.com/books?id=uA9I6817GM4C&dq=SharpDevelop&pg=PA15 ''Sams Teach Yourself C# in 21 Days'']. Sams Publishing. p. 15.
- Cabrera, Harold; Bagnall, Brian; Faircloth, Jeremy (2002). [https://books.google.com/books?id=SYa-IVsfEWwC&dq=SharpDevelop&pg=PA45 ''C# for Java Programmers'']. Syngress. 2002. p. 45.
- (2006). "Mastering Microsoft SQL Server 2005". Wiley.
- Arking, Jon; Millett, Scott (2010). [https://books.google.com/books?id=jTY3qAAvxiUC&dq=SharpDevelop&pg=PT32 ''Professional Enterprise .NET'']. John Wiley and Sons.
- Kofler, Michael. (2002). "Visual Basic .NET". Pearson.
- Kettermann, Uwe; Rohde, Andreas (2004). [https://books.google.com/books?id=dw_5MkizvgoC&dq=SharpDevelop&pg=PA18 ''Spiele effektiv programmieren mit VB.net und DirectX'']. Springer. p. 18. (German).
- (2003). "Dissecting a C# Application: Inside SharpDevelop". [[Wrox Press]]/[[Apress]].
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::