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 |
Can you write a class without specifying namespace?
What is the concept of inheritance and how it works in .net?
Explain what is an application domain?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
Is there built-in support for logging?
Tell me about secure socket layer? How to make use of the technology?
What is the microsoft .net?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
What is meant by localization?
What do you mean by Driver Script?
What is clr in .net?
Where does the dispose method lie and how can it be used to clean up resources?