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
Explain the role of Garbage collector and its generations?
How to implement a singleton design pattern in c#?
What is disco?
What is the default value of string in c#?
What is difference between private and protected in c#?
How do switch statements work?
Does c# support templates?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is void method?
What is cshtml extension?
What is the difference between constant and readonly in c#?
What can you do as a .net developer?
What is oledbconnection c#?
Can interface inherit class in c#?
what is a destructor?