When would you use .NET Remoting and when Web services?
Answer Posted / 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 View All Answers
What's a windows process in .net?
Explain the garbage collection process?
Explain about managed heap?
Write the .net syntax for 'while loop'?
What are the different types of memory in .net?
What are the new thee features of com+ services, which are not there in com (mts)?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Tell me about secure socket layer? How to make use of the technology?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What are the different types of remote object creation mode in .net?
Explain can 2 different applications use the same dll in gac at the same time?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
Can you write a class without specifying namespace?
What is close method? How its different from finalize and dispose?
What tools is used to develop .NET applications?