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 a strong name?
What are the ways to renew lifetime leases of objects?
write a example for remoting (code)
What is unmanaged code?
What is UUID and GUID what is the size of this ID ?
What are the situations you will use singleton architecture in remoting ?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
What technology enables out-of-proc communication in .NET ?
Define a process?
What are the security issues if we send a query from the application?
What?s a proxy of the server object in .NET Remoting?
What are static assemblies and dynamic assemblies. Differences between them?