<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Lear</title>
    <description>Stories kicked by Lear</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>Tuple, a new type on .Net 4.0</title>
      <description>If you ever played with some language that have the Tuple type I bet you miss it in .Net. Well 4.0 adds it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2009%2f05%2f25%2fTupleANewTypeOnNet40.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynamicprogrammer.com%2f2009%2f05%2f25%2fTupleANewTypeOnNet40.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Tuple_a_new_type_on_Net_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Tuple_a_new_type_on_Net_4_0</guid>
      <pubDate>Mon, 25 May 2009 23:46:37 GMT</pubDate>
    </item>
    <item>
      <title>Secrets of SharePoint 2010 Exposed at TechEd 2009</title>
      <description>The details of SharePoint 2010 are under tight wraps. If you asked any of the presenters at Tech Ed the typical response was &amp;quot;I have no idea what you're talking about.&amp;quot; But that doesn't mean presenters didn't occasionally slip up or say more than they probably should have. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2009%2f05%2fsecrets-of-sharepoint-2010-exposed-at.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2009%2f05%2fsecrets-of-sharepoint-2010-exposed-at.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Secrets_of_SharePoint_2010_Exposed_at_TechEd_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Secrets_of_SharePoint_2010_Exposed_at_TechEd_2009</guid>
      <pubDate>Mon, 18 May 2009 10:32:29 GMT</pubDate>
    </item>
    <item>
      <title>Add an action to a SharePoint list actions menu for a specific list</title>
      <description>If you have ever tried adding a SharePoint custom action to the actions menu and tried using &amp;quot;List&amp;quot; or &amp;quot;ContentType&amp;quot; as the &amp;quot;RegistrationType&amp;quot; and then tried to specify a specific list or content type in the &amp;quot;RegistrationId&amp;quot; you know that it doesn't work. SharePoint will silently not render your custom action. If you try and target a generic list using a &amp;quot;RegistrationId&amp;quot; of &amp;quot;100&amp;quot; you will see that SharePoint will gladly render your action on every list in the site. I have found a rather kludgy work around to the problem. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fjoe_ferner%2fhow_to_add_a_custom_action_to.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fjoe_ferner%2fhow_to_add_a_custom_action_to.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Add_an_action_to_a_SharePoint_list_actions_menu_for_a_specific_list</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Add_an_action_to_a_SharePoint_list_actions_menu_for_a_specific_list</guid>
      <pubDate>Mon, 11 May 2009 00:50:06 GMT</pubDate>
    </item>
    <item>
      <title>Code Access Security Cheat Sheet</title>
      <description>A full page cheat sheet on Code Access Security (CAS).  Includes screenshots of the .NET Framework 2.0 Configuration tool.  Describes the following terms: Permission, PermissionSet, Code Group, Policy Level, Assembly Instance, Evidence; and Evidence Type.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2009%2f05%2fcode-access-security-cheat-sheet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2009%2f05%2fcode-access-security-cheat-sheet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Code_Access_Security_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Code_Access_Security_Cheat_Sheet</guid>
      <pubDate>Thu, 07 May 2009 21:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Creating a MVVM &amp;quot;Hello World&amp;quot; application in 30 seconds</title>
      <description>A example of how to create a hello world MVVM application using the MVVM toolkit! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f05%2f07%2fcreating-a-mvvm-hello-world-application-in-30-seconds.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2009%2f05%2f07%2fcreating-a-mvvm-hello-world-application-in-30-seconds.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_a_MVVM_Hello_World_application_in_30_seconds</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_a_MVVM_Hello_World_application_in_30_seconds</guid>
      <pubDate>Fri, 08 May 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Roadmap of Microsoft Certifications - SQL Server Certifications</title>
      <description>In these times of economic slowdown and uncertainties, more and more IT professionals are concerned about their job security and their qualifications. With job insecurity looming on their minds, it is a common trend for developers to start hunting for ways to update their skills. Sound knowledge and real world work experience are always a good way to help secure your future. However, a great way to demonstrate knowledge and competence is by having a certification in the technology one claims to be proficient in. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f04%2fsql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2009%2f05%2f04%2fsql-server-roadmap-of-microsoft-certifications-sql-server-certifications-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Roadmap_of_Microsoft_Certifications_SQL_Server_Certifications_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Roadmap_of_Microsoft_Certifications_SQL_Server_Certifications_1</guid>
      <pubDate>Tue, 05 May 2009 11:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Is F# faster than C#</title>
      <description>I had a bet with a co-worker that C# would out perform F# for a simple counting exercise. This turned out to be quite a surprise for many reasons. In this blog post I will try to explain why. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dis_f_faster_than_c"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dis_f_faster_than_c" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Is_F_faster_than_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Is_F_faster_than_C</guid>
      <pubDate>Fri, 12 Dec 2008 06:16:11 GMT</pubDate>
    </item>
    <item>
      <title>An Exciting Future: C# 4.0, Silverlight 3, MVC Dynamic Data, Live Mesh</title>
      <description>A roll call of exciting technologies Microsoft is working on for software developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f12%2fexciting-future-c-40-silverlight-3-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f12%2fexciting-future-c-40-silverlight-3-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/An_Exciting_Future_C_4_0_Silverlight_3_MVC_Dynamic_Data_Live_Mesh</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/An_Exciting_Future_C_4_0_Silverlight_3_MVC_Dynamic_Data_Live_Mesh</guid>
      <pubDate>Mon, 08 Dec 2008 22:39:01 GMT</pubDate>
    </item>
    <item>
      <title>Write My Rhino Mocks Expect Statement</title>
      <description>Have Rhino Mocks automatically generate your expect() and return() statements for you with this new open source project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f11%2fwrite-my-rhino-mocks-expect-statement.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f11%2fwrite-my-rhino-mocks-expect-statement.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Write_My_Rhino_Mocks_Expect_Statement</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Write_My_Rhino_Mocks_Expect_Statement</guid>
      <pubDate>Wed, 26 Nov 2008 21:35:19 GMT</pubDate>
    </item>
    <item>
      <title>TryParseGuid - Try/Catch vs Regex</title>
      <description>Need to TryParse a Guid?  Guess which is faster: try/catch or Regex.Parse.  The results may surprise you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dtryparseguid_try_catch_vs_regex"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dtryparseguid_try_catch_vs_regex" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/TryParseGuid_Try_Catch_vs_Regex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/TryParseGuid_Try_Catch_vs_Regex</guid>
      <pubDate>Tue, 25 Nov 2008 02:45:11 GMT</pubDate>
    </item>
    <item>
      <title>Back to Basics: Generics </title>
      <description>Introduction

There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f11%2f21%2fback-to-basics-generics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f11%2f21%2fback-to-basics-generics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Back_to_Basics_Generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Back_to_Basics_Generics</guid>
      <pubDate>Tue, 25 Nov 2008 22:01:12 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Tip #34 - Dispose of Your DataContext (or Don't) </title>
      <description>In this tip, the author demonstrate how you can dispose of a DataContext within an ASP.NET MVC controller. Next, he argues that there is no compelling reason to do this. &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%2f08%2f19%2fasp-net-mvc-tip-34-dispose-of-your-datacontext-or-don-t.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f08%2f19%2fasp-net-mvc-tip-34-dispose-of-your-datacontext-or-don-t.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/ASP_NET_MVC_Tip_34_Dispose_of_Your_DataContext_or_Don_t</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/ASP_NET_MVC_Tip_34_Dispose_of_Your_DataContext_or_Don_t</guid>
      <pubDate>Fri, 14 Nov 2008 22:16:14 GMT</pubDate>
    </item>
    <item>
      <title>Eight Miserable TFS Features</title>
      <description>Eight reasons why Team Foundation Server is a miserable tool for source control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f11%2fid-prefer-to-post-positive-happy-or.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f11%2fid-prefer-to-post-positive-happy-or.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Eight_Miserable_TFS_Features</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Eight_Miserable_TFS_Features</guid>
      <pubDate>Thu, 06 Nov 2008 22:34:56 GMT</pubDate>
    </item>
    <item>
      <title>Retrieving the Current User's Active Directory Object</title>
      <description>Useful code sample of how to retrieve the current user from AD. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frockstarguys.com%2fblogs%2fcolin%2farchive%2f2007%2f11%2f09%2fretrieving-the-current-user-s-active-directory-object.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frockstarguys.com%2fblogs%2fcolin%2farchive%2f2007%2f11%2f09%2fretrieving-the-current-user-s-active-directory-object.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Retrieving_the_Current_User_s_Active_Directory_Object</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Retrieving_the_Current_User_s_Active_Directory_Object</guid>
      <pubDate>Mon, 03 Nov 2008 23:43:22 GMT</pubDate>
    </item>
    <item>
      <title>Forget Burndown Use Burnup Charts</title>
      <description>Agile projects traditionally use burndown charts to visually show work remaining over time. But burndown charts have a major shortcoming: they fail to show what makes agile projects agile - new requirements. And that's where burnup charts come in. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f10%2fforget-burndown-use-burnup-charts.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f10%2fforget-burndown-use-burnup-charts.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Forget_Burndown_Use_Burnup_Charts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Forget_Burndown_Use_Burnup_Charts</guid>
      <pubDate>Fri, 24 Oct 2008 10:36:17 GMT</pubDate>
    </item>
    <item>
      <title>jQuery and Microsoft</title>
      <description>ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward.  We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch.  The files will continue to use and ship under the existing jQuery MIT license. &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%2f09%2f28%2fjquery-and-microsoft.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f28%2fjquery-and-microsoft.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_and_Microsoft</guid>
      <pubDate>Mon, 29 Sep 2008 04:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Subversion Support Comes to CodePlex. Sorta'</title>
      <description>A little publicized feature lets you use Subversion to access project hosted on CodePlex - without the need to run SvnBridge locally! &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%2f09%2f09%2fsubversion-support-on-codeplex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f09%2f09%2fsubversion-support-on-codeplex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subversion_Support_Comes_to_CodePlex_Sorta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subversion_Support_Comes_to_CodePlex_Sorta</guid>
      <pubDate>Wed, 10 Sep 2008 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Don't be clever 2 - The cost of cleverness</title>
      <description>In the modern world of programming we need to be more cognizant of making our code readable and grokkable than to make it clever or sneaky. For 99% of the developers out there, no one is ever going to pat you on the back for being sneaky. You're probably more likely to get punched in the face for it when the team has to spend the weekend debugging a piece of your clever code. &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%2f06%2fDont-be-clever-2---The-cost-of-cleverness.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f06%2fDont-be-clever-2---The-cost-of-cleverness.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Don_t_be_clever_2_The_cost_of_cleverness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Don_t_be_clever_2_The_cost_of_cleverness</guid>
      <pubDate>Fri, 20 Jun 2008 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>A Major Silverlight PITA, and Two Annoying 3.0 Limitations</title>
      <description>Did you know Silverlight implements the Visible property as an enumeration not a Boolean?  That leads the author to find two frustrating .Net 3.0 limitations: No ByRef Extension Methods, and no ByRef Automatic Properties. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f05%2ftwo-annoying-30-limitations-major.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f05%2ftwo-annoying-30-limitations-major.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_Major_Silverlight_PITA_and_Two_Annoying_3_0_Limitations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_Major_Silverlight_PITA_and_Two_Annoying_3_0_Limitations</guid>
      <pubDate>Sat, 31 May 2008 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>RemoteLINQ - How to make your LINQ span the globe</title>
      <description>After reading John Skeet's blog about Generating Mandelbrot images using PLINQ (Parallel LINQ) the author got the idea to build his own LINQ extension. Instead of just splitting the work across processors like PLINQ does, RemoteLINQ splits it across multiple machines. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dremotelinq_how_to_make_your"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dremotelinq_how_to_make_your" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/RemoteLINQ_How_to_make_your_LINQ_span_the_globe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/RemoteLINQ_How_to_make_your_LINQ_span_the_globe</guid>
      <pubDate>Fri, 23 May 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Performance: LINQ to XML vs XmlDocument vs XmlReader</title>
      <description>Compares speeds of XML parsing techniques.  Ultimately XmlReader beats LINQ to XML in almost every run except for very small XML documents. What's interesting though is how the numbers scale between text encodings. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dperformance_linq_to_sql_vs"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dperformance_linq_to_sql_vs" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Performance_LINQ_to_XML_vs_XmlDocument_vs_XmlReader</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Performance_LINQ_to_XML_vs_XmlDocument_vs_XmlReader</guid>
      <pubDate>Fri, 02 May 2008 04:37:04 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2: Add project references to other Silverlight projects</title>
      <description>Apparently in Silverlight 2 you can't add references to non-silverlight projects.  It's a real pain.  Paul Stovell gives an excellent workaround. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.paulstovell.com%2fblog%2fsilverlight-20-you-can-only-add-project-references-to-other-silverlight-projects-in-the-solution"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.paulstovell.com%2fblog%2fsilverlight-20-you-can-only-add-project-references-to-other-silverlight-projects-in-the-solution" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Add_project_references_to_other_Silverlight_projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Add_project_references_to_other_Silverlight_projects</guid>
      <pubDate>Fri, 11 Apr 2008 22:24:30 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu: Unit Testing with Silverlight</title>
      <description>One of the important capabilities we shipped with the Beta1 release of Silverlight 2 was a unit test harness that enables you to perform both API-level and UI-level unit testing.  This testing harness is cross browser and cross platform, and can be used to quickly run and verify automated unit tests. &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%2f02%2funit-testing-with-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%2f02%2funit-testing-with-silverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/ScottGu_Unit_Testing_with_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/ScottGu_Unit_Testing_with_Silverlight</guid>
      <pubDate>Wed, 02 Apr 2008 21:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Expression Trees: Why LINQ to SQL is Better than NHibernate</title>
      <description>The article claims that LINQ to SQL is inherently better than NHibernate because LINQ takes advantage of a new C# language feature called expression trees. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f03%2fexpression-trees-why-linq-to-sql-is.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2008%2f03%2fexpression-trees-why-linq-to-sql-is.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Expression_Trees_Why_LINQ_to_SQL_is_Better_than_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Expression_Trees_Why_LINQ_to_SQL_is_Better_than_NHibernate</guid>
      <pubDate>Fri, 28 Mar 2008 14:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Dotnetkicks Penance</title>
      <description>Sometimes this feeling of guilt comes over me. A little voice in my head says: "Why haven't you visited the upcoming section of Dotnetkicks.com lately...&amp;quot;

How guilt can lead you to support your fellow Dotnetkickers... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.spontaneouspublicity.com%2fpost%2f2008%2f03%2fDotnetkicks-Penance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.spontaneouspublicity.com%2fpost%2f2008%2f03%2fDotnetkicks-Penance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Dotnetkicks_Penance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Dotnetkicks_Penance</guid>
      <pubDate>Thu, 27 Mar 2008 16:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>