<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by fredrik</title>
    <description>Stories kicked by fredrik</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>Introduction to Moq</title>
      <description>In this post, I provide an introduction to Moq which is the newest of the Mock Object Frameworks. Moq is promoted by its creators as easier to learn and use than other Mock Object Frameworks such as Rhino Mocks and TypeMock Isolator.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f06%2f11%2ftdd-introduction-to-moq.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f06%2f11%2ftdd-introduction-to-moq.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Introduction_to_Moq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Introduction_to_Moq</guid>
      <pubDate>Mon, 23 Jun 2008 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Stop Polluting the UI Thread - Use a ThreadBarrier</title>
      <description>A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.quantumbitdesigns.com%2f2008%2f06%2f10%2fstop-polluting-the-ui-thread-use-a-threadbarrier%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Stop_Polluting_the_UI_Thread_Use_a_ThreadBarrier</guid>
      <pubDate>Tue, 10 Jun 2008 17:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Scrum Explained in 5 Minutes</title>
      <description>PDF entitled &amp;quot;Scrum in Five Minutes&amp;quot; from http://www.softhouse.se/ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.softhouse.se%2fUploades%2fScrum_eng_webb.pdf"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.softhouse.se%2fUploades%2fScrum_eng_webb.pdf" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Scrum_Explained_in_5_Minutes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Scrum_Explained_in_5_Minutes</guid>
      <pubDate>Fri, 06 Jun 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>The Open Closed Principle</title>
      <description>The first installment of a new MSDN Magazine column by Jeremy Miller. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc546578"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn2.microsoft.com%2fmagazine%2fcc546578" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/The_Open_Closed_Principle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/The_Open_Closed_Principle</guid>
      <pubDate>Fri, 30 May 2008 13:16:10 GMT</pubDate>
    </item>
    <item>
      <title>Automated Exploratory Testing</title>
      <description>Pex (Program EXploration) is an intelligent assistant to the programmer. From a parameterized unit test, it automatically produces a traditional unit test suite with high code coverage. In addition, it suggests to the programmer how to fix the bugs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fresearch.microsoft.com%2fPex%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fresearch.microsoft.com%2fPex%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Automated_Exploratory_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Automated_Exploratory_Testing</guid>
      <pubDate>Fri, 23 May 2008 15:16:16 GMT</pubDate>
    </item>
    <item>
      <title>Asserting That a Transaction was Completed</title>
      <description>How to write unit test to verify that a TransactionScope within the method being tested is completed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iridescence.no%2fPosts%2fAsserting-That-a-Transaction-was-Completed.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iridescence.no%2fPosts%2fAsserting-That-a-Transaction-was-Completed.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Asserting_That_a_Transaction_was_Completed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Asserting_That_a_Transaction_was_Completed</guid>
      <pubDate>Wed, 21 May 2008 11:36:32 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>More on how Entity Framework's single-model goal is flawed</title>
      <description>Greg takes point with the long-term goal of EF as defining the one true model can't possibly appropriate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2008%2f05%2f19%2fef-long-term-plans.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fgregyoung%2farchive%2f2008%2f05%2f19%2fef-long-term-plans.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/More_on_how_Entity_Framework_s_single_model_goal_is_flawed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/More_on_how_Entity_Framework_s_single_model_goal_is_flawed</guid>
      <pubDate>Tue, 20 May 2008 09:31:07 GMT</pubDate>
    </item>
    <item>
      <title>Feedback on Danny Simmons' Why use Entity Framework</title>
      <description>Useful feedback on Danny Simmons' &amp;quot;Why use Entity Framework&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f05%2f19%2fwhat-dan-simmons-forgot-to-tell-you-about-the-entity-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f05%2f19%2fwhat-dan-simmons-forgot-to-tell-you-about-the-entity-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Feedback_on_Danny_Simmons_Why_use_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Feedback_on_Danny_Simmons_Why_use_Entity_Framework</guid>
      <pubDate>Tue, 20 May 2008 05:46:07 GMT</pubDate>
    </item>
    <item>
      <title>Writing code that you're proud of</title>
      <description>Are you proud of the code you write? Take some extra time now and save yourself time down the road. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fwriting-code-that-youre-proud-of.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f05%2fwriting-code-that-youre-proud-of.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Writing_code_that_you_re_proud_of</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Writing_code_that_you_re_proud_of</guid>
      <pubDate>Fri, 16 May 2008 23:46: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>Use ThreadPool.QueueUserWorkItem With Anonymous Types</title>
      <description>Use the power of anonymous types, anonymous delegates and type inference to make ThreadPool.QueueUserWorkItem type-safe and easier to read. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fthevalerios.net%2fmatt%2f%3fp%3d14"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fthevalerios.net%2fmatt%2f%3fp%3d14" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Use_ThreadPool_QueueUserWorkItem_With_Anonymous_Types</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Use_ThreadPool_QueueUserWorkItem_With_Anonymous_Types</guid>
      <pubDate>Mon, 12 May 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>GOTCHA - LINQtoSQL Paging Problem</title>
      <description>A quick search for how to display paged records in ASP.NET will yield a ton of links and how to's ranging from as simple as automatic paging with the grid controls to custom paging and server side paging in SQL Server, but what about paging in LINQ? 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!128.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!128.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/GOTCHA_LINQtoSQL_Paging_Problem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/GOTCHA_LINQtoSQL_Paging_Problem</guid>
      <pubDate>Tue, 06 May 2008 04:18:18 GMT</pubDate>
    </item>
    <item>
      <title>Linq to Sql, Programming Against an Interface and the Repository Patte</title>
      <description>Using the Repository pattern to create an abstraction from the auto-generated classes Linq to Sql or other O/R mappers give us. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2firidescence.no%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2firidescence.no%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Linq_to_Sql_Programming_Against_an_Interface_and_the_Repository_Patte</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Linq_to_Sql_Programming_Against_an_Interface_and_the_Repository_Patte</guid>
      <pubDate>Mon, 05 May 2008 20:06:01 GMT</pubDate>
    </item>
    <item>
      <title>You too can be a metrosexual developer: an interview with Justice Gray</title>
      <description>Justice Gray is an Edmonton-based leading .Net developer, .Net convention speaker, influential opinion maker, paradigm-challenger and lady killer. From the outset he has championed the suave, charismatic, virile and pithy route as a fast track the top of the industry, and has largely pulled it off. Read on to learn his tricks of the trade. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeduncan.com%2fmetrosexual-developer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeduncan.com%2fmetrosexual-developer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/You_too_can_be_a_metrosexual_developer_an_interview_with_Justice_Gray</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/You_too_can_be_a_metrosexual_developer_an_interview_with_Justice_Gray</guid>
      <pubDate>Mon, 05 May 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection in WCF Services Part 2 </title>
      <description>In this second post of this series, Javi explains with an example how to apply Dependency Injection pattern in a WCF service using Castle and its WCF facility. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f05%2fdependency-injection-in-wcf-services_03.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f05%2fdependency-injection-in-wcf-services_03.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Dependency_Injection_in_WCF_Services_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Dependency_Injection_in_WCF_Services_Part_2</guid>
      <pubDate>Sun, 04 May 2008 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Json.NET 2.0 final released</title>
      <description>The final version of Json.NET 2.0. Includes all the new features introduced during the betas such as LINQ to JSON and JsonSerializer improvements in addition to all new API documentation. &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%2f05%2f04%2fjson-net-2-0-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2008%2f05%2f04%2fjson-net-2-0-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Json_NET_2_0_final_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Json_NET_2_0_final_released</guid>
      <pubDate>Sun, 04 May 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Array.Contains()</title>
      <description>Wouldn't it be nice if you could test wether an element is contained in an array by using a Contains method just like the one available on List objects?  This article shows you how to achieve something similar in .NET 2.0 and .NET 3.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnettoad.com%2findex.php%3f%2farchives%2f10-Array.Contains.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnettoad.com%2findex.php%3f%2farchives%2f10-Array.Contains.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Array_Contains</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Array_Contains</guid>
      <pubDate>Fri, 02 May 2008 08:34:42 GMT</pubDate>
    </item>
    <item>
      <title>Thanks to BDD (Unit Test Naming Conventions)</title>
      <description>Smart, legible naming conventions for unit tests which borrow from Behaviour Driven Design &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felegantcode.com%2f2008%2f05%2f01%2fthanks-to-bdd%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felegantcode.com%2f2008%2f05%2f01%2fthanks-to-bdd%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Thanks_to_BDD_Unit_Test_Naming_Conventions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Thanks_to_BDD_Unit_Test_Naming_Conventions</guid>
      <pubDate>Thu, 01 May 2008 20:52:20 GMT</pubDate>
    </item>
    <item>
      <title>Writing a Simple Role Playing Game with C# .NET and the State Pattern</title>
      <description>Learn how to use the State design pattern in C# .NET by writing a basic role playing game, with a main character who explores a forest, finds magical items, slays monsters, and gains experience points. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle94.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle94.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Writing_a_Simple_Role_Playing_Game_with_C_NET_and_the_State_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Writing_a_Simple_Role_Playing_Game_with_C_NET_and_the_State_Pattern</guid>
      <pubDate>Thu, 01 May 2008 21:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Why I'm a better software developer than you</title>
      <description>What makes one developer better than another? Shouldn't we all be performing at the same level? Of course not, we're not sewing buttons on an assembly line. We're using every bit of our intelligence to create something that we can only being to understand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f04%2fwhy-im-a-better-software-developer-than-you.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f04%2fwhy-im-a-better-software-developer-than-you.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Why_I_m_a_better_software_developer_than_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Why_I_m_a_better_software_developer_than_you</guid>
      <pubDate>Wed, 30 Apr 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>How I Explained REST to My Wife</title>
      <description>Nice explaination of REST &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftomayko.com%2fwritings%2frest-to-my-wife"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftomayko.com%2fwritings%2frest-to-my-wife" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/How_I_Explained_REST_to_My_Wife</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/How_I_Explained_REST_to_My_Wife</guid>
      <pubDate>Wed, 30 Apr 2008 09:31:02 GMT</pubDate>
    </item>
    <item>
      <title>(Better) JQuery IntelliSense in VS2008</title>
      <description>If you are like me and you've read the many articles about how to get other javascript libraries to work in VS2008, you'll know that all you really need to do is install the visual studio HOTFIX. This patches your VS and among other things, gets the javascript intellisense working nicely. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbradvincent%2farchive%2f2008%2f04%2f28%2fbetter-jquery-intellisense-in-vs2008.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbradvincent%2farchive%2f2008%2f04%2f28%2fbetter-jquery-intellisense-in-vs2008.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Better_JQuery_IntelliSense_in_VS2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Better_JQuery_IntelliSense_in_VS2008</guid>
      <pubDate>Tue, 29 Apr 2008 19:16:03 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>Immutability and tail recursion</title>
      <description>An article about immutability and tail recursion, and how they have nothing to do with one another. Explains what tail calls are, what tail recursion is, and why it is important. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f04%2fImmutability-and-tail-recursion.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f04%2fImmutability-and-tail-recursion.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Immutability_and_tail_recursion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Immutability_and_tail_recursion</guid>
      <pubDate>Mon, 28 Apr 2008 18:31:09 GMT</pubDate>
    </item>
  </channel>
</rss>