What does 'managed' mean in the .NET context?

Questions by Srikanth   answers by Srikanth

Showing Answers 1 - 3 of 3 Answers

saravanan s

  • Sep 24th, 2005
 

The executed by the CLR environment it is called Managed Code, which can provide security, Exception Handling and Memory Management (Garbage Collection). Provide Type Safe.

It becomes light weighted code.

  Was this answer useful?  Yes

bala

  • Nov 12th, 2005
 

It means while compilation activated and deactivated by garbage collection.

that's why vb.net, and c# .net are managed code..

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions