Explain About remoting and web services. Difference between them



Explain About remoting and web services. Difference between them..

Answer / Alam Singh Tomar

Remoting and Web Services are both used for distributed computing in C#, but they have some key differences:
1. Protocol: Remoting uses binary communication (SOAP/TCP) while Web Services use text-based protocols such as SOAP over HTTP or XML over HTTP.
2. Platform Independence: Web Services can be consumed by clients on any platform that supports HTTP and XML, whereas Remoting is primarily designed for .NET platforms.
3. Simplicity: Web Services are simpler to create and deploy compared to Remoting applications as they don't require as much setup or configuration.
4. Data Transfer: Web Services are typically more efficient when transferring large amounts of data due to their text-based format, whereas Remoting tends to be faster for smaller amounts of data due to its binary nature.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

how to calculate multiple pdf files page count?

0 Answers  


What is the difference between null and string empty in c#?

1 Answers  


What do you mean by delegates and explain different types of delegates?

1 Answers  


What is a struct in C#?

1 Answers   Arigo Infotech,


What is IL / CIL / MSIL?

1 Answers   CitiusTech,


What is a Managed Code??

1 Answers  


how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge

1 Answers  


Which types of inheritances does c# support?

1 Answers  


Which is faster abstract class or interface in c#?

1 Answers  


What is the default value of singleordefault?

1 Answers  


What is the difference between gettype and typeof in c#?

1 Answers  


Can an exception be thrown from a catch block?

1 Answers   Alcatel-Lucent,


Categories