How to write unmanaged code and how to identify whether the
code is managed / unmanaged ?
Answer Posted / padmaja
The code which is under control of clr is comes under
managed code.The code which is not comes under clr is
unmaged code.All IL code is managed code.com components
comes under unmanaged code.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Is asp.net easy to learn?
How does session work in asp net?
What are the server controls in asp.net?
How does ASP.NET framework maps client side events to Server side events.?
How do you declare static variable?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
WSDL means?
Why is mvc better than asp.net?
Describe the diffeerence between inline and code behind?
What are all the various Estimation Techniques available ?
What is custom attribute?
What websites use asp.net?
What do you mean by marshalbyref?
Do you know caching feature?
Explain the difference between the web config and machine config.