Difference between remoting and web service ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of strong name?
Garbage collector?s functionality on unmanaged code ?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
Define singleton activation mode in .net remoting?
Name the distributed systems available apart from .net remoting?
What are the difference between static assemblies and dynamic assemblies?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain the hierarchial description of remoting?
What is Remoting?
What are dynamic assemblies?
Explain how does assembly versioning in .net prevent dll hell?
Explain marshalling and its types in .net remoting
Will clr handle unmanaged code or not?
Explain threading types?
What are the types of remoting?