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 when we use web service and when we use remoting?
What are static assemblies and dynamic assemblies?
What do you mean by passport authentication?
What does manifest consists?
What are the security measures exist for .net remoting in system.runtime.remoting?
What is unboxing?
How do you implement distributed applications in .net?
What is the purpose of strong name?
Define singleton activation mode in .net remoting?
What is asynchronous programming?
Explain the hierarchial description of remoting?
Which one is better WebService and Remoting ?
Can we configure a .net remoting object via xml file?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are the steps to publish an object outside the service domain