Linked by David Adams on Thu 29th Sep 2011 23:47 UTC, submitted by lucas_maximus
Thread beginning with comment 491305
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Win.Forms has been deprecated even on its native platform so I don't see a problem here.
C ABI have been proven incapable as a system interface for modern OSes. No leading GUI platform on the market plans to continue to use it for core app framework libs in the long term. Simply having C as lowest common denominator doesn't cut it any more.
OSS developers haven't managed to create successful system wide managed OO api/abi on their own so the choices here are limited to either .Net or .Java.
Both are IP encumbered, but the track record of Java is currently worse than .Net (Oracle bullying), not to mention its runtime much less modern than CLR.





Member since:
2007-09-23
Do don't use WinForms when you write Mono apps then.