When would you use .NET Remoting and when Web services?



When would you use .NET Remoting and when Web services?..

Answer / guest

Use remoting for more efficient exchange of information when
you control both ends of the application. Use Web services
for open-protocol-based information exchange when you are
just a client or a server with the other end belonging to
someone else

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the raise event used for?

4 Answers   Wipro,


What is .net latest version?

0 Answers  


What is class library in .net

0 Answers  


How to Create and Consume a Web Service?

1 Answers  


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  






How to load a user control dynamically in runtime?

0 Answers  


What is model-view -controller Architecture?

1 Answers  


Is Driver Script any how related to AOM?

0 Answers   TCS,


What is the difference between function and stored procedure?

0 Answers  


What is the Difference between directcast and ctype?

3 Answers   Wipro,


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


Explain the difference between public and static modifiers?

0 Answers  


Categories