How Web Service help? What is the difference between
Remoting & Web Servcies?

Answers were Sorted based on User's Feedback



How Web Service help? What is the difference between Remoting & Web Servcies? ..

Answer / 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

How Web Service help? What is the difference between Remoting & Web Servcies? ..

Answer / sandeep

Web Service is nothing but simple HTTP protocol
which is used by using internet protocol

Remoting is used to access proxy object which is looks like
a real object

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

To display data in a Repeater control which template you provide?

0 Answers   Siebel,


Explain the difference between authentication and authorization.

0 Answers  


What is Web API Routing?

0 Answers  


Is data edited in the Repeater control?

0 Answers   Siebel,


What is the life cycle of web page?

0 Answers  






Where is http session stored?

0 Answers  


Why Web Services?

1 Answers  


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


What are the two properties that are common on every validation control?

0 Answers   Siebel,


which directive is mandatory in page control

3 Answers   AG Technologies,


Explain asp.net application life cycle?

0 Answers  


What are validator? Name the validation controls in asp.net? How do you disable them?

0 Answers  


Categories