InfoQ Homepage Presentations Rob Windsor on WCF with REST, JSON and RSS
Rob Windsor on WCF with REST, JSON and RSS
Summary
WCF is not just for SOAP based services and can be used with popular protocols like RSS, REST and JSON. Rob Windsor covers URI templates, the importance of HTTP GET in the programmable web, how to expose service operations via HTTP GET, how to control the format of data exposed by service operations, and finally how to use the WebOperationContext to access the specifics of HTTP.
Bio
Rob Windsor is a Consultant and Trainer with ObjectSharp Consulting. Rob focuses on the architecture, design and development of custom business applications using leading edge Microsoft technologies. Additionally Rob is president of the Toronto VB User Group and a Microsoft MVP.
About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
Community comments
Source code?
by Michael G,
Re: Source code?
by Rob Windsor,
Re: Source code?
by Rob Windsor,
Nice overview
by chris barrow,
Source code?
by Michael G,
Your message is awaiting moderation. Thank you for participating in the discussion.
It would be nice to have a downlodable source code here. I personally hate the presentation pages with nothing but "DEMO" on them. So far there is good talk and 75%-noninformative presentation materials.
Re: Source code?
by Rob Windsor,
Your message is awaiting moderation. Thank you for participating in the discussion.
Hi Michael,
You can download the slides and demos from my Sky Drive.
cid-b810a8a4579bd670.skydrive.live.com/self.asp...
Rob
Re: Source code?
by Rob Windsor,
Your message is awaiting moderation. Thank you for participating in the discussion.
That link didn't come out very well. Here's a shortened version: shrinkster.com/10k9
Nice overview
by chris barrow,
Your message is awaiting moderation. Thank you for participating in the discussion.
Nice job. The presentation is a concise overview of the new REST features for WCF 3.5. I have worked with WCF before so I agree working with these new features should not be difficult for anyone familiar with the technology.
It is unfortunate you have to directly reference a .net interface on your client application so it can call REST services, but since there is no standardized mechanism to expose any sort of REST web service with meta data, it is still a better solution than having to reference the actual .NET types which implement the interface.