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 / alb.shah

A code that executed under the instructions of CLR is called
managed code.
A code that execute without the instruction of CLR is called
unmanaged code.

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 ?    9 Yes 1 No

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

Answer / malli

The Code Is Excuted With The Help of CLR that is managed code
The code is not excuted with the help of CLR and Excuted with the help of OS that is Unmanaged code

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is difference between View State and Hidden Field in ASP.NET?

0 Answers  


hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.

0 Answers  


How Session use Cookies in State Management?

0 Answers  


What is an example of an application service provider?

0 Answers  


What is application Object?

0 Answers   Infogain,






what is shared assembly?

2 Answers   Microsoft,


What is is post back property in asp net?

0 Answers  


What is asp.net with mvc? : Asp.Net MVC

0 Answers  


explain store procedure and trigger

3 Answers  


can any one tell about web services?

5 Answers  


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

0 Answers   Siebel,


How do you define authentication in Web.Config?

2 Answers   Accenture, BirlaSoft, IBM,


Categories