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 is the difference between authentication and authorization ?
7 Answers Digital GlobalSoft, Qatar University,
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What are the different types of channels used by .net remoting?
Explain the hierarchial description of remoting?
When should we choose .net remoting over .net web services?
What?s typical about a Windows process in regards to memory allocation?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What are static assemblies and dynamic assemblies?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Can we configure a .net remoting object via xml file?