In this week’s installment of the WCF screencast series, you'll learn how to configure WCF service references in Visual Studio 2008. First, I'll show you how to update a service reference after the service developer makes changes, and then I'll show you where the service reference is stored and examine the code.
Then you'll see how to configure the service reference to customize various client-side code generation settings that come in handy for collections, asynchronous calls, and reusable types.
Previous WCF Screencasts (RSS for all posts in the series)
- Creating your first WCF service
- Configuring services with endpoints
- Hosting WCF services in ASP.NET/IIS
- Hosting WCF services in your own applications
- Creating your first WCF client