<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using WCF for REST, Part 1</title>
	<atom:link href="http://underground.infovark.com/2008/04/22/using-wcf-for-rest-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://underground.infovark.com/2008/04/22/using-wcf-for-rest-part-1/</link>
	<description>The Infovark technology blog</description>
	<lastBuildDate>Fri, 19 Feb 2010 02:24:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rinsing the SOAP from WCF (or, RESTful WCF Hyperlink Acupuncture) &#124; The Freak Parade</title>
		<link>http://underground.infovark.com/2008/04/22/using-wcf-for-rest-part-1/comment-page-1/#comment-77</link>
		<dc:creator>Rinsing the SOAP from WCF (or, RESTful WCF Hyperlink Acupuncture) &#124; The Freak Parade</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=19#comment-77</guid>
		<description>[...] Using WCF for REST, Part 1, Part2 and Part 3. Make sure you read all the comments though, several of the gripes brought up in these posts have been addressed with SP1. [...]</description>
		<content:encoded><![CDATA[<p>[...] Using WCF for REST, Part 1, Part2 and Part 3. Make sure you read all the comments though, several of the gripes brought up in these posts have been addressed with SP1. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using WCF for REST, Part 2 &#171; Infovark Underground</title>
		<link>http://underground.infovark.com/2008/04/22/using-wcf-for-rest-part-1/comment-page-1/#comment-20</link>
		<dc:creator>Using WCF for REST, Part 2 &#171; Infovark Underground</dc:creator>
		<pubDate>Sat, 17 May 2008 18:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=19#comment-20</guid>
		<description>[...] part one of this series, I listed several websites and blogs that had useful information on the Window [...]</description>
		<content:encoded><![CDATA[<p>[...] part one of this series, I listed several websites and blogs that had useful information on the Window [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://underground.infovark.com/2008/04/22/using-wcf-for-rest-part-1/comment-page-1/#comment-19</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 12 May 2008 14:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=19#comment-19</guid>
		<description>I&#039;ll do that, Vish. I think most of my trouble stems from not having a solid background in the Indigo technology. I think of REST as the &quot;simple case&quot; for web services, while WCF views the WS-* stack as the default scenario. I&#039;ll document my thoughts here and send you a copy as well.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll do that, Vish. I think most of my trouble stems from not having a solid background in the Indigo technology. I think of REST as the &#8220;simple case&#8221; for web services, while WCF views the WS-* stack as the default scenario. I&#8217;ll document my thoughts here and send you a copy as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish</title>
		<link>http://underground.infovark.com/2008/04/22/using-wcf-for-rest-part-1/comment-page-1/#comment-18</link>
		<dc:creator>Vish</dc:creator>
		<pubDate>Sat, 10 May 2008 21:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=19#comment-18</guid>
		<description>Hi

  I work on the WCF team in Microsoft and would love to know of the areas we could improve the framework to support REST.

  It would be fantastic if you could send me a mail describing the pain points and the areas we could improve.

Thanks!
Vish</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>  I work on the WCF team in Microsoft and would love to know of the areas we could improve the framework to support REST.</p>
<p>  It would be fantastic if you could send me a mail describing the pain points and the areas we could improve.</p>
<p>Thanks!<br />
Vish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Henderson</title>
		<link>http://underground.infovark.com/2008/04/22/using-wcf-for-rest-part-1/comment-page-1/#comment-14</link>
		<dc:creator>Alex Henderson</dc:creator>
		<pubDate>Fri, 02 May 2008 00:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=19#comment-14</guid>
		<description>I found the RestChess example from Mix this year a great resource for actually building a Restful API with WCF that handles OAuth / HiLo etc. (i.e. the trickier aspects)

http://sessions.visitmix.com/?selectedSearch=T01
http://www.restchess.com/

Found your article on &quot;WCF, WebHttp Binding, and Authentication&quot; particularly handy, that little tid bit isn&#039;t well documented elsewhere.</description>
		<content:encoded><![CDATA[<p>I found the RestChess example from Mix this year a great resource for actually building a Restful API with WCF that handles OAuth / HiLo etc. (i.e. the trickier aspects)</p>
<p><a href="http://sessions.visitmix.com/?selectedSearch=T01" rel="nofollow">http://sessions.visitmix.com/?selectedSearch=T01</a><br />
<a href="http://www.restchess.com/" rel="nofollow">http://www.restchess.com/</a></p>
<p>Found your article on &#8220;WCF, WebHttp Binding, and Authentication&#8221; particularly handy, that little tid bit isn&#8217;t well documented elsewhere.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
