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 is sitemap
What is a strong name?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What are the advantage of remoting over web services?
Can you configure a .NET Remoting object via XML file?
What are static assemblies and dynamic assemlies. Differences between them ?
Write a example code for remoting?
What is fundamental of published or precreated objects in remoting?
How can you configure a .net remoting object via xml file?
What is the proxy of the server object in .net remoting?
Explain the types of .net remoting?
What is the difference between .Net Remoting and Web Services ?