<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jim O'Neil's Blog : WCF</title><link>http://blogs.msdn.com/jimoneil/archive/tags/WCF/default.aspx</link><description>Tags: WCF</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>WCF CHAMP</title><link>http://blogs.msdn.com/jimoneil/archive/2009/04/02/wcf-champ.aspx</link><pubDate>Fri, 03 Apr 2009 06:19:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9530112</guid><dc:creator>joneil</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jimoneil/comments/9530112.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jimoneil/commentrss.aspx?PostID=9530112</wfw:commentRss><description>&lt;p&gt;I guess I’m showing my age, but the first thing I thought of when hearing about &lt;a href="http://www.youtube.com/watch?v=ZXQtZsC0JZ4"&gt;this clip&lt;/a&gt; (below) was the &lt;a href="http://www.imdb.com/title/tt0078950/"&gt;1979 movie&lt;/a&gt; with &lt;a href="http://www.imdb.com/name/nm0000685/"&gt;Jon Voight&lt;/a&gt; (er, Angelina’s dad for the GenXers).&amp;#160; Microsoft’s recent take on the theme may not be Oscar material, but if you’re crying at the end of this, it’s from laughing…&lt;/p&gt;  &lt;p align="center"&gt;&lt;object width="480" height="295"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ZXQtZsC0JZ4&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/ZXQtZsC0JZ4&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;  &lt;p&gt;This is part of the &lt;a href="http://www.microsoft.com/net/wcf/champ/"&gt;WCF Champ vs. The Contender&lt;/a&gt; site launched today to provide a gateway to materials on getting started with WCF (Windows Communication Foundation).&amp;#160; WCF is as ambitious as it is powerful, configurable as it is encompassing, SOAPy as it is RESTful.&amp;#160; The &lt;a href="http://www.microsoft.com/net/wcf/champ/"&gt;site&lt;/a&gt; is a compendium of resources that help lower the barrier of entry and give you a place to start whether you’re a web developer, enterprise architect, or already got your head in the cloud.&lt;/p&gt;  &lt;p&gt;By the way, stay tuned; there’s a couple more of these videos coming.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9530112" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jimoneil/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Get RESTy With It</title><link>http://blogs.msdn.com/jimoneil/archive/2009/03/15/get-resty-with-it.aspx</link><pubDate>Sun, 15 Mar 2009 16:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9477420</guid><dc:creator>joneil</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jimoneil/comments/9477420.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jimoneil/commentrss.aspx?PostID=9477420</wfw:commentRss><description>&lt;p&gt;Preview 2 of the &lt;a href="http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24644"&gt;WCF REST Starter Kit&lt;/a&gt; is now available on CodePlex.&amp;#160; I covered an earlier version of the Starter Kit during our &lt;a href="http://blogs.msdn.com/jimoneil/archive/2008/11/11/northeast-roadshow-winter-edition.aspx"&gt;Northeast Roadshow&lt;/a&gt; last December.&amp;#160; As you may recall, the WCF REST Starter Kit enables you to pretty quickly build singleton and collection resource-based services that support both Atom, XML, and JSON serialization formats.&lt;/p&gt;  &lt;p&gt;The update adds a new &lt;code&gt;HttpClient&lt;/code&gt; class that streamlines the connection to and invocation of RESTful calls, with support for the primary REST HTTP verbs – GET, PUT, POST, and DELETE.&amp;#160; Another really cool addition is an add-in that creates a serializable class based on an XML string, making it just that much easier to consume REST-based services, regardless of where they are hosted.&lt;/p&gt;  &lt;p&gt;There’s &lt;a href="http://code.msdn.microsoft.com/wcfrestlabs"&gt;four great labs&lt;/a&gt; as well to get you started (which I got to check out pre-release).&amp;#160; So, even if the only thing you know about REST is how to spell it, these concise exercises will get you up and running in no time:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Lab 1 – Hello REST &lt;/li&gt;    &lt;li&gt;Lab 2 – Addressability &lt;/li&gt;    &lt;li&gt;Lab 3 -&amp;#160; REST Collection &lt;/li&gt;    &lt;li&gt;Lab 4 -&amp;#160; Consuming RESTful Services &lt;/li&gt; &lt;/ul&gt;  &lt;p align="center"&gt;&lt;strong&gt;&lt;a href="http://aspnet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24644"&gt;Download the WCF REST Starter Kit Preview 2 here.&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://code.msdn.microsoft.com/wcfrestlabs"&gt;&lt;strong&gt;Download the Hands-On Labs here.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9477420" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jimoneil/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Latest ARCast... Featuring Chris Bowen</title><link>http://blogs.msdn.com/jimoneil/archive/2008/07/22/latest-arcast-featuring-chris-bowen.aspx</link><pubDate>Wed, 23 Jul 2008 06:20:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8765762</guid><dc:creator>joneil</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/jimoneil/comments/8765762.aspx</comments><wfw:commentRss>http://blogs.msdn.com/jimoneil/commentrss.aspx?PostID=8765762</wfw:commentRss><description>&lt;p&gt;In the latest ARCast.TV episode, &lt;a href="http://blogs.msdn.com/bobfamiliar"&gt;Bob Familiar&lt;/a&gt; interviews the authors - including the fabulous &lt;a href="http://blogs.msdn.com/cbowen"&gt;Chris Bowen&lt;/a&gt; - of the newly released &lt;a href="http://www.amazon.com/gp/reader/0321440064/ref=sib_dp_pt#reader-link"&gt;Essential Windows Communication Foundation for .NET Framework 3.5&lt;/a&gt; from Addison-Wesley.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p align="center"&gt;&lt;iframe src="http://channel9.msdn.com/shows/ARCast.TV/413350/player/" frameborder="0" width="320" scrolling="no" height="325"&gt;&lt;/iframe&gt;&lt;br&gt;&lt;a href="http://channel9.msdn.com/shows/ARCast.TV/ARCastTV-Essential-WCF/"&gt;ARCast.TV - Essential WCF&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8765762" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/jimoneil/archive/tags/architect/default.aspx">architect</category><category domain="http://blogs.msdn.com/jimoneil/archive/tags/WCF/default.aspx">WCF</category></item></channel></rss>