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 is .net able to support a lot of languages?
How to debug failed assembly binds?
Tell us the differences between an interface and an abstract class in .net?
What is the base class of Button control in .NET?
What is operator overloading in .net?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Differences between namespace, class, assembly?
What is connection pooling and how do you make your application use it?
Explain what is immutability, what is it for and how is it codified?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain how to rename a table using sql queries?
What is multiThreading in .NET?