Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?



Describe the advantages of writing a managed code application instead of unmanaged one. What's ..

Answer / kirti

"Advantage includes automatic garbage collection,memory management,security,type checking,versioning

Managed code is compiled for the .NET run-time environment. It runs in the Common Language Runtime (CLR), which is the heart of the .NET Framework. The CLR provides services such as security,

memory management, and cross-language integration. Managed applications written to take advantage of the features of the CLR perform more efficiently and safely, and take better advantage of developers existing expertise in languages that support the .NET Framework.

Unmanaged code includes all code written before the .NET Framework was introduced�this includes code written to use COM, native Win32, and Visual Basic 6. Because it does not run inside the .NET environment, unmanaged code cannot make use of any .NET managed facilities."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Explain what is asp.net mvc?

0 Answers  


What is attribute routing in mvc?

0 Answers  


can i change web.config settings from iis?

1 Answers   HCL, ReadySoft, Wipro,


What does CLR do as soon as an assembly is created ?

2 Answers   MMTS,


What is poco proxy? : Entity framework

0 Answers  






Can I uninstall microsoft .net framework?

0 Answers  


What is MSIL, IL, CTS?

13 Answers  


What is .net architecture and framework?

0 Answers  


Why to use html.partial in mvc?

0 Answers  


How many .NET languages can a single .NET DLL contain

1 Answers  


What is NonActionAttribute ?

0 Answers   Cognizant,


What is the importance of NonActionAttribute?

0 Answers  


Categories