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 |
Write a example code for remoting?
Explain the types of .net remoting?
Is it a good design practice to distribute the implementation to remoting client?
What is fundamental of published or precreated objects in remoting?
Explain what is the relationship between a Process, Application Domain, and Application?
Explain the differences between marshal by value and marshal by reference?
Threading Types ?
What is the proxy of the server object in .net remoting?
Where is global assembly cache located on the system?
What are the advantage of remoting over web services?
what is Client-activated object in remoting?
What are the security features in .net remoting?