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 |
What are the types of remoting?
How to decide which to use .net remoting or asp.net web services?
When should we choose .net remoting over .net web services?
What is fundamental of published or precreated objects in remoting?
When we use web service and when we use Remoting?
What are static assemblies and dynamic assemlies. Differences between them ?
What are static assemblies and dynamic assemblies. Differences between them?
When do we use delegates in your remoting applications?
How can objects in two diff. App Doimains communicate with each other ?
What is the purpose of System.EnterpriseServices namespace ?
What are channels in .NET Remoting?
Define the lease of the object?