Dot Net Remoting Question: Download Dot Net Remoting PDF

What is unmanaged code and will CLR handle this kind of code or not?

Tweet Share WhatsApp

Answer:

Unmanaged code is the type of code which will not execute
in the CLR environment. Memory manangement,garbage
collection,security of CLR environment do not apply to
Ummanaged code.

Download Dot Net Remoting PDF Read All 26 Dot Net Remoting Questions
Previous QuestionNext Question
Explain Threading Types?Write a example for remoting (code)?