what are the various type of channels used by .Net remoting
and which is the best one?
Answer Posted / mkm
There are 2 types of channels .
channel means sending messages. 2 types are http and tcp
Tcp is used for lan , http is used for lan and wan
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between remoting and webservice?
what is Client-activated object in remoting?
Name the distributed systems available apart from .net remoting?
Explain the differences between marshal by value and marshal by reference?
Which one is better WebService and Remoting ?
define client activated objects (cao)?
What are the advantage of remoting over web services?
Garbage collector?s functionality on unmanaged code ?
Explain how does assembly versioning in .net prevent dll hell?
Write a example code for remoting?
What are the ways to configure remoting objects before client can use them?
What is unmanaged code?
What is the purpose of strong name?
How do you directly call a native function exported from a DLL?
What are dynamic assemblies?