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

How to handle error while project running on live

2 Answers  


What are different types of directives in .NET ?

1 Answers  


What kind of data can be stored in viewstate?

0 Answers  


What is HTTP MODULE & HTTP HANDLERS in ASP.NET? How a developer can utilize in the application? Please provide example.

1 Answers   IBM,


What the use of Form Authentication and windows Authentication?

1 Answers   NetCity, TCS,






Why cyclomatic complexity is important?

0 Answers  


What is the use of placeholder control? Can we see it at runtime?

0 Answers  


Explain the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


When maintaining session through sql server, what is the impact of read and write operation on session objects?

0 Answers  


Mention the execution process for managed code?

0 Answers  


Why is validation always done on the server? When does that occur?

2 Answers  


what are the different ASP.NET Application Folders?

1 Answers   Wipro,


Categories