开发者

Microsoft.Net intermediate code in linux or Mac

开发者 https://www.devze.com 2022-12-13 23:56 出处:网络
I am working in c#.Net. Is there any way to make .Net application plateform independent? So that I can run开发者_开发知识库 it to any OS. Kindly give me some guideline. Thanks in advance.You should ta

I am working in c#.Net. Is there any way to make .Net application plateform independent? So that I can run开发者_开发知识库 it to any OS. Kindly give me some guideline. Thanks in advance.


You should take a look at Mono:

An open source, cross-platform, implementation of C# and the CLR that is binary compatible with Microsoft.NET


You could also take a look at dotgnu portable.net, the little known alternative to Mono.

0

精彩评论

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