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 is asp.net architecture?
Explain cashing in asp.net.
How do I create a web form?
Define cookie.
What is cache in asp net?
How do http sessions work?
Describe the difference between inline and code behind - which is best in a?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What is a reflection?
What do you mean by authentication?
What is the good practice to implement validations in aspx page?
What is the life cycle of web page?
Is viewstate secure?
Do you know about caching with the datasource controls?
Define view state.