开发者

Is there any method for making intermediate code of application platform independent?

开发者 https://www.devze.com 2022-12-14 20:08 出处:网络
I just want to convert my .NET application to linux application is it possible that the MSIL is convert开发者_高级运维ed to any machine code like apple intel etc. or can be executed on any os independ

I just want to convert my .NET application to linux application is it possible that the MSIL is convert开发者_高级运维ed to any machine code like apple intel etc. or can be executed on any os independent of architechture.


Mono is the way to run .NET code on other platforms other than Windows.

The Mono folks maintain a basic guide for cross-platform .NET development here: http://www.mono-project.com/Guidelines:Application_Portability


MSIL(CIL) is already platform-independent.

You'll probably want to have a look at Mono.

0

精彩评论

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