16 Nov, 2008.
With the recent release of the WCF REST Starter Kit , Microsoft made implementing REST services via WCF much more approachable. The Visual Studio templates provided are great and the accompanying videos on channel9 via endpoint.tv are well put together ( Ron Jacobs has a good overview of these items ). One of the questions I had when I first started implementing REST services with WCF was how to add support for using the Content-Type and Accept HTTP headers to determine how objects are serialized. Dino Chiesa had some great suggestions on how to do this and even wrote some sample code to demonstrate one approach . Then, this past week I saw that Damian Mehers blogged another approach with sample...
Read
the full post or
the first comment.