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 difference between View State and Hidden Field in ASP.NET?
Where web.config file is used?
Are xaml file compiled or built on runtime?
How do u declare static variable and how it is declared and what is its lifetime?
How to send a DataReader as a parameter to a remote client ?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is the difference between Classic ASP and ASP.Net?
Is asp.net and .net are same or different?
What is session in web technology?
How about the security in Activex DLL and Activex EXE ?
What permissions do asp.net applications posses by default?
What is the difference between system.stringbuilder and system.string
Describe session handling in a webfarm?
How do you change the session time-out value?
What are the difference between overriding and overloading?