What is unmanaged code?



What is unmanaged code?..

Answer / 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

More Dot Net Remoting Interview Questions

What are the types of remoting?

1 Answers  


How to decide which to use .net remoting or asp.net web services?

1 Answers  


When should we choose .net remoting over .net web services?

1 Answers  


What is fundamental of published or precreated objects in remoting?

1 Answers  


When we use web service and when we use Remoting?

2 Answers  


What are static assemblies and dynamic assemlies. Differences between them ?

2 Answers   TCS,


What are static assemblies and dynamic assemblies. Differences between them?

1 Answers  


When do we use delegates in your remoting applications?

1 Answers  


How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


What are channels in .NET Remoting?

1 Answers  


Define the lease of the object?

1 Answers  


Categories