HTTP Programming with WCF and the .NET Framework 3.5
Combining Web-centric communication with SOAP and WS-* standards into one service stack and object model is one of the features that makes WCF in the .NET Framework 3.5 so compelling.
In the January issue of MSDN Magazine, Justin Smith explains some of the new Web-centric features of WCF in the .NET Framework 3.5. He starts with a level-setting discussion about some of the important architectural principles in HTTP and the Web, then moves to the new HTTP programming model in WCF, and, finally, to the new syndication API.
Don't forget to check out the other WCF development information available in MSDN Magazine, as well as the .NET Framework Developer Center.
Technorati Tags: WCF
Comments
Anonymous
January 07, 2008
PingBack from http://geeklectures.info/2008/01/07/http-programming-with-wcf-and-the-net-framework-35/Anonymous
January 07, 2008
I enjoyed reading the article. It is very insightful. However I could find the source code for the article on the MSDN link. Would appreciate if you could post it somewhere either on his blog or the magazine page. Thanks.Anonymous
January 09, 2008
Kris, the source code is available from the Picture Services Sample site at http://samples.netfx3.com/PictureServices/.