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 |
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???
What is Event Bubbling in .NET?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
What’s different between process and application in .net?
What is common type system (cts)?
What is a DLL?
What is a formatter?
Explain what is immutability, what is it for and how is it codified?
How many types of transactions are there in com + .net ?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
What is the use of gacutil.exe?
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,