When would you use .NET Remoting and when Web services?
Select Answer:
use remoting for more efficient exchange of information when you control both ends of the application
use remoting for more efficient exchange of information when you control for one end of appication
none
|