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
Is sql backend or frontend?
What is the parent class of all the web server control?
What are Caching techniques in .NET
How would you get asp.net running in apache web servers?
Why mvc is better than asp.net? : Asp.Net MVC
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is a web based system?
Explain global assembly cache.
How would you enable impersonation in the web.config file?
What are different methods of session maintenance in asp.net?
Define page output caching?
How to unit test Web API?
What is HTTPModule and HTTPcontext? What is the use of each?
How about the security in Activex DLL and Activex EXE ?
Why do we need Sessions?