Quote:
Quote:
With C# you are pretty much stuck with MS Windows...

There is Mono, for all your cross platform C# needs, no?


There certainly is and it works well, for non-UI stuff at least. I took all my backend C# code from a five month Windows project and it ran perfectly under Mono on OS X. The code had plenty of file IO, XML mangling and HTTP calls which all worked on OS X without even having to recompile.

They are also making good progress on the WinForms side of things now, so my Windows UI code would probably also work on OS X now (though I haven't tried it).
_________________________
Remind me to change my signature to something more interesting someday