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 static assemblies and dynamic assemblies?
Define the lease of the object?
Explain Singleton design pattern of Remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What is fundamental of published or precreated objects in remoting?
What is asynchronous programming?
How to decide which to use .net remoting or asp.net web services?
Difference between web services & remoting?
Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com
What are the channels in .net remoting?
Can you explain remoting?
Define delegates and events?
Explain how to directly call a native function exported from a dll?
Explain the differences between marshal by value and marshal by reference?
When do we use delegates in your remoting applications?