when to use webservice and when to use remotong diff
between them
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How many web.config a application can have ?
6 Answers Keane India Ltd, Manhattan, Vertex,
What is the Global.asax used for?
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 ?
What is a 307 redirect?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Which method is used to force all the validation controls to run?
What is asp.net architecture?
How many types of web application ?
How can we apply themes to an asp.net application?
What is strong name and which tool is used for this?
To load your generated dataset with data which method do you invoke?