How to write unmanaged code and how to identify whether the
code is managed /unmanaged?
Answer Posted / sudhir kunnure
Unmanaged code use like using dll or any other com object
in application then it is unmanaged code ,we cannot change
the code.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is application and session in asp.net?
What is meant by asp.net?
If you are using components in your application, how can you handle exceptions raised in a component?
Can we add code files of different languages in app_code folder?
What is variable and constant in .net programming language?
Can you explain page lifecycle in net?
What is the concepts of globalization and localization in .net?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is difference between web config and global asax?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is difference between cookies and cache?
Can we handle the error and redirect to some pages using web.config?
What are the memory-mapped files?
What is AutoEventWireup attribute for ?
What is _dopostback in asp net?