I have a very limited knowledge for Linux/Ubuntu platform. There are some requirements coming though for me to deploy a version of our desktop application on either of the above platforms.
With the context, I have the following queries in my mind:
- Could the same code can run on windows using the MONO/MONO IDE and I can compile the output to the OS specific?
- OR assuming there are certain changes I must make to run them on different OS, what could be the best way to deploy it on Linux/Ubuntu?
- OR Is it possible to keep the same code under windows development, however can be deployed on Linux/Unix environment?