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
Describe the difference between inline and code behind - which is best in a?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is an asp.net web form?
How do we assign page-specific attributes?
What is an axd file?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
What is difference between cache and session?
Explain the different parts that constitute ASP.NET application?
What is the difference between localization and globalization?
How can we create pie chart in asp.net?
What is web router?
Why is global asax is used for?
What is the significance of attaching a profile while creating a user?
How to sign out from forms authentication?