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 |
How to perform Remoting?
Explain Singleton design pattern of Remoting?
What are the channels in .net remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What is the proxy of the server object in .net remoting?
What are the ways to configure remoting objects before client can use them?
Which Namespaces is used to achieve the Remoting?
What is Remoting?
When do we use delegates in your remoting applications?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What?s typical about a Windows process in regards to memory allocation?
What?s a Windows process?