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 do you define authentication in Web.Config?

2 Answers   Patni,


What is the differances between a abstract calss and interface

2 Answers   Patni,


What does mvc represent in asp.net? : asp.net mvc

0 Answers  


Explain the difference between array and linkedlist?

0 Answers  


Does google crawl redirects?

0 Answers  






How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


What is page request in asp.net?

0 Answers  


How to use push notification?

0 Answers   MCN Solutions,


With example & diagram explain AutoPostBack.

2 Answers  


What is the difference between client-side and server-side validations in ASP.NET?

0 Answers   Sans Pareil IT Services,


What are different types of directives in .NET ?

1 Answers  


What is query string with example?

0 Answers  


Categories