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 do you understand from custom control?
Explain Features in ASP.NET
What is GAC in ASP.NET 2.0
How is my content secured from unauthorized access?
Explain State management in asp.net
How many ways are there to maintain a state in .net? What is view state?
How to bind all the binding controls in a page at once in ASP.NET?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is __ requestverificationtoken?
How to rename a table using sql queries?
How does a web application session work?
Is sql backend or frontend?
A web service can only be written in .net? State whether true or false.
How ViewstateMac works?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?