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
Types of compatabilities and explain them ?
Can you pass SOAP messages through remoting?
What are the types of remotable objects?
Name the distributed systems available apart from .net remoting?
Define singleton activation mode in .net remoting?
Explain the Flow of remoting?
Can you explain remoting?
Define delegates and events?
Define a process?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is unboxing?
Write a example code for remoting?
Which Namespaces is used to achieve the Remoting?
Explain when we use web service and when we use remoting?
What do mean by remotable objects in .net remoting?