what is the diff between remoting and webservice
Answer / 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 |
What are channels in .NET Remoting?
About .NET Remoting and types of remoting ?
When we use web service and when we use Remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
What is asynchronous programming?
Define singlecall activation mode in .net remoting?
How do you define the lease of the object?
When do we use delegates in your remoting applications?
What is a formatter in .net remoting?
Define the lease of the object?
What is the difference between .Net Remoting and Web Services ?
What are the steps to publish an object outside the service domain