开发者

how to run c#4.0(visual studio 2010) windows desktop application in linux?

开发者 https://www.devze.com 2023-02-12 01:33 出处:网络
I want to run c开发者_JAVA百科#4.0 windows Desktop application in linux?Please anybody having idea share with me...

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

0

精彩评论

暂无评论...
验证码 换一张
取 消