copy code,drag or close
Managed Code refers to code that runs in a managed memory environment, meaning allocations, de-allocations and memory manipulation of the stack and heap are not under the direct control of the runtime code created by developers.
This means that developers do not need to concentrate on or continually refer managing the available memory, instead they are able to spend the majoity of their time concentrating on the application logic and detailed coding they are building.