how to run c#4.0(visual studio 2010) windows desktop application in linux?
I want to run c开发者_JAVA百科#4.0 windows Desktop application in linux?Please anybody having idea share with me...
Saravanan.P
The only way to run C# code on linux is to use the Mono project: http://www.mono-project.com/Main_Page
But maybe all the Framework 4.0 is not yet ported. You have to test to compile your application against Mono.
Hope this helps.
Search for "Cross-Platform" procedure. It will help you.
Use the Visual Studio .NET IDE and Grasshopper to Deploy .NET Apps on Linux!
http://dev.mainsoft.com/Default.aspx?tabid=45
精彩评论