How to write unmanaged code and how to identify whether the
code is managed /unmanaged?
Answer Posted / srikanth
All the components that are developed using the languages
that are not supported by the CLS are called unmanaged code
that means which is not viable to run under the CLR. All
the COM components are unmanaged and all the ASSEMBLIES are
managed. We can even run the unmanged code components in
the CLR using ComCallableWrapper class.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What types of data validation events are commonly seen in the client-side form validation?
How many types of session state management options available in asp.net?
How are sessions stored?
Define repository pattern in mvc.net? : asp.net mvc
What is a server cookie?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is microsoft windows sharepoint services?
How Can assign alias name for ASP.NET Web API Action?
COM+ Used ________________ Isolation Level
Can we override the enablepartialrendering property of the scriptmanager class?
Write a code snippet to implement the indentation in json in web api.
Define msil.
How you will improve web application performance?
What is the difference between Classic ASP and ASP.Net?