Answer the question
In order to leave comments, you need to log in
Why is WCF better than Remoting?
WCF and Remoting are generally similar, they ultimately perform the same function, but often when Remoting is mentioned, the question “why not WCF?” pops up for many, I don’t see any special advantages in WCF, but maybe I don’t know something?
ps in Remoting, you can work with a remote service as with a regular local class, without seeing any differences, can this be done with WCF?
Answer the question
In order to leave comments, you need to log in
In WCF, you can create a proxy class (the studio can create it automatically) and work with it like with a regular local class.
In fact, Remoting is an implementation of the SOAP protocol over HTTP, WCF went further, so there are the concepts of binding and bindings, which allows you to make calls, including over TCP, which is good for performance.
IMHO WCF is not so much a new technology as an attempt to combine several previously implemented technologies (including Remoting)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question