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

Is post back in asp.net?

0 Answers  


What is repository pattern in mvc.net? : asp.net mvc

0 Answers  


Differentiate strong typing and weak typing

0 Answers  


Difference between .NET and previous version?

0 Answers   Microsoft, TIPL,


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

0 Answers  






What is the difference between Server.Transfer and Response.Redirect?

5 Answers  


Uses of CLR ?

2 Answers   Mind Tree, PH Software, TCS,


Can you use c# without .net?

0 Answers  


what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control?

6 Answers   iSoft,


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


What is difference between view state and session state?

0 Answers  


How does session state work in asp.net?

0 Answers  


Categories