PDA

View Full Version : Programming with C# in Ubuntu?


L150
August 5th, 2005, 11:21 PM
Hello,
I program using C# , and was wondering wether it is possible to install the .net framework on to ubuntu HH? If not can you reccommend a programming language that Linux developers use for around the same purposes.
regards L150

NoTiG
August 5th, 2005, 11:54 PM
Google Mono

tom-ubuntu
August 6th, 2005, 02:13 AM
I am a c# developer aswell. Just installed monodevelop yesterday, to check the progress on this IDE. What I reckognized immediately, is, how unstable it still is. Just moved around some windows within the IDE and hat 3 crashes within 5 minutes. Do not move around anything. More I can't tell you know ;)

I will try to port an applicatin from .Net to mono and see how good it will work.

L150
August 6th, 2005, 05:28 PM
Hello,
Thank you for your help greatley appreciated.
I have heard a lot of people also say that mono is unstable after i found out what it was called from you, they seemed to insist I wait on a more stable release of the application what would you reccomend? Regards L150

Gnobody
August 6th, 2005, 05:57 PM
In the meantime Python is a GREAT easy to learn powerful alternative. www.python.org (http://www.python.org)

varunus
August 6th, 2005, 06:00 PM
What you guys should do is enable the hoary backports repositories as described here:
http://www.ubuntuguide.org/#extrarepositories

Then, install mono. This will get you the much newer 1.1.7 version instead of the 1.0.X version in Hoary. The new mono is MUCH stabler; I was able to get some programs written using monodevelop (though I prefer not having an IDE in some cases, so I just use gedit with C# highlighting and mcs in a terminal to compile).

tom-ubuntu
August 7th, 2005, 07:31 AM
Hello,
Thank you for your help greatley appreciated.
I have heard a lot of people also say that mono is unstable after i found out what it was called from you, they seemed to insist I wait on a more stable release of the application what would you reccomend? Regards L150
No, I did NOT say that Mono is unstable. Mono is rock solid, excellent work. But monodevelop is unstable currently. That's a different thing. But keeping in mind, that monodevelop is still at its beginning, it is ok for me. I will continue to test with it, I really think this is an IDE linux really need.

mostwanted
August 7th, 2005, 03:42 PM
No, I did NOT say that Mono is unstable. Mono is rock solid, excellent work. But monodevelop is unstable currently. That's a different thing. But keeping in mind, that monodevelop is still at its beginning, it is ok for me. I will continue to test with it, I really think this is an IDE linux really need.

Agreed. Monodevelop is horrible, at least the version included with Ubuntu (and/or backports) is.

tom-ubuntu
August 8th, 2005, 04:54 AM
It is just at a early stage. If you have a look at SharpDevelop, Monodevelop is a port of this, I am really looking forward for a stable version. It has a lot of nice features. Hope they will have time to implement most of the stuff.

L150
August 9th, 2005, 11:21 AM
In the meantime Python is a GREAT easy to learn powerful alternative. www.python.org (http://www.python.org)

Thanks but i'll pass :) IMO python sucks ...

L150
August 9th, 2005, 11:22 AM
It is just at a early stage. If you have a look at SharpDevelop, Monodevelop is a port of this, I am really looking forward for a stable version. It has a lot of nice features. Hope they will have time to implement most of the stuff.

Yes i think it will be great when there is a stable version of mono, as sharp develop is also competing against VS.net if mono can pull this off for linux i think a lot more pepole with convert to linux imo. regards L150

tom-ubuntu
August 12th, 2005, 06:01 AM
Yes i think it will be great when there is a stable version of mono, as sharp develop is also competing against VS.net if mono can pull this off for linux i think a lot more pepole with convert to linux imo. regards L150
But they really need to hurry up; Visual Studio 2005 is around the corner. MS improved a lot, everything looks much more nice, more integrated.

SharpDevelop has many nice features implemented in the standart installation, but most of these plugins are also available for VS.net. And, I am wrong, or is there no integrated debugger in SharpDevelop? Just tried to set a breakpoint, like in VS.net, but didn't work.....

David Marrs
August 13th, 2005, 03:48 PM
But they really need to hurry up; Visual Studio 2005 is around the corner. MS improved a lot, everything looks much more nice, more integrated.

SharpDevelop has many nice features implemented in the standart installation, but most of these plugins are also available for VS.net. And, I am wrong, or is there no integrated debugger in SharpDevelop? Just tried to set a breakpoint, like in VS.net, but didn't work.....
You know MonoDevelop is written in C#, and you're a C# programmer, so... ;)

tom-ubuntu
August 13th, 2005, 04:16 PM
You know MonoDevelop is written in C#, and you're a C# programmer, so... ;)
You got me ;) Honestly, if I would have the time, it would be very interesting in helping out there, it is a very interesting project. But: I am working on other projects already, sport a little bit more intensive then most people, and there is also my family. So my day is more or less booked. Excuse enough? ;) But trying to help out the Ubuntu community as much as possible here in this forum. Puuhhh, it is getting personal here :grin:

David Marrs
August 14th, 2005, 08:17 AM
sorry, I couldn't resist :)