Asynchronous operations with CoreService

Next to transactions there’s one more feature of WCF that I haven’t seen being used with CoreService – asynchronous operations. For some reason Microsoft created 2 ways of doing it. If you are using ChannelFactory-based approach ( here ) you should use... Read the full text.