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

Which ports are used by virueses?

1 Answers  


Which namespace is require to used XML in .NET?

0 Answers   Sans Pareil IT Services,


what is object lock?

1 Answers  


What does msil do?

0 Answers  


What are the differences in C# .Net and ASP .Net.

4 Answers   NetLink,






Is .net a language?

0 Answers  


How do you give a Windows service specific permissions?

1 Answers  


What is a delegate, How many types of delegates?

4 Answers  


What is singleton activation mode in .net?

0 Answers  


Tell us what is json data, and what is one way that .net developers can work with json?

0 Answers  


How to load a user control dynamically in runtime?

0 Answers  


.What is Marshaling?

2 Answers  


Categories