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 |
About sn.exe ?
What is unboxing?
What is the difference between private and shared assembly?
Explain when we use web service and when we use remoting?
What are possible implementations of distributed applications in .NET?
What does manifest consists?
What are the advantage of remoting over web services?
When do we use delegates in your remoting applications?
Explain threading types?
What is an assembly and what does manifest consists ?
How do you implement distributed applications in .net?
What?s a proxy of the server object in .NET Remoting?