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 |
Give the Hierarchial description of remoting?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What are CAO's i.e. Client Activated Objects ?
What are different types of assemblies?
About .NET Remoting and types of remoting ?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What is asynchronous programming?
What are the steps to publish an object outside the service domain
Can you pass SOAP messages through remoting?
What do you mean by passport authentication?
Explain how to directly call a native function exported from a dll?
What do you mean by windows authentication?