When we use web service and when we use Remoting?

Answers were Sorted based on User's Feedback



When we use web service and when we use Remoting?..

Answer / ankit dass

.NET remoting is specifically used when you are using only
Microsoft platform. Remoting cannot be used between .net
client and non .NET clients.
Web services though can be used for communication on
MIcrosoft technologies, but their main feature is Platform
Interoperability.
So if you are using client and server supporting .NET
framwork, iwould recommend to use .NET remoting because
you can customise it to great detail and also its faster.
If you are developing for cross platform technologies, you
cannot use .NET remoting. So the only option you have is ot
use web services

Is This Answer Correct ?    30 Yes 0 No

When we use web service and when we use Remoting?..

Answer / ganesh

WebService is Platform,Object ,Programming Language
indepedent while remoting depends on platform means client
to be built using .NET Framework or other framework that
supports .NET Remoting
webservice can be accessed on http protocol and soap based
message formating while remoting supports tcp/http with
binary and soap based formating.
webservice is based on singlecall method means for every
request remote object is loaded, while remoting supports
singlecall and singleton method.
webservice lies under unbrella of Remoting.

Is This Answer Correct ?    18 Yes 1 No

Post New Answer

More Dot Net Remoting Interview Questions

What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()

1 Answers  


Where is global assembly cache located on the system?

3 Answers   HCL, Value Labs,


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

0 Answers  


What are the remotable objects in .net remoting?

0 Answers  


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

1 Answers  






Explain the types of .net remoting?

0 Answers  


How do you implement distributed applications in .net?

0 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


What is a strong name?

1 Answers  


What?s Singleton activation mode?

3 Answers  


Define a process?

0 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


Categories