Answer Posted / pavan
managed code is something which is written in .net language
which can be compiled by clr
unmanaged code is something written in non .net languages
which the clr cannot understand
so we use wrappers which are managed code to run them
in .Net environment
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain me what is encapsulation?
What are Attributes in .NET?
How to get the number after decimal point in .net?
Do you know what is garbage collector?
Explain about .net assemblies?
What is the difference between a class and an object, and how do these terms relate to each other?
What is the difference between override and overload in a method?
What are the two main parts of the .net framework?
What is DTS and explain the purpose of it?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What are the security policy levels in .Net
What are the types of jit?
Is .net a programming language?
Is .net an object oriented language? What are their components?
What is marshling?