What is the difference between managed and unmanaged code?

Answers were Sorted based on User's Feedback



What is the difference between managed and unmanaged code?..

Answer / anil

Program written in any .net compatible language will go for
compilation for 2times.
In the first compilation of the program, the language
compiler will generate MSIL code which is the managed code. &

the code generated after the second execution ie by the CLR
is called unmanaged code which is machine understandable and
not by the user.

Is This Answer Correct ?    14 Yes 19 No

What is the difference between managed and unmanaged code?..

Answer / prabhat

Managed code are execute by CLR,
Unmanaged code are use wrapper class,

Is This Answer Correct ?    8 Yes 15 No

Post New Answer

More Dot Net Framework Interview Questions

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  


What is mapping in entity framework? : Entity framework

0 Answers  


What is html.renderpartial?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


How does work clr?

0 Answers  






What is work of clr?

0 Answers  


Explain the tools used for unit testing in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


What is the difference between using system.net and system.net.sockets?

1 Answers  


Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?

0 Answers  


What are the ways to deploy an assembly?

3 Answers  


can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?

1 Answers   TCS,


What are the components required to create a route in ASP.Net MVC?

0 Answers  


Categories