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 DLL Hell and how it is solved in .NET? please explain clearly??

2094


How can we Validate a Controls in ASP.NET page using JavaScript?

822


How do session tokens work?

714


Difference between .NET and previous version?

2295


What are httphandlers and httpmodules and difference between them?

730


Which class is used to send an email message from an ASP.NET Web page?

757


What is gridview in asp.net?

667


What is view state and how it works in asp net?

755


What is content place holder?

711


Define web services in asp.net.

746


Explain cookies with example.

746


How you will manage the state of ASP.NET controls?

750


Can we have 2 web config files?

711


What are the 3 levels at which content pages can be attached to Master Page?

782


Difference between using directive vs using statement?

693