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 |
Is there any attempt system for microsoft technology papers?
What is the advantage of packaging over xcopy in .net?
Difference between Debugging and tracing in .net
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Where?s Windows service database located?
In Mvc Architecure what is view?
What is an exe and a dll?
How com+ related to the dna architecture?
What is misl?
What are the collections you've used?
What is the single responsibility principle?
Is there any thread in our .net programs?