I read many questions on running .net code with mono but i always end up with the same question. I'm building a new app right now, so i better start straight and take the good direction:
Can i develop an app within Visual C# Express or Visual Basic Express, compile it from the Microsoft environment using the compilers they have and run that application using MONO on linux.
Or do i have to work with the mono compiler from scratch (or convert my MS project afterwards to mono) to be able to use my .net apps using the Mono framework on linux.
Linux/Mac support is not really a must for my app development, but i'd like to get it straight off the start.
Thanks
Regarding the apis:
i'm using WinForms, Encryption, Globalization, SQLClient but thats probably all, is there anything you Mono experts out can tell me NOT to use off the start.
Oh and i use the My namespace for all sorts of things such as getting the computer name, logged on user name, resources, settings, etc...