Interview Questions

What are channels in .NET Remoting?

.NET Interview Questions and Answers


(Continued from previous question...)

48. What are channels in .NET Remoting?

Channels represent the objects that transfer the other serialized objects from one application domain to another and from one computer to another, as well as one process to another on the same box. A channel must exist before an object can be transferred.

(Continued on next question...)

Other Interview Questions