|
2
|
|
|
Mono does some things the .Net doesn't. For example, mono supports static linking so that you can build, compile, and distribute your app without requiring a separate run-time installer.
.Net does some things that mono doesn't. So if you want an app that will also work on mac/linux you probably want to develop for mono first, even if you're doing the work on windows.
|
|
|
|
1
|
|
|
Mono does some things the .Net doesn't. For example, mono supports static linking so that you can build, compile, and distribute your app without requiring a separate run-time installer.
.Net does some things that mono doesn't. So if you want an app that will also work on mac/linux you probably want to develop for mono first, even if you're doing the work on windows.
|
|
|