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

Explain security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


What is manifest in .net?

0 Answers  


What does mean by .net framework?

0 Answers  


what is yield keyword in .Net?

2 Answers  


What is nmake tool?

1 Answers  






When we use windows api in .net is it managed or unmanaged code?

0 Answers  


how to connect database connectivity in dotNET? if suppose SQL server?and also MS access?

8 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


What?s a Windows process?

1 Answers  


Explain weg config settings for exception managment in asp.net?

1 Answers   C Squared Systems,


Explain about major components of the .NET framework.

1 Answers  


What’s different between process and application in .net?

0 Answers  


Categories