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
How do you define the lease of the object in .net?
When we use windows api in .net is it managed or unmanaged code?
What is different between webusercontrol and in webcustomcontrol?
Is .net core stable?
What is a variable of implicit type and what is its scope?
What is the difference between reference type and value type?
What's the .net collection class that allows an element to be accessed using a unique key?
Explain why do we use msmq?
Explain what is the difference between a class and an object?
What are the properties of ADO.NET?
What is SOAP? How you will do windows and forms authentication?
How you apply a theme in whole application in .Net?
What is typical about a windows process in regards to memory allocation in dot net?
What is the native image generator?
Explain what is the difference between constants and read-only variables?