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


Please Help Members By Posting Answers For Below Questions

What is the parent class of all the web server control?

480


Where is asp.net session stored?

472


What is the difference between globalization and localization?

487


What is postback pixel?

516


What are session and cookies?

525






Explain the difference between panel and groupbox classes using .net?

481


What is the difference between session and application?

497


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

497


How can you pass multiple complex types in Web API?

564


Can we override the enablepartialrendering property of the scriptmanager class?

639


How can you register a custom server control to a web page?

540


What is difference between session and cookies in asp net?

497


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

521


What is the difference between the response.write() and response.output.write() methods?

507


Define web.config in .net?

632