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 |
What is a metadata in .net?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Why is .net used?
Is there built-in support for tracing?
When a Static Constructor called in .NET?
What is the difference between asp.net & vb.net and explain architecture?
Is .net a compiler?
What is the concept of inheritance and how it works in .net?
What is the difference between task and thread in .net?
Explain what do the terms “boxing” and “unboxing” mean?
What is a serviced component?
what is AGILE SCRUM methodoly....?