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
What should you do is you want to remove an existing component but would like to make some funtionalities?
What are the events that happen when a client requests an asp.net page from iis server?
How do you implement sql caching in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
Which of the following .NET framework supports Web API?
9. Why should we hire you over the others waiting to be interviewed?
How to fetch a data from one table to another table in asp.net ?
How you will handle session when deploying application in more than a server?
What is enableviewstate in asp net?
Why select Web API?
Which type of state management is provided by Query String in ASP.NET?
What is a server farm in iis?
What is asp.net? How is it different from asp?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Define reflection in .net?