What is the main difference between the SessionAwareCoreServiceClient to the CoreServiceClient?
Is wsHttp the preferred binding from a remote application not running on the server? Is it possible to use the netTcp binding from a remote Core Service application? Why not?
The Tridion Core Service gives us 3 main bindings to use for XML content:
- netTcp - Fastest
- wsHttp - Uses ws* standards and is better than basicHttp
- basicHttp - backwards compatible to .NET 2.0
I found this article about the differences between wsHttp and basicHttp. Also a nice explanation of why netTcp is faster in another post