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
Explain State management in asp.net
Explain the concept of MVC Scaffolding?
Why Unload event of MasterPage Calls first in ASP.net ?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is the difference between rest and restful?
Difference between web user control and web custom control?
How do you sign out from forms authentication?
What is an asp.net web form?
What are the different types of sessions in asp.net? Name them?
What are the options in ASP.NET to maintain state?
What is authorization in asp.net?
What is asp.net mvc? : asp.net mvc
What are the advantages of using Master Pages?
Why cyclomatic complexity is important?
What is skin in asp.net?