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

Difference between HTML control and Web Server Control?

4 Answers  


What is Partial in ASP.NET 2.0?

2 Answers   Fulcrum Logic,


Which .NET framework supports Web API?

0 Answers  


Can two web application share a session and application variable ?

5 Answers   Satyam, V3 Engineers,


What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?

1 Answers  






How can we register exception filter globally?

0 Answers  


33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version.

2 Answers   Friedkin, ISH, Syntax, Syntax Softtech,


What is full form of asp.net?

0 Answers  


What is deff. saop and disco?

1 Answers  


List of words of preprocessor in .net?

0 Answers  


Can we add code files of different languages in app_code folder?

0 Answers  


How To Authenticate Your Web service??

1 Answers  


Categories