What are channels in .NET Remoting?
Answers were Sorted based on User's Feedback
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 |
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 |
C++ & C# differences ?
What is the advantage of .net?
Explain what are the deferred execution and the immediate execution in linq?
Is .net core free?
What is cyclomatic complexity and why is it important?
What is Event - Delegate? clear syntax for writing a event delegate
How com+ related to the dna architecture?
Explain what are an object and a class?
what is a strong name?
what is the default value of CHAR type?in C# using asp.net?
What are an object and a class?
When a Static Constructor called in .NET?