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

What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


Explain the use of resource manager class in .net.

0 Answers  


What are the differences between the response.write() and response.output.write()?

0 Answers  


Types of state management techniques ?

6 Answers   Digital GlobalSoft,


I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....

2 Answers  


Explain the working of passport authentication.

0 Answers  


Explain what are delegates?

0 Answers  


whats the purpose of AUTOPOSTBACK property for the controls in asp.net?

4 Answers  


How can we create custom controls in asp net?

0 Answers  


i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 Answers  


How do you get records number from 5 to 15 from a dataset of 100 records?

3 Answers   Syntax Softtech,


How can we create pie chart in asp.net?

0 Answers  


Categories