Question:
What does 'managed' mean in the .NET context?
Answer:
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. Source: CoolInterview.com
The code which are all run under the CLR(Common Language Runtime) is called managed code. The code which starts with unsafe doesn't run under CLR, called unmanaged code.
managed code is the safe code that couldnot make any harmful activities knowingly or unknowingly to the developer.
managed code is the secured harmless code without the developers knowledge. Source: CoolInterview.com
Answered by: A.Mathiyazhagan | Date: 11/14/2007
| Contact A.Mathiyazhagan
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|