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.
精彩评论