Ravikumar G
What is managed code and unmanaged code ?
By Ravikumar G in ASP.NET on May 13 2013
  • Sasi Kala
    Dec, 2013 3

    The code that runs under the control of CLR are Managed code which generates IL instead of machine language, Eg : C#, VB.NET, J#. The code that runs outside CLR or under the control of OS are Unmanaged code, Eg: C, C++...

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS