Answer Posted / suresh
1. Web service is to achieve cross-platform interoperability where as .NET Remoting desgined expressly for .NET -to- .NET communications.
2. .NET Remoting would offer best performance for communicating .NET applications where as web services wouldn't
in this case.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the ways to renew lifetime leases of objects?
What is the proxy of the server object in .net remoting?
Explain how does assembly versioning in .net prevent dll hell?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Define the lease of the object?
Define singlecall activation mode in .net remoting?
Types of compatabilities and explain them ?
What are the channels in .net remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
How to directly call a native function exported from a dll?
Explain when we use web service and when we use remoting?
Explain serialization formatters in .net remoting
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Explain the differences between marshal by value and marshal by reference?
How do you implement distributed applications in .net?