<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dalziel</title>
    <description>Stories kicked by dalziel</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>The UpdatePanel is evil</title>
      <description>I think the UpdatePanel  is really powerful.  It allows you to write your code essentially the same as you always have, with a few small modifications.  You then just wrap your ASP/HTML controls in an UpdatePanel and hey presto, you've got them running as AJAX controls.  The problem is it makes the development of AJAX-type sites too easy.  You don't have to know what's going on behind the scenes, you don't have to understand the asynchronous calls made &amp;amp; the HTTP processes going on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2008%2f05%2f02%2fthe-updatepanel-is-evil%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2008%2f05%2f02%2fthe-updatepanel-is-evil%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/The_UpdatePanel_is_evil</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/The_UpdatePanel_is_evil</guid>
      <pubDate>Fri, 02 May 2008 22:03:58 GMT</pubDate>
    </item>
    <item>
      <title>Comparing two arrays (or IEnumerables) in C#</title>
      <description>An extension method to enable doing a value comparison of 2 collections &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2008%2f03%2f16%2fcomparing-two-arrays-or-ienumerables-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2008%2f03%2f16%2fcomparing-two-arrays-or-ienumerables-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Comparing_two_arrays_or_IEnumerables_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Comparing_two_arrays_or_IEnumerables_in_C</guid>
      <pubDate>Mon, 17 Mar 2008 21:47:21 GMT</pubDate>
    </item>
    <item>
      <title>Can't think of a good class name?</title>
      <description>Try this &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.classnamer.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.classnamer.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Can_t_think_of_a_good_class_name</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Can_t_think_of_a_good_class_name</guid>
      <pubDate>Mon, 17 Mar 2008 23:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Repository Base class in SubSonic 2.1</title>
      <description>Rob Conrey shows off how to implement a SubSonic Dal without using the Active Record Pattern. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f03%2f14%2fsubsonic-taking-a-look-at-the-new-repository-base-class%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f03%2f14%2fsubsonic-taking-a-look-at-the-new-repository-base-class%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Repository_Base_class_in_SubSonic_2_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Repository_Base_class_in_SubSonic_2_1</guid>
      <pubDate>Sat, 15 Mar 2008 06:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Building an API with .NET</title>
      <description>This article walks through setting up a simple REST API in C# by creating a custom HttpHandler. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d41"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jaltiere.com%2f%3fp%3d41" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Building_an_API_with_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Building_an_API_with_NET</guid>
      <pubDate>Fri, 14 Mar 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic: New Project Site Online</title>
      <description>Rob Conery talks about the new SubSonic web site. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f03%2f13%2fsubsonic-new-project-site-online%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f03%2f13%2fsubsonic-new-project-site-online%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SubSonic_New_Project_Site_Online</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SubSonic_New_Project_Site_Online</guid>
      <pubDate>Fri, 14 Mar 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL and NOLOCK Hints</title>
      <description>How to implement the NOLOCK hint in LINQ to reduce locking issues &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.madprops.org%2fcs%2fblogs%2fmabster%2farchive%2f2008%2f02%2f19%2flinq-to-sql-and-nolock-hints.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.madprops.org%2fcs%2fblogs%2fmabster%2farchive%2f2008%2f02%2f19%2flinq-to-sql-and-nolock-hints.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_and_NOLOCK_Hints</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_and_NOLOCK_Hints</guid>
      <pubDate>Fri, 29 Feb 2008 00:08:49 GMT</pubDate>
    </item>
    <item>
      <title> .NET Framework Library Source Code now available</title>
      <description>Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio &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%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</guid>
      <pubDate>Thu, 17 Jan 2008 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL Server 2008 will have IntelliSense</title>
      <description>Hurray! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f11%2f30%2fsql-server-2008-will-have-intellisense%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f3poundmass.wordpress.com%2f2007%2f11%2f30%2fsql-server-2008-will-have-intellisense%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2008_will_have_IntelliSense</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2008_will_have_IntelliSense</guid>
      <pubDate>Tue, 04 Dec 2007 04:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Subversion to access CodePlex projects</title>
      <description>A guide to using Subversion and the SvnBridge to access CodePlex projects and Team Foundation Server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nyveldt.com%2fblog%2fpost%2fUsing-Subversion-to-access-CodePlex-projects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nyveldt.com%2fblog%2fpost%2fUsing-Subversion-to-access-CodePlex-projects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_Subversion_to_access_CodePlex_projects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_Subversion_to_access_CodePlex_projects</guid>
      <pubDate>Sun, 25 Nov 2007 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Service Packs for the .NET Framework 2.0 and 3.0</title>
      <description>Service Packs for the 2.0 and 3.0 .net framework for everyone not installing 3.5 yet. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fguy.dotnet-expertise.com%2fPermaLink%2cguid%2cb9fcc958-079d-4523-9dbd-38bdcd9b40a2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fguy.dotnet-expertise.com%2fPermaLink%2cguid%2cb9fcc958-079d-4523-9dbd-38bdcd9b40a2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Service_Packs_for_the_NET_Framework_2_0_and_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Service_Packs_for_the_NET_Framework_2_0_and_3_0</guid>
      <pubDate>Sun, 25 Nov 2007 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Opening .NET 2.0 Web Application Projects in Visual Studio 2008</title>
      <description>Visual Studio 2008 handles Web Application Projects natively, but there are one or two things to look out for. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2007%2f11%2f22%2fopening-net-20-web-application-projects-in-visual-studio-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.slaven.net.au%2farchives%2f2007%2f11%2f22%2fopening-net-20-web-application-projects-in-visual-studio-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Opening_NET_2_0_Web_Application_Projects_in_Visual_Studio_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Opening_NET_2_0_Web_Application_Projects_in_Visual_Studio_2008</guid>
      <pubDate>Thu, 22 Nov 2007 05:49:07 GMT</pubDate>
    </item>
    <item>
      <title>An Architectural View of the ASP.NET MVC Framework</title>
      <description>Dino Esposito introduces the 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%2fdotnetslackers.com%2farticles%2faspnet%2fAnArchitecturalViewOfTheASPNETMVCFramework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2faspnet%2fAnArchitecturalViewOfTheASPNETMVCFramework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/An_Architectural_View_of_the_ASP_NET_MVC_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/An_Architectural_View_of_the_ASP_NET_MVC_Framework</guid>
      <pubDate>Wed, 21 Nov 2007 16:31:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net MVC Framework - Exception Handling </title>
      <description>How to handle exceptions with 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%2fweblogs.asp.net%2ffredriknormen%2farchive%2f2007%2f11%2f19%2fasp-net-mvc-framework-exception-handling.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffredriknormen%2farchive%2f2007%2f11%2f19%2fasp-net-mvc-framework-exception-handling.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Exception_Handling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_MVC_Framework_Exception_Handling</guid>
      <pubDate>Wed, 21 Nov 2007 17:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Facebook Development Kit</title>
      <description>Framework for developing FaceBook apps &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.microsoft.com%2fexpress%2fsamples%2ffacebook%2fquickstarts%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.microsoft.com%2fexpress%2fsamples%2ffacebook%2fquickstarts%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Facebook_Development_Kit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Facebook_Development_Kit</guid>
      <pubDate>Wed, 21 Nov 2007 09:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Honeypot Captcha - new Subskimet Captcha control</title>
      <description>Comment spam bots love form fields &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f09%2f11%2fhoneypot-captcha.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f09%2f11%2fhoneypot-captcha.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Honeypot_Captcha_new_Subskimet_Captcha_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Honeypot_Captcha_new_Subskimet_Captcha_control</guid>
      <pubDate>Tue, 11 Sep 2007 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Rainbow Hash Cracking</title>
      <description>The multi-platform password cracker Ophcrack is incredibly fast. How fast? It can crack the password &amp;quot;Fgpyyih804423&amp;quot; in 160 seconds. Most people would consider that password fairly secure.... &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%2f000949.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f000949.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/Rainbow_Hash_Cracking</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/Rainbow_Hash_Cracking</guid>
      <pubDate>Tue, 11 Sep 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - 2005 - Introduction and Explanation to sqlcmd</title>
      <description>I decided to write this article to respond to request of one of usergroup, which requested that they would like to learn sqlcmd 101.

SQL Server 2005 has introduced new utility sqlcmd to run ad hoc Transact-SQL statements and scripts from command prompt.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f09%2f06%2fsql-server-2005-introduction-and-explanation-to-sqlcmd%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f09%2f06%2fsql-server-2005-introduction-and-explanation-to-sqlcmd%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_2005_Introduction_and_Explanation_to_sqlcmd</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_2005_Introduction_and_Explanation_to_sqlcmd</guid>
      <pubDate>Mon, 10 Sep 2007 03:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Getting Loaded on SubSonic - Collection Basics</title>
      <description>SubSonic provides a handful of methods that make loading objects from your database simple. The most difficult part is just choosing which one to use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f05%2f18%2fGetting-Loaded-on-SubSonic---Collection-Basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f05%2f18%2fGetting-Loaded-on-SubSonic---Collection-Basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Getting_Loaded_on_SubSonic_Collection_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Getting_Loaded_on_SubSonic_Collection_Basics</guid>
      <pubDate>Wed, 23 May 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft to Build a Subversion to TFS Bridge</title>
      <description>The CodePlex team at Microsoft is set to unleash a Subversion to TFS Bridge. Essentially, it's Subversion on the outside, creamy TFS filling on the inside. If it works, it's quite an interesting technical accomplishment. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f05%2f21%2fcodeplex-to-roll-out-tortoisesvn-support.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f05%2f21%2fcodeplex-to-roll-out-tortoisesvn-support.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Microsoft_to_Build_a_Subversion_to_TFS_Bridge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Microsoft_to_Build_a_Subversion_to_TFS_Bridge</guid>
      <pubDate>Tue, 22 May 2007 07:16:01 GMT</pubDate>
    </item>
    <item>
      <title>28 Great Programming Quotes that never saw daylight</title>
      <description>Some nice quotes that never saw daylight but really should have ;) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajaxwidgets.com%2fBlogs%2fthomas%2f28_great_programming_quotes_th.bb"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajaxwidgets.com%2fBlogs%2fthomas%2f28_great_programming_quotes_th.bb" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/28_Great_Programming_Quotes_that_never_saw_daylight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/28_Great_Programming_Quotes_that_never_saw_daylight</guid>
      <pubDate>Mon, 14 May 2007 11:36:33 GMT</pubDate>
    </item>
    <item>
      <title>New &amp;quot;Orcas&amp;quot; Language Feature: Lambda Expressions</title>
      <description>Scott demonstrates lambda expressions and linq &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%2f2007%2f04%2f08%2fnew-orcas-language-feature-lambda-expressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f04%2f08%2fnew-orcas-language-feature-lambda-expressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/New_quot_Orcas_quot_Language_Feature_Lambda_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/New_quot_Orcas_quot_Language_Feature_Lambda_Expressions</guid>
      <pubDate>Mon, 09 Apr 2007 10:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Powerusing Reflector 5</title>
      <description>In this article, all the new functions (and the old ones you probably didn't know) of Reflector 5.0 are explained, so you get the most out of this tool. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.snowball.be%2fAll%2bYou%2bNeed%2bTo%2bKnow%2bTo%2bGet%2bThe%2bMost%2bOut%2bOf%2bReflector%2b5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.snowball.be%2fAll%2bYou%2bNeed%2bTo%2bKnow%2bTo%2bGet%2bThe%2bMost%2bOut%2bOf%2bReflector%2b5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Powerusing_Reflector_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Powerusing_Reflector_5</guid>
      <pubDate>Mon, 26 Mar 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Susonic Two Big Checkins</title>
      <description>Some big improvements happening to Subsonic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f03%2f22%2fSubSonic-Two-Big-Checkins.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f03%2f22%2fSubSonic-Two-Big-Checkins.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Susonic_Two_Big_Checkins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Susonic_Two_Big_Checkins</guid>
      <pubDate>Mon, 26 Mar 2007 07:16:01 GMT</pubDate>
    </item>
    <item>
      <title>DotNetKicks to be Open Sourced</title>
      <description>As the community on DotNetKicks.com has grown in size over the past year, I have received received many offers of help with adding features and many requests for the source code. Due to other top secret commitments, I have recently not had as much time as I would have liked to continue the development of DotNetKicks.com. A discussion on DotNetKicks last week re-highlighted the issue of feature stagnation (the community is continuing to grow just fine).

We are in the business of solving problems, and the best solution here is to open source the project. I had planned to release some code this past weekend, but some of the current dependencies include code that I don't wish to release. I am currently refactoring the dependencies, and I will be able to release some code very soon.

Please shout it from the roof tops, we need all the contributers we can get. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgavinjoyce%2farchive%2f2007%2f03%2f20%2fdotnetkicks-to-be-open-source.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgavinjoyce%2farchive%2f2007%2f03%2f20%2fdotnetkicks-to-be-open-source.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DotNetKicks_to_be_Open_Sourced</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DotNetKicks_to_be_Open_Sourced</guid>
      <pubDate>Tue, 20 Mar 2007 14:16:01 GMT</pubDate>
    </item>
  </channel>
</rss>