difference between managed code and unmanaged code ?

Answer Posted / vasanth

Managed Code:
The code which is running under the control of CLR is called Managed Code.
UnManaged Code:
If we are using some third party tools, then those code will not be under the control of CLR is called UnManaged code.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write one code example for compile time binding and one for run time binding? What is early/late binding?

594


What is the size of a decimal?

611


Can abstract class be sealed in c#?

462


What is a linked list c#?

496


How many bytes is an int c#?

486






What is the difference between a constant and a static readonly field?

517


can you create a function in c# which can accept varying number of arguments

591


What is difference between override and new in c#?

502


What floating point types is supported in C#?

587


How do I create a multilanguage, single-file assembly?

490


What is int32 in c#?

487


What is the difference between string and string in c#?

463


What is array and its types in c#?

515


What is the default value of string in c#?

552


Does google use c#?

505