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
In which way you can convert a value-type to a reference-type?
Is the following code legal?
How to exclude a property from xml serialization?
What is difference between struct and class in c#?
What are value types and reference types?
What is the role of the datareader class in ado.net connections?
Explain async and await?
What is sqldatareader c#?
What is call back method?
If you want to convert a base type to a derived type, what type of conversion do you use?
Does hashset allow duplicates c#?
What is a partial method?
What is difference between interface and abstraction?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What does || mean in programming?