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


Please Help Members By Posting Answers For Below Questions

What is asp.net architecture?

761


Explain cashing in asp.net.

734


How do I create a web form?

725


Define cookie.

763


What is cache in asp net?

738


How do http sessions work?

681


Describe the difference between inline and code behind - which is best in a?

823


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

867


What is a reflection?

756


What do you mean by authentication?

776


What is the good practice to implement validations in aspx page?

850


What is the life cycle of web page?

743


Is viewstate secure?

737


Do you know about caching with the datasource controls?

692


Define view state.

747