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 Remoting?
Is it a good design practice to distribute the implementation to remoting client?
What is the purpose of strong name?
What are the security measures exist for .net remoting in system.runtime.remoting?
Explain marshalling and its types in .net remoting
How can you configure a .net remoting object via xml file?
Explain serialization formatters in .net remoting
What are the information required to configure remote objects?
Define a process?
When should we choose .net remoting over .net web services?
Explain the differences between marshal by value and marshal by reference?
what is Client-activated object in remoting?
What are the channels in .net remoting?
What are the types of remoting?
What is unboxing?