Difference between remoting and web service ?
Answer / 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 |
What is asynchronous programming?
Difference between .net remoting versus distributed com?
What are the types of remoting?
What distributed process frameworks outside .NET do you know?
What is the difference between private and shared assembly?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
How can objects in two diff. App Doimains communicate with each other ?
What is a process ?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
When we use web service and when we use Remoting?
Which Namespaces is used to achieve the Remoting?
Define the lease of the object?