I have an application coded from Visual C# Express 2008. I want to port that application to a Mac OS X *.app and a Linux application. How do I go about doin
You need to use the Mono project which supports all these platforms. You may need to re-work your project to deal with any Windows specific code or features specific to the MS .net implementation.