|
|
|
|
|
by daigoba66
4050 days ago
|
|
A lot of people seem to focus on WCF has an over-engineered SOAP framework. While that's very true, it is also the powerful successor to .NET original remoting framework. So WCF represents the unification of several different libraries and frameworks into one, for better or worse. It would not surprise me to find enterprises still using WCF for interprocess communication and/or remote method invocation. When both client and server are .NET programs, most of the time it just works in my experience. |
|