Questions tagged [sharpdevelop]

SharpDevelop (also styled as #develop) is a free and open source integrated development environment IDE for the Microsoft .NET, Mono, Gtk# and Glade# platforms, and supports development in C#, Visual Basic .NET, Boo, F#, IronPython and IronRuby programming languages.

SharpDevelop 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. 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.

Features:

Supported Programming Languages

  • C# (Code Completion, Windows Forms Designer)
  • VB.NET (Code Completion, Windows Forms Designer)
  • Boo (Code Completion, Windows Forms Designer)
  • IronPython (Code Conversion, Windows Forms Designer, partial Code Completion)
  • IronRuby (Code Conversion, Windows Forms Designer)
  • F#

Designers and Frameworks

  • Windows Presentation Foundation (WPF)
  • Windows Forms
  • ASP.NET MVC
  • Entity Framework (EF EDM Designer)

Developer Productivity

  • Refactoring
  • Parallel build support for multi-core machines
  • NuGet and T4 support
  • Multi-framework targetting (.NET 4.0, as well as 2.0, 3.0 and 3.5)
  • Code Autoinsert
  • Starts from a USB memory stick
  • Read-only project support
  • Full MSBuild support

Quality Tools

  • Integrated Debugger (including dynamic debugging features)
  • Code Analysis (FxCop)
  • Unit Testing (NUnit)
  • Code Coverage (PartCover)
  • Profiler (Roadmap)
  • Integrated Subversion support (TortoiseSVN)
  • Integrated Git support
  • StyleCop addin

And More...

  • Setup projects (WiX)
  • SharpDevelop Reports .NET open-source reporting solution
  • Parser-based code converter (Online Code Converter)
  • XML "code completion"
  • Documentation generation (Sandcastle, SHFB)
  • Reflector addin
  • Easy addin extensibility mechanism
  • SharpDevelop for Applications (SDA) allows you to host SharpDevelop in your applications
  • AvalonEdit WPF-based text editor is rehostable to add a programmer's editor to your applications (including code completion!)

In the Source Code Download

  • VC++ project support
  • Mono support
  • Snippet Compiler
  • More Reuse and Extensibility examples

Official Website: http://www.icsharpcode.net/OpenSource/SD/Default.aspx

299 questions
-1
votes
1 answer

Writing C++ GUI Code without Visual Studio

I don’t have Visual Studio for C++ GUI(Because I don’t want to install such a big thing on my pc). And I don’t have any problem with working with some really simple code editor like Sublime Text or Code Blocks IDE for console C++(of course). But the…
InfoDaneMent
  • 326
  • 3
  • 18
-1
votes
1 answer

How to update a form based on a checkbox status

I'm currently trying to code some macros for a software (Revit), and I ran into an issue I do not know how to solve. So I have a windows form with two checkboxes and a list of elements, and I would like that list of elements to be updated depending…
-1
votes
1 answer

Get all the attributes name from a class in C#

I have a class to with name, c_invPrd with following code. public readonly string ITEM_NO = "ITEM_NO"; public readonly string PRD_INDEX = "PRD_INDEX"; public readonly string…
Chan Yoong Hon
  • 1,592
  • 7
  • 30
  • 71
-1
votes
1 answer

not able to use ThoughtWorks namespace after adding a reference of ThoughtWorks.Selenium.core

i have added a Reference of ThoughtWorks.Selenium.core.dll to my project but the project gives me an error while using ThoughtWorks.Selenium.core; Error: The type or namespace name 'ThoughtWorks' could not be found Target Framework: .NET…
-1
votes
1 answer

How do I add an icon to Windows Form in SharpDevelop?

I have already added an icon to the '.exe' file from the Properties Menu in SharpDevelop. But how do I add an icon to the Windows Form (at top-right in the title bar)? Thanks in Advance!
user3188978
  • 119
  • 2
  • 15
-1
votes
4 answers

C# Basic Calculator SharpDevelop Error

I was aiming to create a simple code that takes an input and gives out the square of the number. I used another method for calculation but i think there is an error with the method setting. Please take a look. using System; namespace NumberM { …
Utku Boduroglu
  • 127
  • 1
  • 7
-1
votes
1 answer

Why does SharpDevelop return me this error: Operator '/' cannot be applied to operands of type 'double' and 'System.Numerics.BigInteger'?

I'm a total novice. I've created a C# program on SharpDevelop which uses the BigInteger structure. Here it is: using System; using System.Numerics; using System.Linq; namespace HCC { class Program { public static void Main(string[] args) …
user50746
  • 281
  • 2
  • 4
  • 10
-1
votes
4 answers

Why can't I use "float" instead of "double" in this small C# program on SharpDevelop?

I'm a total beginner. I've just made a small C# program on SharpDevelop that simply calculates the square root of the first few integers. Here it is: public static void Main(string[] args) { int i; XXXXX[] t = new XXXXX[40]; …
user50746
  • 281
  • 2
  • 4
  • 10
-1
votes
1 answer

What is the difference between "Main (String[] args)" and "Main(string[] args)" in C#

What is the difference between public static void Main (String[] args) and public static void Main (string[] args) in C#? I am using SharpDevelop 4.3.1 as the development environment. If I am using string it is highlighted in red but when I am…
Rahul.In
  • 61
  • 9
-2
votes
1 answer

how do I compile in sharp develop (or visual studio)?

Is there a way to compile c# code w/in SharpDevelop (also applies to visual studio)? I am currently using DOS to do it, which seems inefficient. EDIT: In other words, how do I do the equivalent of…
usr951
  • 73
  • 1
  • 6
-2
votes
1 answer

How do I initialize an int with a hexadecimal value?

i want to input public int a=004DF73C; but it is showing an error of ';' expected (CS1002)
-2
votes
2 answers

How to fix "the name ... does not exist in the current context error" in a C# Windows Application?

I made a simple C# app some time ago (as a console app), now I'm making a new version as a Windows Application in Sharpdevelop. I'm pretty new to C# and graphical applications and I got this confusing error. What I want to do: on the UI, I have a…
balu
  • 111
  • 1
  • 8
-3
votes
2 answers

Error "Input string was not in a correct format." Gauss method

I got some trouble with the code and running it. My code: // // TODO: Add constructor code after the InitializeComponent() call. // textBox1.Text=("0.42"); textBox2.Text=("1.14"); textBox3.Text=("-0.71"); …
-3
votes
4 answers

Why is this small C# program on SharpDevelop which uses 'for' loops not working?

I'm a complete beginner. I've written a small C# program on SharpDevelop. Here it is: double i, j; for(i=1; i<=30; i+=(1/60)) { for(j=1+1/60; j<=30; j+=(1/60)) { if(Math.Abs(Math.Log(i)/Math.Log(j)-0.63092975357)<=0.00001) …
user50746
  • 281
  • 2
  • 4
  • 10
1 2 3
19
20