What are channels in .NET Remoting?

Answers were Sorted based on User's Feedback



What are channels in .NET Remoting?..

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

What are channels in .NET Remoting?..

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

Post New Answer

More Dot Net General Interview Questions

Using activex control in .net?

0 Answers  


What is data type and how many types of data types are in .NET ?

0 Answers  


What is Delegate? Have ever used Delegates in your project.

1 Answers   Deloitte,


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

0 Answers  


what is use of learning .net? does we get good jobs based on .net?

2 Answers  






What is managed code and managed data in .net?

0 Answers  


What application do you use to install a Windows service?

1 Answers  


Can I write my own .net host?

0 Answers  


Please explain is the jit an interpreter?

0 Answers  


Different levels of priority provided by .net.

0 Answers  


What is an anonymous method?

0 Answers  


What is msil, il?

0 Answers  


Categories