Coding & Programming > ASP Forum
What does managed mean in the .NET context?
(1/1)
beingchinmay:
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.
Navigation
[0] Message Index
Go to full version