c# – ASP.Net平台是否独立?

前端之家收集整理的这篇文章主要介绍了c# – ASP.Net平台是否独立?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在最近关于Silverlight和SilverLight优于ASP.NET的讨论中,提出ASP.NET不是平台独立的,而Silverlight则是.这到底是什么意思呢 ?是/不是ASP.NET平台独立的?

解决方法

这是我在搜索时从网站获得的

ASP.NET is not a language in itself rather a web technology that uses .NET programming languages to build dynamic web sites and web applications. I suppose the question is if .NET is platform-independent?

My answer would be ‘currently,no’. .NET is slowly catching up but it is still way to go before it become platform independent. The framework works only on WINDOWS at present and not on other OS. I would say it is language independent. That is to say any language targeting CLR can be used to write code for applications.

A new project called MONO is in works which will allow the .NET framework to be installed on LINUX but there’s no official support from MS on this as of now.

猜你在找的C#相关文章