explain is .NET Remoting?

Answers were Sorted based on User's Feedback



explain is .NET Remoting?..

Answer / madhusudhanreddy t

Remoting in .net is one of the ditributed application
development pogramming which provides .NET to .NET
communication using channels with homogenous and
heterogenous platforms.

Is This Answer Correct ?    6 Yes 0 No

explain is .NET Remoting?..

Answer / merinkmathew

Net remoting replaces DCOM. Web Services that uses remoting
can run in anyApplication type i.e. Console Application,
Windows Form Applications,Window Services etc. In CLR
Object Remoting we can call objectsacross network.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Dot Net Remoting Interview Questions

What are the steps to publish an object outside the service domain

0 Answers  


How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


What are the different types of channels used by .net remoting?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


Is it a good design practice to distribute the implementation to remoting client?

0 Answers  






What?s a Windows process?

1 Answers  


Explain marshalling and its types in .net remoting

0 Answers  


What is a formatter in .net remoting?

0 Answers  


Explain how to directly call a native function exported from a dll?

0 Answers  


What are the ways to configure remoting objects before client can use them?

0 Answers  


What are the security features in .net remoting?

0 Answers  


what is Client-activated object in remoting?

0 Answers   DELL,


Categories