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


Please Help Members By Posting Answers For Below Questions

What does aspcompat="true" mean?

561


Describe Segmentation With Paging?

637


What is server components?

540


Define web services in asp.net.

564


How will you load dynamic assembly?

546






What does session_start () do?

629


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

1911


Give 2 examples for scenarios when routing is not applied?

605


What do you mean by authorization?

529


List the types of authentication supported by asp.net?

529


Explain what is an assembly?

562


How do you implement postback with a text box?

564


What is the difference between localization and globalization?

567


What is hidden field in asp.net?

602


What is the difference between adding reference in solution explorer and adding references by using ?

580