What is the managed and unmanaged code in .net?
Answer Posted / g.srikumar
manage code-it means the code which targets the CLR.
Unmanage code..it does not target the CLR.
| Is This Answer Correct ? | 39 Yes | 14 No |
Post New Answer View All Answers
What is il and c#?
What is garbage collection and how it works ?
Explain the features that are common to all .Net languages.
What is .net assembly?
What are the security policy levels in .Net
Is there any thread in our .net programs?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain what are an object and a class?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
How to view a .NET assembly?
What is "common language runtime" (clr) in .net?
Explain what is the difference between web application and enterprise application?
Please explain what is heap and what is stack?
Explain attributes in dot net?
What’s different between process and application in .net?