Niranjan Maharana
Is .Net a platform independent language ? If yes then why ?
By Niranjan Maharana in C# on May 07 2013
  • Veerabhadraswamy  S
    Aug, 2014 12

    Yes. .Net is platform independent. Code written using any language is compiled into MSIL which is executed by CLR(common language runtime). MSIL is not machine dependent. But, Microsoft has written CLR for only windows. If CLR is available for other platforms, .net code can be executed on other platforms.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS