Give the Hierarchial description of remoting?
Answer Posted / 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 |
Post New Answer View All Answers
What are the types of remotable objects?
define client activated objects (cao)?
Explain how to directly call a native function exported from a dll?
Explain how to perform remoting?
Is it a good design practice to distribute the implementation to remoting client?
What does manifest consists?
What are the advantage of remoting over web services?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
Define proxy in .net remoting?
What is the purpose of strong name?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What do you mean by passport authentication?
Explain threading types?
What are the difference between static assemblies and dynamic assemblies?
Define a process?