Calling services asynchronously with WCF
Category: Languages > .net      Posted: 09 Mar 09

Learn how to invoke Web services asynchronously with WCF in order to avoid tying up your main application thread.

Creating your first WCF client
Category: Languages > .net      Posted: 08 Mar 09

Learn how to create your first WCF client application. You'll see how to add a service reference to your client project, use the generated client class...