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 are static assemblies and dynamic assemlies. Differences between them ?

2 Answers   TCS,


What are the information required to configure remote objects?

0 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


Can you pass SOAP messages through remoting?

0 Answers  


In which conditions do you opt for Remoting services?

8 Answers   Manland, Tech Mahindra,






What is a formatter in .net remoting?

0 Answers  


What are channels in .NET Remoting?

1 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers   Tavant Technologies,


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  


what is sitemap

3 Answers  


Categories