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 can you create a strong name for a .NET assembly?
What?s a proxy of the server object in .NET Remoting?
What are dynamic assemblies?
How to register a shared assembly ?
what is the diff between remoting and webservice
What are static assemblies?
When we use web service and when we use Remoting?
What are the ways to renew lifetime leases of objects?
What is unmanaged code?
What are the difference between static assemblies and dynamic assemblies?
write a example for remoting (code)
When do we use delegates in your remoting applications?