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 |
How can you debug failed assembly binds?
What are the security issues if we send a query from the application?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Explain the Flow of remoting?
What?s a Windows process?
Explain marshalling and its types in .net remoting
What?s SingleCall activation mode used for?
What are the different types of channels used by .net remoting?
What is an assembly and what does manifest consists ?
Define proxy in .net remoting?
Define singleton activation mode in .net remoting?
What do mean by remotable objects in .net remoting?