when to use webservice and when to use remotong diff
between them
Answer Posted / 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 |
Post New Answer View All Answers
Explain difference between friend and protected friend?
Write the different features of a Thread and a Process?
What is localhost in asp.net?
Is web config mandatory?
What are the differences between code behind and code inline?
What is the parent class of all web server control?
What is difference between asp state management and asp.net state management?
Explain what are delegates?
What is the difference between executescalar and executenonquery?
What is the difference between runtime version and version?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
Why and where this web.config file is used?
How to reduce the width of textbox in editcommandcolumn of datagrid?
How to use multiple scriptmanager controls in a web page?
How may clustered index we can create in table?