difference between managed code and unmanaged code ?
Answer Posted / mayuri
the code which is run under the observation of clr is
called managed code.
at other side the code means native code which is run on
operating system and not run under onservation of clr is
known as unmanaged code.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How does dependency injection work c#?
Define a manifest in .net?
When would you use generics in your code c#?
What does void mean in c#?
What does namespace mean?
Write the difference between TypeOf and GetType?
What are jump statements in c#?
Can we have static indexer in c#?
Which is the base class in c#?
What is difference between method overriding and method overloading?
What is difference between private and protected in c#?
What is int64 in c#?
What is lazy t?
What are the properties of string?
Can bool be null c#?