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
What are the authentication types in asp.net?
Differentiate between a page theme and a global theme?
Explain the asp.net mvc request life cycle? : asp.net mvc
How to use push notification?
What is the caspol.exe tool used for?
Why mvc is better than asp.net? : Asp.Net MVC
What do you mean by marshalbyref?
Explain what is the procedure to create the environment for asp.net? : asp.net mvc
What are the differences between clr & cts?
Explain different types of Caching techniques in ASP.NET?
Explain the use of view state?
Explain server control extensibility with reference to asp.net 2.0 ?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
In how many ways we can retrieve table records count?
Explain exception handling in .net.