<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rohancragg</title>
    <description>Stories kicked by rohancragg</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>Microsoft kills Linq to SQL</title>
      <description>Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f10%2f31%2fmicrosoft-kills-linq-to-sql.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f10%2f31%2fmicrosoft-kills-linq-to-sql.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Microsoft_kills_Linq_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Microsoft_kills_Linq_to_SQL</guid>
      <pubDate>Fri, 31 Oct 2008 09:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Speeding up ASP.NET with the Runtime Page Optimizer</title>
      <description>An great new tool to automatically optimize your ASP.NET website. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f10%2f19%2fspeeding-up-asp-net-with-the-runtime-page-optimizer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f10%2f19%2fspeeding-up-asp-net-with-the-runtime-page-optimizer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Speeding_up_ASP_NET_with_the_Runtime_Page_Optimizer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Speeding_up_ASP_NET_with_the_Runtime_Page_Optimizer</guid>
      <pubDate>Mon, 20 Oct 2008 00:31:08 GMT</pubDate>
    </item>
    <item>
      <title>Not doing TDD is worst than doing it wrong in the beggining.</title>
      <description>Check this out, and make a learn from it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f09%2f23%2flearning-and-crafstmanship.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f09%2f23%2flearning-and-crafstmanship.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Not_doing_TDD_is_worst_than_doing_it_wrong_in_the_beggining</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Not_doing_TDD_is_worst_than_doing_it_wrong_in_the_beggining</guid>
      <pubDate>Wed, 24 Sep 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Implementing a Repository and Specificaiton pattern using Linq</title>
      <description>In my previous post I put down some thoughts on the Repository and Specification patterns and in the end said that with the introduction of Linq and the growing popularity of ORM frameworks and their support for Linq, it's time to look back at these two patterns and see how we can leverage Linq to simplify the patterns and make them infrastructure agnostic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeinsanity.com%2f2008%2f08%2fimplementing-repository-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeinsanity.com%2f2008%2f08%2fimplementing-repository-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Implementing_a_Repository_and_Specificaiton_pattern_using_Linq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Implementing_a_Repository_and_Specificaiton_pattern_using_Linq</guid>
      <pubDate>Fri, 15 Aug 2008 12:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Another Use for C# Using</title>
      <description>If you are a C# developer you're familiar with the using directive.  It appears at the top of every one of your class files informing the compiler what namespaces should be looked at while compiling this code page so that you don't have to fully qualify every object. (This isn't the interesting bit) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fanother-use-c-using"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fanother-use-c-using" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Another_Use_for_C_Using</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Another_Use_for_C_Using</guid>
      <pubDate>Mon, 16 Jun 2008 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Using C# 3.0 (.Net 3.5) syntax in a .Net 2.0 application</title>
      <description>An overview of using C# 3.0 syntax in a .Net 2.0 application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f06%2f16%2fusing-c-3-0-net-3-5-syntax-in-a-net-2-0-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f06%2f16%2fusing-c-3-0-net-3-5-syntax-in-a-net-2-0-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_C_3_0_Net_3_5_syntax_in_a_Net_2_0_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_C_3_0_Net_3_5_syntax_in_a_Net_2_0_application</guid>
      <pubDate>Tue, 17 Jun 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Getting rid of strings (2): use lambda expressions</title>
      <description>In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fGetting-rid-of-strings-(2)-use-lambda-expressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f06%2fGetting-rid-of-strings-(2)-use-lambda-expressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Getting_rid_of_strings_2_use_lambda_expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Getting_rid_of_strings_2_use_lambda_expressions</guid>
      <pubDate>Fri, 13 Jun 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>HowTo: Configure Microsoft Source Analysis </title>
      <description>Lots of folks are complaining about Microsoft's recently released Source Analysis tool, and how they disagree with certain rules, and how it is not configurable. Well, it is configurable, but they put the dialog in a strange place.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspzone.com%2ftech%2fhowto-configure-microsoft-source-analysis%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspzone.com%2ftech%2fhowto-configure-microsoft-source-analysis%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/HowTo_Configure_Microsoft_Source_Analysis</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/HowTo_Configure_Microsoft_Source_Analysis</guid>
      <pubDate>Mon, 26 May 2008 08:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Writing your own rules for Microsoft Source Analysis for C#</title>
      <description>How to look at the baked in rules or how to write your own set of rules for the newly released Microsoft Source Analysis for C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fwriting-your-own-rules-for-microsoft-source-analysis-for-c%2f153.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fwriting-your-own-rules-for-microsoft-source-analysis-for-c%2f153.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Writing_your_own_rules_for_Microsoft_Source_Analysis_for_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Writing_your_own_rules_for_Microsoft_Source_Analysis_for_C</guid>
      <pubDate>Mon, 26 May 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Source Analysis for C# Released</title>
      <description>From post: &amp;quot;Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsourceanalysis%2farchive%2f2008%2f05%2f23%2fannouncing-the-release-of-microsoft-source-analysis.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Microsoft_Source_Analysis_for_C_Released</guid>
      <pubDate>Fri, 23 May 2008 18:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Using Consolas font in cmd.exe</title>
      <description>You're using Consolas in Visual Studio already -right?

With this little tip you can use it as the command shell too! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f04%2f22%2fgive-your-eyes-a-treat.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f04%2f22%2fgive-your-eyes-a-treat.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Using_Consolas_font_in_cmd_exe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Using_Consolas_font_in_cmd_exe</guid>
      <pubDate>Fri, 23 May 2008 09:59:50 GMT</pubDate>
    </item>
    <item>
      <title>Entities, Value Objects, Aggregates and Roots</title>
      <description>Basics of DDD &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f05%2f20%2fentities-value-objects-aggregates-and-roots.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f05%2f20%2fentities-value-objects-aggregates-and-roots.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Entities_Value_Objects_Aggregates_and_Roots</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Entities_Value_Objects_Aggregates_and_Roots</guid>
      <pubDate>Wed, 21 May 2008 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Generic types and IDisposable, the &amp;quot;using&amp;quot; trick</title>
      <description>This is another one in the series &amp;quot;heck, I never thought of that&amp;quot;... Like most of these articles, if you already knew this trick, ignore me... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f20%2fGenericTypesAndIDisposableTheQuotusingquotTrick.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f05%2f20%2fGenericTypesAndIDisposableTheQuotusingquotTrick.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Generic_types_and_IDisposable_the_using_trick</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Generic_types_and_IDisposable_the_using_trick</guid>
      <pubDate>Wed, 21 May 2008 08:46:03 GMT</pubDate>
    </item>
    <item>
      <title>7 tricks to simplify your programs with LINQ</title>
      <description>Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figoro.com%2farchive%2f7-tricks-to-simplify-your-programs-with-linq%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figoro.com%2farchive%2f7-tricks-to-simplify-your-programs-with-linq%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/7_tricks_to_simplify_your_programs_with_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/7_tricks_to_simplify_your_programs_with_LINQ</guid>
      <pubDate>Mon, 19 May 2008 09:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Alt.NET Podcast Launched!</title>
      <description>The Alt.NET Podcast has a new podcast. The premier episode is a conversation with David Laribee, Jeremy D. Miller, and Chad Myers about continuously improving yourself, your code, and your team. Give it a listen! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Alt_NET_Podcast_Launched</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Alt_NET_Podcast_Launched</guid>
      <pubDate>Tue, 13 May 2008 23:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Lazy instantiation one-liner with the coalesce operator</title>
      <description>The one-liner for lazy instantiation of instance fields using the coalesce-operator &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frealfiction.net%2f%3fq%3dnode%2f157"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frealfiction.net%2f%3fq%3dnode%2f157" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Lazy_instantiation_one_liner_with_the_coalesce_operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Lazy_instantiation_one_liner_with_the_coalesce_operator</guid>
      <pubDate>Wed, 14 May 2008 09:31:33 GMT</pubDate>
    </item>
    <item>
      <title>Using the DescriptionAttribute to prettify your enumerations</title>
      <description>the article details a wrapper that can be used to get a well-formatted string version of an enumeration value by using the DescriptionAttribute to provide the formatted string.  The comments includes an extension method version that works for any enum type. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moggoly.me.uk%2fblog%2fpost%2fEnum-description-values.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moggoly.me.uk%2fblog%2fpost%2fEnum-description-values.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_the_DescriptionAttribute_to_prettify_your_enumerations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_the_DescriptionAttribute_to_prettify_your_enumerations</guid>
      <pubDate>Mon, 19 May 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: April 28th Links</title>
      <description>Someone had to submit this sooner or later... :) &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%2f04%2f28%2fapril-28th-links-asp-net-asp-net-ajax-asp-net-mvc-silverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f04%2f28%2fapril-28th-links-asp-net-asp-net-ajax-asp-net-mvc-silverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ScottGu_April_28th_Links</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ScottGu_April_28th_Links</guid>
      <pubDate>Tue, 29 Apr 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>51+ Best of jQuery Tutorials and Examples</title>
      <description>A good summary of jQuery resources &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.noupe.com%2ftutorial%2f51-best-of-jquery-tutorials-and-examples.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.noupe.com%2ftutorial%2f51-best-of-jquery-tutorials-and-examples.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/51_Best_of_jQuery_Tutorials_and_Examples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/51_Best_of_jQuery_Tutorials_and_Examples</guid>
      <pubDate>Sat, 26 Apr 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Give back to your testing framework</title>
      <description>Can there be code reuse in testing classes? Is code coverage the only measurement we have for test efficiency? Should our testing framework test design and meta-code as well as functionality? Use this test classes base-class to test some things you probably haven't tested before. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fpost%2fGive-back-to-your-testing-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fpost%2fGive-back-to-your-testing-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Give_back_to_your_testing_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Give_back_to_your_testing_framework</guid>
      <pubDate>Fri, 25 Apr 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>The Developer Exchange Program</title>
      <description>How much better a developer would you be if you could regularly observe another Agile team in action... in person. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f20%2fthe-developer-exchange-program.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f04%2f20%2fthe-developer-exchange-program.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/The_Developer_Exchange_Program</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/The_Developer_Exchange_Program</guid>
      <pubDate>Tue, 22 Apr 2008 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Use Twitter To Stay On Top Of The .NET Programming News</title>
      <description>Do you use twitter? If you don't you should, it is a great way to find out what is happening in the programming world. Here is a list of some well known programmers and their twitter URL. 
Phil Haack, Jeff Atwood, Scott Hanselman, Dare Obasanjo, John Lam and many more are on this list
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2008%2f04%2fuse-twitter-to-stay-on-top-of-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetsamplechapters.blogspot.com%2f2008%2f04%2fuse-twitter-to-stay-on-top-of-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Use_Twitter_To_Stay_On_Top_Of_The_NET_Programming_News</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Use_Twitter_To_Stay_On_Top_Of_The_NET_Programming_News</guid>
      <pubDate>Thu, 17 Apr 2008 18:31:02 GMT</pubDate>
    </item>
    <item>
      <title>StackOverflow.COM</title>
      <description>JA and Joel Spolsky join forces to kick the s*t out of Experts Exchange.  I didn't know anybody else hated them as much as I did.  I even toyed with the idea of creating a google frontend to append -experts-exchange to any search.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001101.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001101.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/StackOverflow_COM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/StackOverflow_COM</guid>
      <pubDate>Thu, 17 Apr 2008 17:01:03 GMT</pubDate>
    </item>
    <item>
      <title>LINQPad as a Code Snippet Execution Engine</title>
      <description>LINQPad is an awesome tool to quickly execute code. Besides the obvious LINQ testing features that its name implies, LINQPad also can come in quite handy as a generic .NET code snippet execution utility that allows you to run any .NET expression or single statement block. It's a great tool for your toolbox to quickly check behavior of BCL functions for example... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f319003.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f319003.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/LINQPad_as_a_Code_Snippet_Execution_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/LINQPad_as_a_Code_Snippet_Execution_Engine</guid>
      <pubDate>Thu, 17 Apr 2008 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How to share configuration files between projects</title>
      <description>Sharing configuration files between multiple projects in Visual Studio is a simple task, but it is not intuitive in how it is done.  In fact, until recently I did not know how to do it via the IDE, I would always hand edit the .sln file to enable this feature (sad I know).  Today I thought I would throw up a simple set of screen shots to show everyone how easy it really is. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f04%2f15%2fhow-to-share-configuration-files-between-projects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f04%2f15%2fhow-to-share-configuration-files-between-projects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_share_configuration_files_between_projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_share_configuration_files_between_projects</guid>
      <pubDate>Wed, 16 Apr 2008 00:31:03 GMT</pubDate>
    </item>
  </channel>
</rss>