Difference between remoting and web service ?
Answer Posted / ashish kumar
WebService can access on HTTP protocol.
Remoting can access on HTTP , TCP , SMTP etc protocol.
WebService based on Stateless.
Remoting based on Stateless and stateful.
WebService are mostly use for interoperablity.
Remoting are mostly use for C/S.
WebService support only object that can serialized.
Remoting support all object that can inherits
MarsalByRefObject.
WebService is easy to create and deploy.
Remoting is diffcult to create and deploy.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the Flow of remoting?
Explain when we use web service and when we use remoting?
What are the advantage of remoting over web services?
Explain how does assembly versioning in .net prevent dll hell?
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
Difference between web services & remoting?
What are the types of remotable objects?
What do you mean by passport authentication?
What are the remotable objects in .net remoting?
What are the types of remoting?
What are the steps to publish an object outside the service domain
What is the proxy of the server object in .net remoting?
How can we call methods in remoting asynchronously?
Explain the differences between marshal by value and marshal by reference?
define client activated objects (cao)?