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
What are the types of remotable objects?
How do you directly call a native function exported from a DLL?
What are static assemblies and dynamic assemblies. Differences between them?
what are the requirements to enable remote components to interact each other?
How can you configure a .net remoting object via xml file?
Can we configure a .net remoting object via xml file?
Explain the types of .net remoting?
Explain the Flow of remoting?
Difference between .net remoting versus distributed com?
Difference between web services & remoting?
Define a process?
What are the security features in .net remoting?
What are the difference between static assemblies and dynamic assemblies?
define client activated objects (cao)?
How to directly call a native function exported from a dll?