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 jade template engine?
Web API supports which protocol?
What are the major built-in objects in ASP.NET?
How should I destroy my objects in asp.net?
How to bind all the binding controls in a page at once in ASP.NET?
What is session and application variable in asp net?
Briefly describe the role of global.asax?
How would you get asp.net running in apache web servers?
What do you understand from custom control?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
How can exception be handled with out the use of try catch?
Is it possible to write code in many languages in one asp.net project?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
How does exception management works in ASP.NET?
List down the sequence of methods called during the page load.