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
How to find last error which occurred in Asp.net ?
What is masterpage?
Which platform does Microsoft .NET use for exchanging data between applications?
Why is global asax is used for?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Describe the difference between inline and code behind - which is best in a?
Explain the boxing and unboxing concept in .net?
How can you debug your.net application?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
How does u call and execute a sp in .net?
Is asp.net a programming language or framework?
Why is an object pool required?
when a request is made in Life cycle of ASP.NET page .
Explain the difference between web user control and web custom control?