May 2013
Intermediate to advanced
226 pages
4h 16m
English
One issue with the previous versions of WCF was that its service contracts did not contain definitions of its asynchronous members, resulting in unnecessary complexity in the WCF code when using asynchronous calls. Furthermore, the code was prone to timeouts and error-handling issues.
There are some scenarios that require these kinds of asynchronous calls:
WCF 4.5 simplifies ...