I read a lot of questions about running .NET code with mono, but I always end up with the same question. Now I am creating a new application, so it is better to start directly and adhere to a good direction:
Can I develop the application in Visual C # Express or Visual Basic Express, compile it from the Microsoft environment using the compilers they have, and run this application using MONO on Linux.
Or I need to work with a monocompiler from scratch (or convert my MS project subsequently to mono) in order to be able to use my .net applications using Mono on linux.
Linux / Mac support is not really required to develop my application, but I would like to get it from the very beginning.
thank
Regarding apis:
I use WinForms, Encryption, Globalization, SQLClient, but maybe everything, is there anything that you Mono experts can tell me NOT to use from the very beginning.
Oh, and I use the My namespace for all kinds of things, such as getting a computer name, username, resources, settings, etc ...
source
share