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

How .net assemblies are registred as private and shared assembly ?

2 Answers   Infosys, MMTS,


Why to use html.partial in mvc?

0 Answers  


What is the use .glimpse in mvc?

0 Answers  


Where are the routing rules defined in an asp.net mvc application?

0 Answers  


What is partialview in asp.net mvc?

0 Answers  






what is entity data model?

0 Answers   Microsoft,


What are action filters?

0 Answers  


How to create an alias name for a namespace?

4 Answers   IBM,


What's the access level of the visibility type internal ?

1 Answers  


What is the difference b/w constant & read only variable?

4 Answers   IMI Soft Engineering,


What is Layout in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?

0 Answers  


Categories