Forgot your password?
typodupeerror

Comment Re:How cross-platform (Score 2, Informative) 340

I do c# development at work (largely for the windows.forms gui code, most server side is c++).

I took a console application that used network sockets, timers, and was completely multithreaded that I had compiled using microsoft's c# compiler, and copied it to a linux server (no recompile).

Fired up mono ... it worked flawlessly, first time. I was impressed.

Slashdot Top Deals

Why be a man when you can be a success? -- Bertolt Brecht

Working...