vote up 11 vote down star
1

What are my options? I tried MonoDevelop over a year ago but it was extremely buggy. Is the latest version stable a stable development environment?

flag

54% accept rate
I don't want to be a total downer, but have you downloaded it and given it a try? With the plethora of free ways to run linux for free on your machine, I hope you can come back and answer this question – casademora Sep 30 '08 at 0:53
I don't understand your question. Yes, I have a stable Linux installation. Yes, I have tried an older version of MonoDevelop (as I indicated in the question) Are you asking if I have tried every available C# compatible IDE? – ilitirit Sep 30 '08 at 1:15
You could download the latest build and try it again....a year is a long time. – Kev Sep 30 '08 at 3:25
I'm asking about what SO recommends, not just MonoDevelop, and it's not very wise to start a project only to find out a few weeks later that the IDE doesn't support X,Y,Z or that it crashes when you use a certain construct. – ilitirit Sep 30 '08 at 9:37

7 Answers

vote up 4 vote down

I would recommend X-develop from Omnicore. Very good IDE, if only it free for more than 30 days.

link|flag
That looks pretty good if it works as well as advertized. Thx for the link. – mattlant Sep 30 '08 at 16:51
Works well. And there's a way around the 30 day limit - just delete the files and directories it creates in your home dir. – skolima Oct 6 '08 at 14:54
vote up 4 vote down

MonoDevelop 2.0 has been released, it now has a decent GUI debugger, code completion, intellisense c# 3.0 support (including linq), and a descent GTK# Visual Designer.

In short, since the 2.0 release I have started using mono develop again and am very happy with it so far.

Check out the MonoDevelop website for more info.

link|flag
vote up 3 vote down

Monodevelop
There are 2 versions around:

  • 1.0: the currently stable version. It is indeed stable, but somewhat limited in its capabilities. It's very good for smallish projects. I got it via the ubuntu hardy repos.

  • 2.0RC (aka 1.9.x) you can get it via SVN and compiling. The process is quite straightforward, and you can run it without installing (via make run). It's somewhat less stable than 1.0, but it depends on which build you get (it's a development snapshot). Regarding capabilities, it is great. It has refactoring, profiling, tons of plugins, etc.

link|flag
vote up 1 vote down

I used MonoDevelop a while ago, and it was fine. It's not anywhere near as good as Eclipse or NetBeans are for Java development, but those are really in a class of their own. And I think the only real alternative is using emacs or vim...

It's fairly polished. Stability really wasn't an issue. Simple code-completion is there, as is jumping to to declaration, super-class and the extremely useful find references. Debugging isn't there, though, which is a fairly glaring omission. I actually spent a couple of minutes trying to set up a breakpoint until it dawned on me that there isn't even a way to "Debug..." instead of "Run..."

link|flag
vote up 1 vote down

Have you looked at SlickEdit? I thought it was pretty good several years ago when I was developing C++ apps on Linux. It says it supports C#, but I cannot comment as to how well. I was happy to use it for my C++ development, though.

link|flag
vote up 1 vote down

There is a C# binding for Eclipse, though I haven't tried it personally, so I can't vouch for it. I use MonoDevelop, which isn't perfect, but works reasonably well for the most part. The version included in Ubuntu 8.04 (Hardy Heron) is much more stable than the Gutsy Gibbon version.

link|flag
I believe the C# bindings for eclipse are not maintained anymore and were not that good anyways. – EricSchaefer Oct 5 '08 at 7:59
vote up 0 vote down

Is the latest version stable a stable development environment?

Probably ... it hit 1.0 this past spring.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.