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

Tell us what is heap and what is stack?

0 Answers  


What is the purpose of delegates in .net?

2 Answers  


How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


What are the providers available with VS.NET ?

2 Answers   TCS,


Explain about .Net products?

0 Answers  






What is "common language runtime" (clr) in .net?

0 Answers  


What is the difference between vb.net and vc#.net?

0 Answers  


Give An example of a ctype and directcast.

2 Answers   Wipro,


What is .net3.0 and .net3.5?

0 Answers  


What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

0 Answers   TCS,


What is the standard you use to wrap up a call to a Web service

2 Answers   Siebel Systems,


what is managed data and managed code?

2 Answers  


Categories