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 |
how to calculate multiple pdf files page count?
What is the difference between null and string empty in c#?
What do you mean by delegates and explain different types of delegates?
What is a struct in C#?
What is IL / CIL / MSIL?
What is a Managed Code??
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
Which types of inheritances does c# support?
Which is faster abstract class or interface in c#?
What is the default value of singleordefault?
What is the difference between gettype and typeof in c#?
Can an exception be thrown from a catch block?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)