adspace


What is unmanaged code?

Answer Posted / Ashish Nigam

Unmanaged code refers to software that does not run within a managed environment like .NET. It includes C, C++, and assembly language programs, as well as system APIs and DLLs written in these languages. Unmanaged code does not have access to the benefits provided by the Common Language Runtime (CLR), such as automatic memory management, type safety, and exception handling.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain marshalling and its types in .net remoting

1023