I've gotten a lot of requests (internally and externally) for requests for resources on how to use the new WCF Web Programming Model features in .NET 3.5.
MSDN has a lot of great content on this stuff, but it's kind of sprinkled around in various places due to the way the MSDN table of contents is laid out. I figured it would be nice to have links to all of the important topics in one place, so here's the "mini-TOC" for the Web Programming Model content:
Conceptual Overviews:
Class Library Reference (not exhaustive):
- System.ServiceModel.Web Namespace
- System.ServiceModel.Syndication Namespace
- System.Runtime.Serialization.Json Namespace
- SyndicationFeed Class
- SyndicationItem Class
- WebOperationContext Class
- WebServiceHost Class
- WebGetAttribute Class
- WebInvokeAttribute Class
- WebHttpBehavior Class
- WebScriptEnablingBehavior Class
- DataContractJsonSerializer Class
Configuration Schema:
Samples:
- Web Programming Model
- AJAX and JSON
- Syndication
- Partial Trust
- Everything and (a picture of) the Kitchen Sink (Thanks, Justin!)
