Interview Questions

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

.NET Interview Questions and Answers


(Continued from previous question...)

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

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 informaion. Web Services are best when you need to communicate with an external organization or another (non-.NET) technology.

(Continued on next question...)

Other Interview Questions