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
How many types of Cookies are available in ASP.NET?
How would you get asp.net running in apache web servers? Explain it's limitations.
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Define page fragment caching?
In which event of the page viewstate is available?
Explain about the .NET framework?
Where do the cookie state and session state information be stored?
What is the default authentication mode for asp.net?
What does asp.net stand for?
Explain the difference between asp & asp.net.
What r the asp.net list controls and difference between them?
IN an ASP.NET Web application if there is any error, how can you debug?
Explain significance of routing? : asp.net mvc
How do you store a value in viewstate and retrieve them?