when to use webservice and when to use remotong diff
between them

Answers were Sorted based on User's Feedback



when to use webservice and when to use remotong diff between them..

Answer / sanjjay raj

Webservice is used to host our applications(software or
programs) over Internet, so that others can use them or the
Clients of Our Website can use them.

whereas Remoting is used to Connect remote systems or
server in order to Communicate Online or Offline depending
on the Connectivity. ( eg: Yahoo Messenger where we can
Chat Online or send Offline messages to Our friends or
Contacts)

Is This Answer Correct ?    11 Yes 1 No

when to use webservice and when to use remotong diff between them..

Answer / karthik chokkalingam

Both webservices and remoting support developing
distributed application and application integration but you
need to consider how they differ before choosing one
implementation on other.

For the application that requires interoperability
(services developed in multiple platforms to interact) -
best bet is web services.

If performance is key priority for your application then
you can use Remoting.

Is This Answer Correct ?    3 Yes 0 No

when to use webservice and when to use remotong diff between them..

Answer / kotu

Both Webservices and Remoting are used to developing
distrubuting Application. Among these,

WebServices are provide Functionality other Platforms
like Unix,Linex. Means Webservices are return data in from
of XML Formate. This is the Universal formate. All
Languages supports XML. So Webservices is better, When
these are Communicating othere Technologies.

Remoting are provide Functionality for Sampe
Application.Means .NET Application. These are not Suppoting
Other Platforms.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How many web.config a application can have ?

6 Answers   Keane India Ltd, Manhattan, Vertex,


What is the Global.asax used for?

7 Answers   Siebel Systems,


I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ?

1 Answers   Microsoft, Satyam, Wipro,


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


What is a 307 redirect?

0 Answers  


can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?

0 Answers  


Which method is used to force all the validation controls to run?

0 Answers  


What is asp.net architecture?

0 Answers  


How many types of web application ?

1 Answers  


How can we apply themes to an asp.net application?

0 Answers  


What is strong name and which tool is used for this?

4 Answers   Accenture,


To load your generated dataset with data which method do you invoke?

0 Answers   Siebel,


Categories