Give the Hierarchial description of remoting?
Answer / madhu
.Net remoting is replacement of DCOM.
Step 1:Build a proxcy which is looks like a real obj.
Step 2:By useing proxcy U can make method calls on remoting
objs.
Step 3:These method calls know as "Messages", messages can
be serialized by Formater.
Step 4:It send to client channel.
Step 5:Client channel communicate with sever channel. And
Deserialized the Messages.
Step 6:Sever send the exact remot obj.
Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Can you explain remoting?
What is assembly ?
What is Remoting?
Explain when we use web service and when we use remoting?
Define proxy in .net remoting?
Which namespace is used for encryption ?
What do you mean by passport authentication?
Which one is better WebService and Remoting ?
Garbage collector?s functionality on unmanaged code ?
About performance issues on retrieving records ?
Elaborate the term WebService and how it differ from Remoting?