Basic Dot Net Question:
Download Questions PDF

What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

Answer:

Remoting is a more efficient communication exchange when you can control both ends of the application involved in the communication process. Web Services provide an open-protocol-based exchange of information. Web Services are best when you need to communicate with an external organization or another (non-.NET) technology.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
What are possible implementations of distributed applications in .NET?What’s a proxy of the server object in .NET Remoting?