Dot Net Remoting Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Threading Types?Write a example for remoting (code)?