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
What is the difference between struct and class c#?
What are the types of parameters in c#?
what is the difference between interface and multiple interface?
Is list ienumerable c#?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is func c#?
Why do we need abstract class?
Is c# different than c++?
Is vs as c#?
Why do we use overloading in c#?
What is polymorphism in c sharp?
What is virtual class in C#?
Can you declare a field readonly?
What is disco?
What is uint64_t?