How Web Service help? What is the difference between
Remoting & Web Servcies?
Answer Posted / jerry joseph
Web Services
- accessed only over HTTP
- work in a stateless environment
- support only datatypes defined in the XSD type system
- support interoperability across platforms
- highly reliable
- easy to create and deploy
Remoting
- can be accessed over any protocol
- support for both stateful and stateless environment
- support for rich type system
- homogenous environment
- if IIS is not used, application needs to provide plumbing
for ensuring the reliability
- complex to program
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to elimainte the similar data from the different tables
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Why do we need asp.net?
How to set the pane area to transparent of a scrollPane component.?
What are directives in asp.net? List down all the important directives.
Explain the path instructions in xaml?
Is asp.net web forms dead?
List down the sequence of methods called during the page load.
What is asynchronous call?
Explain diff between dataset and datareader?
Distinguish between Server-side and Client-side code with its functionality?
How many types cache in asp net?
What is an il?
Can the dictionary object be created in client?s scope ?
What is different authentication mechanisms used in ASP.NET?