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
How to bind all the binding controls in a page at once in ASP.NET?
What is difference between View State and Hidden Field in ASP.NET?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Explain method to handle error using HttpError in Web API?
Explain the difference between Repeater and Data list control in ASP.NET?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is the difference between adding reference in solution explorer and adding references by using ?
Why and where this web.config file is used?
What is the exact purpose of http handlers?
Define a web service in .net?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Give an example of cookie abuse.
What is the difference between CC and BCC?
How are sessions stored?
What is asp.net introduction?