PDA

View Full Version : Visual C# Express


iAlta
April 2nd, 2006, 05:14 AM
Is there any Visual C# Express-ish thing for Ubuntu?

localzuk
April 2nd, 2006, 05:55 AM
Take a look at 'mono' - there are packages in the repositories. And also http://www.mono-project.com/ for more information about it.

It is a open source implementation of the C# programming language - but does not have complete implementations of all the windows c# API's - such as Windows.Forms etc...

iAlta
April 2nd, 2006, 09:04 AM
Danke für!