vote up 2 vote down star
1

I'm going to try c# on my linux box.... Do you recommend SharpDevelop as IDE or just a notepad + compiler?

tnx Alberto Berengo

flag
@Alberto Berengo: Are you going to run it emulated with Wine in your Linux box? – Spoike Jan 16 at 16:18
Good question +1. Related question for Mac here:stackoverflow.com/questions/413820/… – Kb Jan 16 at 16:24

8 Answers

vote up 0 vote down

If its just syntax highlighting and basic things you can go here and see what emacs has to offer. It never hurts learning Vim / Emacs if you are a *nix user

link|flag
vote up 1 vote down

A lot of people, even at Microsoft, wind up using emacs with csharp-mode. If you're productive with emacs, use it! if not, go with the IDE. notepad is not an option.

link|flag
vote up 0 vote down

MonoDevelop, and its default solutions files are the same as Visual Studio, so here you go, portability of your dev environments

link|flag
vote up 2 vote down

I would install virtual machine software and put XP on there. Visual Studio 2008 (Even Express) is an unbeatable IDE.

If you can get a copy of Visual Studio 2008 Professional (Almost Free with DreamSpark program) then your productivity even in a virtual machine will be higher than using MonoDevelop.

link|flag
VM to recommend? – Kb Jan 16 at 16:32
I've never used it, but KVM (en.wikipedia.org/wiki/Kernel-based_Virtual_Machine/…) with something like Proxmox seems to be fairly standard. – Robert Venables Jan 16 at 16:37
Sun xVM (sun.com/software/products/…) looks like it would be the easiest way to go – Robert Venables Jan 16 at 16:42
vote up 1 vote down

use MonoDevelop, the best IDE for .NET on *nix

link|flag
vote up 1 vote down

SharpDevelop is tied to windows MonoDevelop is fork than works on Linux (actually it's tied linux)

link|flag
"MonoDevelop is a port of SharpDevelop that works on Linux" – StingyJack Jan 16 at 16:19
vote up 3 vote down

Definitely go MonoDevelop. Visual Studio is a big part of the C# / .Net "programming experience". If you code it notepad you're not going to get the same feel.

link|flag
Joel, Are you editing without "editing". I swear that your post said "SharpDevelop" a second ago... – StingyJack Jan 16 at 16:23
I think there is a grace period in which edits can be made without creating a separate revision. – William Brendel Jan 16 at 16:25
Thanks, my eyes are bad but its good to know they arent that bad yet. – StingyJack Jan 16 at 16:29
It did say sharpdevelop: I don't know why the revision doesn't show. – Joel Coehoorn Jan 16 at 16:44
vote up 4 vote down

Mono is probably better for you. There is no information about porting it for use with linux, and this post states that they have little interest in doing it also.

link|flag

Your Answer

Get an OpenID
or

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