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
Where session id is stored?
Which is faster union or union all?
What symbol specifies the beginning of a query string?
Explain about Application and Session Events ?
What is the typical session identifier?
What is the difference between equals() and == in c#?
Why do we use web config?
What is a web pool?
What is x xss protection?
Can I tap into other windows livetm services?
What are the different types of Caching techniques in ASP.NET?
Explain page output caching?
Is asp.net easy to learn?
What is routing in MVC?
Explain different authentication modes in asp.net?