Dot Net Remoting Question:
Download Questions PDF

In which conditions do you opt for Remoting services?

Answer:

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.

Download Dot Net Remoting Interview Questions And Answers PDF

Previous QuestionNext Question
What are the various type of channels used by .Net remoting and which is the best one?What are the differences between Marshal by value and Marshal by reference?