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 |
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
What do you mean by windows authentication?
What are possible implementations of distributed applications in .NET?
What are the security issues if we send a query from the application?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What is objref object in remoting?
What are dynamic assemblies?
What are static assemblies?
What are the information required to configure remote objects?
Explain serialization formatters in .net remoting
What are the types of remotable objects?