Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 do you mean by windows authentication?

0 Answers  


When do we use delegates in your remoting applications?

0 Answers  


What is the difference between .Net Remoting and Web Services ?

1 Answers  


Can you pass SOAP messages through remoting?

0 Answers  


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


How to register a shared assembly ?

1 Answers   Digital GlobalSoft,


What are static assemblies and dynamic assemblies?

0 Answers  


what is Client-activated object in remoting?

0 Answers   DELL,


What is the difference between private and shared assembly?

1 Answers  


What are the different types of channels used by .net remoting and which is the best one?

0 Answers  


Define remotable objects in .net remoting?

0 Answers  


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


Categories