1
Reply

What is managed code and unmanaged code ?

Ravikumar G

Ravikumar G

May 13, 2013
985
0

    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++...

    Sasi Kala
    December 03, 2013
    0