3
Reply

What is Manage code in .NET framework.

Munesh  Sharma

Munesh Sharma

14y
5k
0
Reply
    Managed code is Microsoft has provided 66 languages those are are managed code and unmanaged code non other Microsoft languages
    The code for which MSIL/IL(microsoft Intermediate Language) is available between Language Compiler and CLR(Common Language Runtime) is known as Managed Code
    We call manage code if it is running under any framework. In manage code programer not bother about how to manage memory visual studio manage for us.