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

On Age field how many Asp.Net validation controls will be suit?

7 Answers   NTTF Nettur Technical Training Foundation, Quest,


Is asp.net core faster?

0 Answers  


step to create a strong name?

1 Answers  


Is asp.net is a programming language?

0 Answers  


Differentiate globalization and localization.

0 Answers  


What is the use of session state and application state and difference between them?

0 Answers  


Why is global asax is used for?

0 Answers  


If you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?

1 Answers  


What are Authentication and Authorization?

0 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,


What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version

3 Answers   DELL, Soham,


What is a server cookie?

0 Answers  


Categories