I'll be presenting WCF at the Southern CT .NET User Group tomorrow. In case you miss it, here is my approach:
1. Boil down Justin Smith's fantastic book on WCF into a few slides
2. Cover all the great content in all Michele's webcasts
3. Deliver the 3 cool hands-on-labs in the sky
Other than that, nothing much :) Have a great day!
7/10/2007 Update:
Thank you for hosting me, here is the slide deck.
Code Samples?
I created my demo from the samples that come with the .NET SDK, specifically:
WCF\Extensibility\MessageEncoder for GZip Compression
WCF\Extensibility\Transport\Udp for Transport extensibility
From Orcas Beta 1 SDK (changing to a Beta 2 any day now):
Basic\Syndication\DiagnosticsFeed for Syndication sample, then use Outlook 2007 to connect to the endpoint to read RSS feeds
Basic\Ajax\SimpleAjaxService for AJAX+WCF happiness.