show/hide this revision's text 2 added 1 characters in body

If you want to develop a cross-platform application in C#, then using Microsofts Microsoft's implementation is not the smartest thing, as there is no fully compatible alternative for other platforms.

So using Mono on Windows to develop applications ensures that you'll have little trouble porting it to other OS (provided you avoid other pits such as P/Invoke).

show/hide this revision's text 1

If you want to develop a cross-platform application in C#, then using Microsofts implementation is not the smartest thing, as there is no fully compatible alternative for other platforms.

So using Mono on Windows to develop applications ensures that you'll have little trouble porting it to other OS (provided you avoid other pits such as P/Invoke).