What is Manage code in .NET framework.
Munesh Sharma
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.