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 is DLL Hell and how it is solved in .NET? please explain clearly??
How can we Validate a Controls in ASP.NET page using JavaScript?
How do session tokens work?
Difference between .NET and previous version?
What are httphandlers and httpmodules and difference between them?
Which class is used to send an email message from an ASP.NET Web page?
What is gridview in asp.net?
What is view state and how it works in asp net?
What is content place holder?
Define web services in asp.net.
Explain cookies with example.
How you will manage the state of ASP.NET controls?
Can we have 2 web config files?
What are the 3 levels at which content pages can be attached to Master Page?
Difference between using directive vs using statement?