What does managed mean in the .NET context?

Started by beingchinmay, 01-17-2017, 00:41:00

Previous topic - Next topic

beingchinmayTopic starter

Managed code is the code that run in the CLR environment. The manage code doesn't make any harm to the programmer knowingly or unknowingly. IT is a secured code.


Lishmalinyjames

The . NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. Such code is called managed code. Managed data: This is data that is allocated and freed by the . NET runtime's garbage collector.


saravanan28

Managed code: The . NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. ... Such code is called managed code. Managed data: This is data that is allocated and freed by the . NET runtime's garbage collector.
  •  

Lishmalinyjames

Managed code: The . NET framework provides several core run-time services to the programs that run within it - for example exception handling and security.  Such code is called managed code. Managed data: This is data that is allocated and freed by the . NET runtime's garbage collector.