In which conditions do you opt for Remoting services?

Answers were Sorted based on User's Feedback



In which conditions do you opt for Remoting services?..

Answer / 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

In which conditions do you opt for Remoting services?..

Answer / krishna

If client and server belongs to same operation system then
we have to go with remoting services..............

Is This Answer Correct ?    8 Yes 2 No

In which conditions do you opt for Remoting services?..

Answer / prasad

if the two systems are in dotnet platform

Is This Answer Correct ?    8 Yes 2 No

In which conditions do you opt for Remoting services?..

Answer / amarjeet singh

Remoting is used for .Net to .Net communication and in case
of Remoting we can use protocol other than
HTTP.Serialization in .Net remoting is handled by CLR
in .net Remoting.

Is This Answer Correct ?    4 Yes 0 No

In which conditions do you opt for Remoting services?..

Answer / veera

when both the server and client r under our control then we
use .net remoting.

Is This Answer Correct ?    4 Yes 1 No

In which conditions do you opt for Remoting services?..

Answer / vaidyanathan r

Remoting can be prefered
1. Both server and Client sit in different machine.
2. Both server and client are .NET applications
3. The state of the objects transfered accross the network
should be maintained.
4. The objects of the IDictionary interface should be
transfered accross the network.

Is This Answer Correct ?    5 Yes 2 No

In which conditions do you opt for Remoting services?..

Answer / balavardhan reddy

Remoting can be used for .net to .net communication in
distributed environment

Is This Answer Correct ?    4 Yes 1 No

In which conditions do you opt for Remoting services?..

Answer / sisir

when the word iteranet comes in pic we should prifer 2 use
with condistion that saring with lot of pc

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Dot Net Remoting Interview Questions

What?s a Windows process?

1 Answers  


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

0 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


When should we choose .net remoting over .net web services?

0 Answers  


How to decide which to use .net remoting or asp.net web services?

0 Answers  






What does manifest consists?

0 Answers  


How can you tell the application to look for assemblies at the locations other than its own install?

1 Answers  


What are the information required to configure remote objects?

0 Answers  


What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


About remoting and web services. Difference between them?

6 Answers   Microsoft,


Define proxy in .net remoting?

0 Answers  


How do you implement distributed applications in .net?

0 Answers  


Categories