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

Is there any attempt system for microsoft technology papers?

0 Answers  


What is the advantage of packaging over xcopy in .net?

0 Answers  


Difference between Debugging and tracing in .net

1 Answers  


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


Where?s Windows service database located?

2 Answers  


In Mvc Architecure what is view?

1 Answers   TCS,


What is an exe and a dll?

0 Answers  


How com+ related to the dna architecture?

0 Answers  


What is misl?

0 Answers  


What are the collections you've used?

0 Answers  


What is the single responsibility principle?

0 Answers  


Is there any thread in our .net programs?

0 Answers  


Categories