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 performance issues on retrieving records ?
What is the purpose of System.EnterpriseServices namespace ?
What?s typical about a Windows process in regards to memory allocation?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What are the ways to configure remoting objects before client can use them?
What is fundamental of published or precreated objects in remoting?
Define remotable objects in .net remoting?
What are the information required to configure remote objects?
Explain how to directly call a native function exported from a dll?
What is the difference between .Net Remoting and Web Services ?
What are the steps to publish an object outside the service domain