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 how does assembly versioning in .net prevent dll hell?
What are the situations you will use singleton architecture in remoting ?
What is asynchronous programming?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
How can we call methods in remoting asynchronously?
How to decide which to use .net remoting or asp.net web services?
Is it a good design practice to distribute the implementation to remoting client?
define client activated objects (cao)?
What is the proxy of the server object in .net remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What does manifest consists?
What is Remoting?
What are the ways to renew lifetime leases of objects?
What are the information required to configure remote objects?
What are the channels in .net remoting?