I have built a Windows Form Application GUI on Microsoft Visual Studio. May I know what are the steps needed to run my application in Linux Environment? Thanks in advance!
Have you done some research about Mono? Few things that you need to know :
First analyze your code using MoMA (Mono Migration Analyzer)---
http://www.mono-project.com/docs/tools+libraries/tools/moma
Warning: LINUX uses "/" as directory separator while Windows uses "\".
More info :
http://www.mono-project.com/