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 can you automatically generate interface for the remotable object in .NET with Microsoft tools?
Explain what is an anonymous method and how is it different from a lambda expression?
What is a resource? Provide an example from your recent project.
How many types of transactions are there in com + .net ?
What is data type and how many types of data types are in .NET ?
What?s a proxy of the server object in .NET Remoting?
What are multicast delegates?
What is managed code execution?
what are the controls used to upload a file from client to server?
How many types of design patterns available in .NET?
Tell us what is a variable of implicit type and what is its scope?
explain the states of a window service application?