what is better for linux/macOSX development?
DotGNU or Mono?
Printable View
It looks like mono is more active and featured more since it supports 64-bit apps . You might also benefit from this link :
http://www.vbforums.com/showthread.php?t=332430
thanks
i think i will try Mono for a while.
wow the dotGNU screenshots look l33t:D
sorry to bump up your thread but I'm curious
last time I looked up mono I thought it doesnt support winForms.
Do these two frameworks now support windows forms? Say if you write a simple app with vs.net that just shows a bunch of forms with some basic controls on them, can you just port that to linux using any of those two frameworks? or do they not fully support system.windows.forms?
from what i've heard, they should...
but don't get upset if i'm wrong on this.
hah sounds cool
have you tried running a .net app thats written for windows in linux?:D is it supposed to work smoothly?
it should all work unless you are using OS specific code (eg. WinAPI functions) or a specific .NET class is not supported by Mono (not likely).