What is the managed and unmanaged code in .net?
Answers were Sorted based on User's Feedback
Answer / guest
manged code is the code which excutes under clr environment.
clr will take care of excution and garabage collection etc.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Which dll is required to translate xml to sql in internet information server (iis)?
What are the new 2.0 features useful for?
What is the difference between a class and an object, and how do these terms relate to each other?
Explain about .net?
What is an exe and a dll?
Is there any attempt system for microsoft technology papers?
What are the collections you've used?
What is a strong name in .net?
What is Complex Class in .NET?
What is a delegate in .NET?
How do you turn off cookies for one page in your site? Give an example.
What are multicast delegates?