Answers

Question and Answer:

  Home  Dot Net Remoting

⟩ In which conditions do you opt for Remoting services?

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.

 143 views

More Questions for you: