In which conditions do you opt for Remoting services?
Answer Posted / maruti tathe
I don't know what Sisir is talking about... Remoting is
something like web services. You might decide to opt for
Remoting instead of web services in following cases...
1) Client and server platform is fixed
2) Protocol is NOT fixed. (Like web services strictly work
on HTTP protocol)
3) Where object serialization is to be done strictly
through CLR.
4) Where platform is fixed i.e. .Net framework.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are dynamic assemblies?
what is Client-activated object in remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are the advantage of remoting over web services?
Explain threading types?
What are the different types of channels used by .net remoting?
What are the information required to configure remote objects?
Elaborate the term WebService and how it differ from Remoting?
Name the distributed systems available apart from .net remoting?
How to directly call a native function exported from a dll?
Can you pass SOAP messages through remoting?
What do you mean by windows authentication?
What is objref object in remoting?
What is a formatter in .net remoting?
What is asynchronous programming?