Answer Posted / ganesh
WebService is Platform,Object ,Programming Language
indepedent while remoting depends on platform means client
to be built using .NET Framework or other framework that
supports .NET Remoting
webservice can be accessed on http protocol and soap based
message formating while remoting supports tcp/http with
binary and soap based formating.
webservice is based on singlecall method means for every
request remote object is loaded, while remoting supports
singlecall and singleton method.
webservice lies under unbrella of Remoting.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of strong name?
What are the channels in .net remoting?
What are the ways to renew lifetime leases of objects?
What are the difference between static assemblies and dynamic assemblies?
Explain when we use web service and when we use remoting?
What are the types of remoting?
What are the threading types?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What is Remoting?
Define singleton activation mode in .net remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?
How do you directly call a native function exported from a DLL?
Write a example code for remoting?
Explain the types of .net remoting?
What are the different types of channels used by .net remoting?