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 proxy of the server object in .net remoting?
Will clr handle unmanaged code or not?
Difference between web services & remoting?
How to directly call a native function exported from a dll?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What do you mean by windows authentication?
Define the lease of the object?
Can you explain remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What is a formatter in .net remoting?
Explain how does assembly versioning in .net prevent dll hell?
Is it a good design practice to distribute the implementation to remoting client?
Define remotable objects in .net remoting?
What are the types of remoting?
What is asynchronous programming?