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 the native image generator?
What are use of Cloud computing....?
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!!!
which methos do you invoke on the dataadapter control to load your generated dataset with data?
State some of the different languages supported by .net?
diff between forms authentication and windows authentication?
How to get the hostname or IP address of the server?
Using activex control in .net?
Explain asp.net?
What is the need of OLE-automation?
How is a property designated as read-only?
I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?