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 the difference between sealed vs static class?
How do we sort the data from a dataset?
What is the difference between user control and custom control?
Define tracing.
What is a user developed application?
What are session cookies?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is the difference between a page theme and a global theme?
What is authorization in asp.net?
What is paging in context of Memory?
What is viewstate information stored?
What New Features comes with ASP.NET Web API 2.0?
What are all the various Estimation Techniques available ?
What is a master page and what does it do?
Can master pages be nested?