<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by thasmin</title>
    <description>Stories kicked by thasmin</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Axial now supports &amp;lt;canvas&amp;gt;</title>
      <description>Axial now allows you to write JavaScript code for the &amp;lt;canvas&amp;gt; tag using .NET languages such as C# and VB.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.axelby.com%2f%3fp%3d3"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.axelby.com%2f%3fp%3d3" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Axial_now_supports_canvas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Axial_now_supports_canvas</guid>
      <pubDate>Wed, 27 Aug 2008 17:52:21 GMT</pubDate>
    </item>
    <item>
      <title>The @Reference Directive</title>
      <description>When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f13%2fthe-reference-directive.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f13%2fthe-reference-directive.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Reference_Directive</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Reference_Directive</guid>
      <pubDate>Wed, 13 Aug 2008 10:02:40 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Theme Generator</title>
      <description>A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffrickinsweet.com%2ftools%2fTheme.mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_Theme_Generator</guid>
      <pubDate>Thu, 07 Aug 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Pretty Good .NET to JS Conversion</title>
      <description>Axial, a new project on CodePlex, does a pretty good job of converting .NET code from the codebehind to JavaScript. You can use the same function to do validation on the server and client side, it can change css, and it has AJAX and jQuery integration. There are a few samples on CodePlex that show how to get up and running quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2faxial"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2faxial" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Pretty_Good_NET_to_JS_Conversion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Pretty_Good_NET_to_JS_Conversion</guid>
      <pubDate>Wed, 06 Aug 2008 19:22:22 GMT</pubDate>
    </item>
    <item>
      <title>A Practical Review of ASP.NET MVC</title>
      <description>My big project for the summer has been the creation of a content management system for my job. Due to deployment restrictions, I was forced to use the .NET platform for development. After hearing rumors of .NET running Rails via IronRuby, I jumped at the chance to write a Rails application that could be deployed to IIS on Windows. However, after getting a prototype running, I discovered that this would be infeasible for the time table I was looking at. IronRuby simply would not be ready on time. My second choice, then, was the new ASP.NET MVC framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.joshuamcharles.com%2fblog%2f2008%2f08%2fa-practical-review-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.joshuamcharles.com%2fblog%2f2008%2f08%2fa-practical-review-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_Practical_Review_of_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_Practical_Review_of_ASP_NET_MVC</guid>
      <pubDate>Thu, 07 Aug 2008 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Documenting Coding Standards - Less is More</title>
      <description>A colleague and I were recently invited to provide feedback on a client's coding standards and were sent a 60+ page document to review. In preparation for the meeting I diligently started to go through each section providing comments and suggestions as I went. But after about page 30 my concentration began to wane and my comments grew more and more sparse. The moral of this story...

If someone that's being paid to review your coding standards is struggling to get through them then you can bet your bottom dollar your development team won't be reading them either.

This post reflects on the things to consider when documenting your company's standards. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f08%2f05%2fdocumenting-coding-standards---less-is-more.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fandrewtokeley.net%2farchive%2f2008%2f08%2f05%2fdocumenting-coding-standards---less-is-more.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Documenting_Coding_Standards_Less_is_More</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Documenting_Coding_Standards_Less_is_More</guid>
      <pubDate>Wed, 06 Aug 2008 15:31:11 GMT</pubDate>
    </item>
    <item>
      <title>Using The &amp;quot;Using&amp;quot; Statement On a Method Rather Than a Class </title>
      <description>Have you ever tried using  the &amp;quot;Using&amp;quot; statement with a method and not a class? Why not take the &amp;quot;Using&amp;quot; statement and make it more useful. The Dispose method we want to be called does not have to Dispose of stuff, it can do anything we want!  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f31%2fusing-the-using-statement-on-a-method-rather-than-a-class%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f07%2f31%2fusing-the-using-statement-on-a-method-rather-than-a-class%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Using_The_Using_Statement_On_a_Method_Rather_Than_a_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Using_The_Using_Statement_On_a_Method_Rather_Than_a_Class</guid>
      <pubDate>Thu, 31 Jul 2008 20:01:04 GMT</pubDate>
    </item>
    <item>
      <title>3 mistakes to avoid when using jQuery with ASP.NET AJAX</title>
      <description>Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f06%2f05%2f3-mistakes-to-avoid-when-using-jquery-with-aspnet-ajax%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f06%2f05%2f3-mistakes-to-avoid-when-using-jquery-with-aspnet-ajax%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/3_mistakes_to_avoid_when_using_jQuery_with_ASP_NET_AJAX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/3_mistakes_to_avoid_when_using_jQuery_with_ASP_NET_AJAX</guid>
      <pubDate>Thu, 05 Jun 2008 12:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Choosing the Right Garbage Collector Settings for Your Application</title>
      <description>In this post I discuss the gcConcurrent and gcServer settings which allow you to exercise some control how the Garbage Collector operates. Tuning the garbage collector to the specific context of the particular application can significantly improve the performance of both non-threaded and multi-threaded applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2frickm%2farchive%2f2008%2f05%2f14%2fchoosing-the-right-garbage-collector-settings-for-your-application-net-memory-management-part-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2frickm%2farchive%2f2008%2f05%2f14%2fchoosing-the-right-garbage-collector-settings-for-your-application-net-memory-management-part-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Choosing_the_Right_Garbage_Collector_Settings_for_Your_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Choosing_the_Right_Garbage_Collector_Settings_for_Your_Application</guid>
      <pubDate>Thu, 15 May 2008 14:46:04 GMT</pubDate>
    </item>
    <item>
      <title>A Basic Hands on Introduction to Unity DI Container</title>
      <description>Sidar gives a basic introduction on how to utilize Unity and Strategy Pattern. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f05%2f15%2fa-basic-hands-on-introduction-to-unity-di-container.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f05%2f15%2fa-basic-hands-on-introduction-to-unity-di-container.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/A_Basic_Hands_on_Introduction_to_Unity_DI_Container</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/A_Basic_Hands_on_Introduction_to_Unity_DI_Container</guid>
      <pubDate>Thu, 15 May 2008 09:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Comprehensive Comparson of 7 Popular JavaScript/Ajax Frameworks</title>
      <description>After four days of ASP.NET AJAX training with Stephen Walther I set out to learn more about my options in choosing a solution for a JavaScript/Ajax framework.  If I realized days later I would be writing this comprehensive post on 7 of the most popular frameworks, I may have just went with the &amp;quot;Inny-Minny-Miney-Moe&amp;quot; method!   I decided to share my research, analysis, links, resources, and personal grade for each of the frameworks compared - jQuery, YUI, Prototype, Dojo, MooTools, Ext JS, and Script.aculo.us.  I put together a comparison matrix to illustrate where many of the frameworks differ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dannydouglass.com%2fpost%2f2008%2f04%2fComparing-Popular-JavaScript-Frameworks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dannydouglass.com%2fpost%2f2008%2f04%2fComparing-Popular-JavaScript-Frameworks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Comprehensive_Comparson_of_7_Popular_JavaScript_Ajax_Frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Comprehensive_Comparson_of_7_Popular_JavaScript_Ajax_Frameworks</guid>
      <pubDate>Tue, 22 Apr 2008 04:16:02 GMT</pubDate>
    </item>
    <item>
      <title>February / March 2008 Recap - Jon Galloway</title>
      <description>Good recap of the last two months for developers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f04%2f10%2ffebruary-march-2008-recap.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f04%2f10%2ffebruary-march-2008-recap.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/February_March_2008_Recap_Jon_Galloway</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/February_March_2008_Recap_Jon_Galloway</guid>
      <pubDate>Thu, 10 Apr 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Ajax vs. Silverlight and .NET</title>
      <description>Thoughts on questions along the lines of Ajax vs. Silverlight 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nikhilk.net%2fAjax-vs-Silverlight-and-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nikhilk.net%2fAjax-vs-Silverlight-and-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Ajax_vs_Silverlight_and_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Ajax_vs_Silverlight_and_NET</guid>
      <pubDate>Wed, 09 Apr 2008 14:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Moq: Why do we need yet another NET mocking framework?</title>
      <description>&amp;quot;I've already argued in the past why I think forcing regular developers to learn and understand the difference between a stub, a fake, a &amp;quot;true&amp;quot; mock and a dynamic mock is unproductive and largely irrelevant for their TDD needs.

Also, even though quite common in the mocking community, the typical record/replay model is alien to developers and introduces yet another new concept that makes the learning curve steeper than needed. &amp;quot;

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.clariusconsulting.net%2fblogs%2fkzu%2farchive%2f2008%2f03%2f17%2fWhydoweneedyetanotherNETmockingframework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.clariusconsulting.net%2fblogs%2fkzu%2farchive%2f2008%2f03%2f17%2fWhydoweneedyetanotherNETmockingframework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Moq_Why_do_we_need_yet_another_NET_mocking_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Moq_Why_do_we_need_yet_another_NET_mocking_framework</guid>
      <pubDate>Wed, 26 Mar 2008 11:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Compile C# to Javascript!</title>
      <description>Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprojects.nikhilk.net%2fScriptSharp%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprojects.nikhilk.net%2fScriptSharp%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Compile_C_to_Javascript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Compile_C_to_Javascript</guid>
      <pubDate>Tue, 25 Mar 2008 21:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2.0 (beta 1) Controls Screenshot</title>
      <description>SilverlightShow has a nice post up detailing the controls that will be available in the Silverlight 2.0 beta 1 release.  The news was originally posted on Shawn Burke's blog, but it appears that the he was forced to take down the screen shot.  Thanks to SilverlightShow that graphic is still visible and is also now posted on my blog.  Exciting stuff! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fSilverlight-2-beta-1-Controls-Screenshot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fSilverlight-2-beta-1-Controls-Screenshot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_0_beta_1_Controls_Screenshot</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_0_beta_1_Controls_Screenshot</guid>
      <pubDate>Wed, 27 Feb 2008 19:31:05 GMT</pubDate>
    </item>
    <item>
      <title>First Look At Silverlight 2 </title>
      <description>Scott Gu annouces Silverlight 2 and describes a sample application that should be of interest to anyone developing web applications to consume data from public APIs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f22%2ffirst-look-at-silverlight-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f22%2ffirst-look-at-silverlight-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/First_Look_At_Silverlight_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/First_Look_At_Silverlight_2</guid>
      <pubDate>Fri, 22 Feb 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>XmlDocument fluent interface</title>
      <description>A simple fluent interface for creating XmlDocuments &amp;amp; strings. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2007%2f10%2f20%2fxmldocument-fluent-interface"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.improve.dk%2fblog%2f2007%2f10%2f20%2fxmldocument-fluent-interface" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/XmlDocument_fluent_interface</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/XmlDocument_fluent_interface</guid>
      <pubDate>Sun, 24 Feb 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title> .NET 3.5 Client Product Roadmap</title>
      <description>Scott is introducing upcoming features of client part of .NET 3.5 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f19%2fnet-3-5-client-product-roadmap.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f02%2f19%2fnet-3-5-client-product-roadmap.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/NET_3_5_Client_Product_Roadmap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/NET_3_5_Client_Product_Roadmap</guid>
      <pubDate>Tue, 19 Feb 2008 21:01:02 GMT</pubDate>
    </item>
    <item>
      <title>REST with LINQ to XML</title>
      <description>With LINQ to XML, what I have learned so far, it's awesome, it is not only the first class concept of processing XML data, but also let you process a complex XML doc in the most simplest and readable way.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f01%2f11%2frest-with-linq-to-xml.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f01%2f11%2frest-with-linq-to-xml.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/REST_with_LINQ_to_XML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/REST_with_LINQ_to_XML</guid>
      <pubDate>Fri, 11 Jan 2008 12:40:16 GMT</pubDate>
    </item>
  </channel>
</rss>