Linked by Thom Holwerda on Sun 25th Mar 2007 17:44 UTC, submitted by suka
Permalink for comment 224521
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-22
Should they step further into that Microsoft shit - sorry, but that's what it is - I'll switch to KDE
The only connection between Gnome and mono is the GTK# bindings. mono is a cross language runtime and particular bindings for a GUI api are just a side show. You are only tied to Microsoft via mono if you use a Microsoft api such as Windows Forms or ASP.NET. If you use GTK#, Cocoa# or KDE's Qyoto/Kimono bindings (that I work on), you are only tied to the C# language and other CLR languages. The CLR is an ECMA standard, whereas Windows Forms isn't, so please separate issues about using Microsoft specific GUI's from using mono as a basis for implementing interesting non-Microsoft apis via bindings.