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
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
what is the meaning of Object lifetime in OOPS
What is difference between struct and class in c#?
What is int tryparse in c#?
Does c# support a variable number of arguments?
how to sort an array in c#
What is windows form in c#?
What is the use of 'as' Keyword in C# ?
What is the use of private constructor in c#?
What is the default value of decimal in c#?
What is the difference between function and method in c#?
What does typeof return c#?
What is the difference between ienumerable and iqueryable?
Which is the base class in c#?