When we use web service and when we use Remoting?
Answers were Sorted based on User's Feedback
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 |
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 |
Define singlecall activation mode in .net remoting?
Can you have two files with the same file name in GAC?
Write a example code for remoting?
What is unmanaged code and will CLR handle this kind of code or not ?
How do you directly call a native function exported from a DLL?
What?s SingleCall activation mode used for?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
What?s typical about a Windows process in regards to memory allocation?
What is delay signing?
explain is .NET Remoting?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,