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 to assign Null value to Var?
Name the connections does microsoft sql server support?
How many types of namespaces available in version4?
what is the Difference between the public and private ?
How to transpose multi-dimensional array?
What is an assembly qualified name? Is it a filename? How is it different?
Which is faster abstract class or interface in c#?
What is func delegate in c#?
Can an abstract class inherit from another abstract class c#?
Are structs value types c#?
Explain the types of Polymorphism.
What is the difference between abstract and virtual?
What is c# console application?
What are some of the commonly used commands in sqlcommand?
What are PE(Portable Executable)?