SharpDevelop

From Wikipedia, the free encyclopedia
SharpDevelop
Developer(s) IC#Code Team
Stable release 4.4 / 23 December 2013 (2013-12-23)
Written in C#
Operating system Microsoft Windows
Type Integrated development environment
License LGPL
Website www.icsharpcode.net/OpenSource/SD/Default.aspx

SharpDevelop (also styled as #develop) is a free and open source integrated development environment (IDE)[1][2] for the .NET Framework,[3] Mono,[4] Gtk#[4] and Glade# platforms.[5] It supports development in C#,[6] Visual Basic .NET,[7][8] Boo, F#,[9] IronPython and IronRuby programming languages.[10]

It was designed as a free and lightweight alternative to Microsoft Visual Studio, and contains an equivalent feature for almost every essential Visual Studio Express feature, including features for project management, code editing, application compiling and debugging.[11][12] 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 and the .NET Compact Framework 2.0 and 3.5.[13]

Although not as widespread as the Visual Studio line of products,[citation needed] SharpDevelop is fairly popular and as of 2013 has been downloaded at least 8 million times worldwide,[14][15] and has been documented in the book Dissecting a C# Application: Inside SharpDevelop (2003) published by its creators.[16]

SharpDevelop is written entirely in C#[17] and consists of about 20 components that integrate to form the application. The source code editor component is known as AvalonEdit[18] and can be utilized by other applications.[10][19] Early in its development the project was split for Mono and Gtk# development into the MonoDevelop project.

Features

SharpDevelop includes features very similar to those found in Visual Studio, or Delphi/Kylix, including a GUI Designer, Code/Design views, Syntax highlighting, Auto completion menus (similar to IntelliSense[17]) the ability to compile and debug form/console .NET Framework applications,[5] the New Project wizard, Toolbars, Menus, Panels, and a Panel docking system.[16]:7[20][21][22]

SharpDevelop integrates Graphic User Interface Designers for the C#,[5] VB.NET, Boo, and the IronPython and IronRuby languages, using the following GUI technologies:[10]

SharpDevelop has in-built refactoring tools,[24][25] such as to create or modify functions and properties. It has an integrated debugger[26] that allows for stepping, viewing values of objects in memory, and breakpoints.[27] It also includes ILSpy, a decompiler for IL assemblies, so debugging third-party assemblies without source code is also possible.[citation needed]

It also includes functionality for:

See also

References

  1. Hewitt, Eben (2009). Java SOA Cookbook. O'Reilly. p. 624.
  2. Jones, Bradley. (2001). Sams Teach Yourself C# in 21 Days. Sams Publishing. p. 15.
  3. Gunderloy, Michael ‘Mike’; Jorden, Joseph L (2006), Mastering Microsoft SQL Server 2005, India: Wiley, p. 580 .
  4. 4.0 4.1 Dumbill, Edd; Bornstein, Niel M. (2004). Mono: a Developer's Notebook. O'Reilly. p. 13
  5. 5.0 5.1 5.2 5.3 Avery, James; Holmes, Jim (2006). Windows Developer Power Tools. O'Reilly. p. 272.
  6. Sphar, Chuck; Davis, Stephen R. (2008). C# 2008 for Dummies, For Dummies. p. 3.
  7. Troelsen, Andrew; Agarwal, Vidya Vrat (2010). Pro VB 2010 and the .NET 4 Platform. Apress. p. 701.
  8. Kettermann, Uwe; Rohde, Andreas (2004). Spiele effektiv programmieren mit VB.net und DirectX. Springer. p. 18. (German).
  9. Pickering, Robert (2009). Beginning F#, Apress. p. 11.
  10. 10.0 10.1 10.2 "SharpDevelop Features". ICSharpCode website.
  11. Arking, Jon; Millett, Scott (2010). Professional Enterprise .NET. John Wiley and Sons.
  12. "A Free 'Visual Studio' for VB.NET". About.com, Visual Basic.
  13. "Windows Mobile Development Without Visual Studio". The Code Project.
  14. "SharpDevelop Download Stats 2001-01-04 to 2013-12-30". SourceForge. (8.1M downloads). Retrieved December 30, 2013.
  15. "SharpDevelop (Stats for the project lifetime)". CodePlex. (40K downloads). Retrieved December 30, 2013.
  16. 16.0 16.1 Holm, Christian; Kruger, Michael ‘Mike’; Spuida, Bernhard (2003), Dissecting a C# Application: Inside SharpDevelop (PDF), Wrox Press/Apress, ISBN 978-1-86100-817-6, archived from the original on 2007-01-20 
  17. 17.0 17.1 17.2 Troelsen, Andrew (2010). Pro C# 2010 and the .NET 4.0 Platform, (5th Edition). Apress. p. 50.
  18. "AvalonEdit". SharpDevelop wiki.
  19. "Using AvalonEdit (WPF Text Editor)" The Code Project.
  20. Cabrera, Harold; Bagnall, Brian; Faircloth, Jeremy (2002). C# for Java Programmers. Syngress. 2002. p. 45.
  21. Ward, Matt (July 5, 2006). "Feature Tour". SharpDevelop.net community.
  22. Ward, Matt (July 12, 2006). "Visual Studio Express and SharpDevelop Compared". SharpDevelop.net community.
  23. "Visually Designing Forms". SharpDevelop Feature Tour.
  24. "Refactoring", SharpDevelop Feature Tour.
  25. "Code Generation". SharpDevelop Feature Tour.
  26. Kofler, Michael (2002), Visual Basic .NET (in German), Germany: Pearson, p. 72 .
  27. "Debugging". SharpDevelop Feature Tour.
  28. "SharpDevelop in the Real World: Code Annotations". The Code Project.
  29. Sempf, Bill; Sphar, Charles; Davis, Stephen R. (2010). C# 2010 All-in-One For Dummies. John Wiley and Sons. p. 7.
  30. "SharpDevelop, NUnit, and Visual Studio Express". The Code Project.
  31. "Building Applications with the SharpDevelop Core". The Code Project.
  32. "Line Counter - Writing a SharpDevelop Add-In". The Code Project.

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.