Attending talk the future of connectivity, the cloud and WCF by Glenn Block. Talking about where things are headed, with HTTP, REST, WCF etc. New funny term: “RESTafarians!”.
First out, using Excel Power Pivot plugin to read an RSS/Atom Feed.
Wow! News in WCF….add a [QueryComposition] attribute to a WebMethod, return an IEnumerable<T> using the AsQueryable extension method, and BOOM Baby, your web method can be queried just like OData…. kind of like brining RIA services and OData into standard WebGet, Nice!
New addition for supporting different formats for a given WCF method. You can now add something called Processors ...