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 are static assemblies and dynamic assemblies. Differences between them?
What are the advantage of remoting over web services?
what are the various type of channels used by .Net remoting and which is the best one?
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 are static assemblies?
How to decide which to use .net remoting or asp.net web services?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What do you mean by passport authentication and windows authentication ?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
What are the channels in .net remoting?
What is ODP.NET?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?