What are channels in .NET Remoting?

Answers were Sorted based on User's Feedback



What are channels in .NET Remoting?..

Answer / guest

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.

Is This Answer Correct ?    1 Yes 0 No

What are channels in .NET Remoting?..

Answer / rajeshree

The .NET framework uses Channel Objects to connect Applications together. The two Channels which are available right now in the .NET framework are the System.Runtime.Remoting.Channels.TCP and the System.Runtime.Remoting.Channels.HTTP classes.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the difference between function and stored procedure?

0 Answers  


What is smart navigation in .net?

0 Answers  


What is a metadata in .net?

0 Answers  


Describe the difference between inline and code behind which is best in a loosely coupled solution?

1 Answers  


Explain about the features and elements present in Visual studio.NET IDE?

0 Answers  






What is the advantage of .net core?

0 Answers  


Explain security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


Tell me about secure socket layer? How to make use of the technology?

0 Answers  


Explain about .Net products?

0 Answers  


What is singlecall activation mode used for in .net?

0 Answers  


How many languages .NET is supporting now?

38 Answers   Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,


What are the different types of remote object creation mode in .net?

0 Answers  


Categories