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

In which way you can convert a value-type to a reference-type?

730


Is the following code legal?

784


How to exclude a property from xml serialization?

797


What is difference between struct and class in c#?

706


What are value types and reference types?

801


What is the role of the datareader class in ado.net connections?

723


Explain async and await?

924


What is sqldatareader c#?

685


What is call back method?

730


If you want to convert a base type to a derived type, what type of conversion do you use?

691


Does hashset allow duplicates c#?

735


What is a partial method?

712


What is difference between interface and abstraction?

696


Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?

767


What does || mean in programming?

681