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 |
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What is difference between .net core and .net standard?
What are .net functions?
What is the transport protocol you use to call a seb service soap?
How to manage pagination in a page using .net?
Example from .net. Integer & struct are value types or reference types in .net?
What is the difference between web application and enterprise application?
Explain what is a manifest in .net?
Give an example for setter/ write-only methods
What is a strategy pattern? Implement it.
What is the difference between an abstract class and an interface?
Why do we use the “using” statement?