PDA

View Full Version : Programming IDE like Visual Studio 2005 C#



JsPr
November 18th, 2005, 06:45 PM
Hi,
I have been using Linux for several years and I have tried to learn programming as a hobby several times. I have tried a lot of languages but need to have something that´s easy to learn and use since I´m not doing this professionaly.
I have been using the latest Visual Studio 2005 Express Edition and it looks like a winner to me. My problem is that I really would like to use a similar IDE that is easy to use but works with Linux. As of now I´m stuck in the windows world and would like some advice about how to get back to Linux. I really need something simple!
No flames please. If I can I´ll gladly return to Linux. Please advice.


Regards

Jesper

mgor
November 18th, 2005, 08:53 PM
Eclipse is great for Java, C/C++ and it have plugins for python (probably more languages aswell).
I've never seens Visual Studio, so i can't say if they're some what alike.

KLineD
November 18th, 2005, 09:05 PM
Assuming you are using Visual Studio .NET to do C# programming, you can do C# programming with Eclipse also. In windows all you need is eclipse of course, the free C# command line compiler and a C# plugin for eclipse.

In Linux I think there's monodevelop but I have never seen it.

mostwanted
November 18th, 2005, 09:16 PM
Monodevelop is (at least in its Ubuntu version) extremely buggy and not ready for ordinary use. I do have my hopes up for it, though!

public_void
November 18th, 2005, 09:34 PM
You can download gtk# libraries and runtime for VS here (http://forge.novell.com/modules/xfmod/project/?gtks-inst4win), to create cross platform programs.

Drakx
November 19th, 2005, 12:10 AM
Hi,
I have been using Linux for several years and I have tried to learn programming as a hobby several times. I have tried a lot of languages but need to have something that´s easy to learn and use since I´m not doing this professionaly.
I have been using the latest Visual Studio 2005 Express Edition and it looks like a winner to me. My problem is that I really would like to use a similar IDE that is easy to use but works with Linux. As of now I´m stuck in the windows world and would like some advice about how to get back to Linux. I really need something simple!
No flames please. If I can I´ll gladly return to Linux. Please advice.


Regards

Jesper

Sorry mate but your in windows till such a time that you can find a alternative ;) which i highly dowt you will, I know what you mean the new VS is grate :) and im doing more in windows with the new vs 2005 Pro than i have ever done!

Not a lot of help but at least you know your not alone ;)

ember
November 19th, 2005, 01:50 AM
I would advise you to stay with Windows for C# development or try eclipse. MonoDevelop is not much of a help at the moment.

toon
November 19th, 2005, 04:05 AM
May I suggest KDevelop (http://www.kdevelop.org/)?

baRRacuda
November 19th, 2005, 11:36 AM
For windows, i'd advise SharpDevelop (http://www.icsharpcode.net/opensource/sd/) for C# as a free platform (and so similar to VS .Net 2003 )

For linux, i think Mono is not "ready" yet.
If you are interested in Java programming (it's similar to C#) try Eclipse + Visual Editor plug - in. With these you can easily design GUI's and code. As mentioned above, Eclipse has plug-ins for many other languages. For Java, NetBeans is another good choice.

m87
November 19th, 2005, 02:10 PM
For windows, i'd advise SharpDevelop (http://www.icsharpcode.net/opensource/sd/) for C# as a free platform (and so similar to VS .Net 2003 )

For linux, i think Mono is not "ready" yet.
If you are interested in Java programming (it's similar to C#) try Eclipse + Visual Editor plug - in. With these you can easily design GUI's and code. As mentioned above, Eclipse has plug-ins for many other languages. For Java, NetBeans is another good choice.

mono IS ready and fully working, it supports the whole 1.2 .NET spec and it's about to fully support C# 2.0. what's NOT perfectly working yet is MonoDevelop, as stated, but anyway... emacs + [if you like] glade + other stuff should do the trick :)

eclipse is fine but it's bloody heavy and still not the right choice for C# programming, anyway should be a good idea for everything else ~ although i don't like IDE's

marco

baRRacuda
November 19th, 2005, 05:55 PM
mono IS ready and fully working, it supports the whole 1.2 .NET spec and it's about to fully support C# 2.0. what's NOT perfectly working yet is MonoDevelop, as stated, but anyway... emacs + [if you like] glade + other stuff should do the trick :)

eclipse is fine but it's bloody heavy and still not the right choice for C# programming, anyway should be a good idea for everything else ~ although i don't like IDE's

marco
yeah, i meant MonoDevelop :) ... and yeah, as it's coded in Java, Eclipse is really heavy, but a good IDE...

MaherG
January 6th, 2006, 09:31 PM
You can try X-Develop

http://www.omnicore.com/xdevelop.htm

Maher