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
What are escape sequences explain with example?
what is IEquatable
When To use HashTable In C#
What is the benefit of delegate in c#?
What is the difference between ienumerable and icollection?
How do you clear a list in c#?
What is array collection?
What is the main purpose of delegates in c#?
What are the 2 kinds of data type conversions in c#?
What is disconnected data architecture in c#?
What are expressions c#?
Should I make my destructor virtual?
Does c# support multiple inheritance (mi)?
Is post back c#?
What does out mean c#?