[Mono-list] Strange exception in Winforms app

Edward Ned Harvey (mono) edward.harvey.mono at clevertrove.com
Tue Apr 29 10:57:19 UTC 2014


> From: mono-list-bounces at lists.ximian.com [mailto:mono-list-
> bounces at lists.ximian.com] On Behalf Of Baltasar García Perez-Schofield
> 
> 	I guess what the "answer" to this e.mail is going to be.

I think the generally accepted wisdom is don't use winforms.  The GUI experience on every platform is different - you should design your backend code separately from your GUI code, so you can easily slap on a new GUI in different platforms.  Personally, I'll be glad when X11 is finally dead and gone (as it almost is now.)  And winforms is based on X11.  So...  I think for mac, use Xamarin.Mac, and for linux, I think use Qt.


More information about the Mono-list mailing list