<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by benrick</title>
    <description>Stories kicked by benrick</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>Free ASP.NET MVC "NerdDinner" Tutorial Now in HTML </title>
      <description>ScottGu has split the Nerd Dinner tutorial walks throughs into 12 html segments, increasing the sizes of the screens shots and using a nice syntax highlighter. &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%2f2009%2f04%2f28%2ffree-asp-net-mvc-nerddinner-tutorial-now-in-html.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2009%2f04%2f28%2ffree-asp-net-mvc-nerddinner-tutorial-now-in-html.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_NerdDinner_Tutorial_Now_in_HTML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_ASP_NET_MVC_NerdDinner_Tutorial_Now_in_HTML</guid>
      <pubDate>Tue, 28 Apr 2009 18:08:33 GMT</pubDate>
    </item>
    <item>
      <title>Where Are The Developer Machines?</title>
      <description>Steve Smith posts about PCs for software developers, and how computer companies aren't targeting this section of the market. If a computer manufacturer made development machines, how should these computers be configured? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fwhere-are-the-developer-machines%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fwhere-are-the-developer-machines%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Where_Are_The_Developer_Machines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Where_Are_The_Developer_Machines</guid>
      <pubDate>Tue, 07 Apr 2009 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Control Panel</title>
      <description>Steve smith suggests creating a Control Panel project, which joins together some common plugins for ASP.NET sites. The control panel would join tracing, error logging, cache management, and any other plugins into one plugin which is individually configurable for applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fasp-net-control-panel%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fasp-net-control-panel%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Control_Panel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Control_Panel</guid>
      <pubDate>Wed, 04 Mar 2009 05:46:50 GMT</pubDate>
    </item>
    <item>
      <title>Fiddler for Firefox</title>
      <description>Steve Smith's description how to configure Firefox and Fiddler to work together.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2ffiddler-for-firefox%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2ffiddler-for-firefox%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Fiddler_for_Firefox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Fiddler_for_Firefox</guid>
      <pubDate>Sat, 18 Oct 2008 03:25:43 GMT</pubDate>
    </item>
    <item>
      <title>Graffiti Extension For DotNetKicks</title>
      <description>Add an extension to Graffiti CMS to automatically link to DotNetKicks with each new post.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fgraffiti-cms-extension-for-dotnetkicks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fgraffiti-cms-extension-for-dotnetkicks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Graffiti_Extension_For_DotNetKicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Graffiti_Extension_For_DotNetKicks</guid>
      <pubDate>Tue, 23 Sep 2008 23:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Avoiding Dependencies</title>
      <description>As a rule, code should not directly depend on external resources such as System.Net.Mail's email sending capabilities.  Having code that directly calls out to System.Net.Mail is difficult to unit test as well as difficult to walk through in a test or stage environment without having actual emails sent.  Two design patterns can be used to reduce this dependency: Facade and Strategy.  The Strategy pattern offers a host of benefits above and beyond what the facade layer provides, as this articles demonstrates with code examples. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2favoiding-dependencies%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2favoiding-dependencies%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Avoiding_Dependencies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Avoiding_Dependencies</guid>
      <pubDate>Fri, 19 Sep 2008 22:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Codebehind Files in ASP.NET MVC Are Evil</title>
      <description>Having Codebehind files for Views in ASP.NET MVC tempts developers to use web forms style programming in MVC applications.  Removing them from the default application templates and new File-&amp;gt;ASP.NET MVC View templates will help developers fall into a &amp;quot;pit of success&amp;quot; by eliminating the temptation to put code into codebehind files that should really go into Controllers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fcodebehind-files-in-asp-net-mvc-are-evil%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fcodebehind-files-in-asp-net-mvc-are-evil%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Codebehind_Files_in_ASP_NET_MVC_Are_Evil</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Codebehind_Files_in_ASP_NET_MVC_Are_Evil</guid>
      <pubDate>Thu, 18 Sep 2008 16:46:05 GMT</pubDate>
    </item>
    <item>
      <title>DevMaven Ads on the Web Log</title>
      <description>This blog post discusses advertising on blogs. In it, Rick Strahl discusses how and why he used to advertise and why he switched to using DevMaven Ads exclusively.  &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%2f426802.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f426802.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/DevMaven_Ads_on_the_Web_Log</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/DevMaven_Ads_on_the_Web_Log</guid>
      <pubDate>Tue, 22 Jul 2008 21:55:06 GMT</pubDate>
    </item>
    <item>
      <title>What to Know About Value Types and Reference Types in C#</title>
      <description>Value types and reference types are important concepts in C#. In this article, Brendan describes these concepts in an easy way. This beginners' tutorial is written to help people unfamiliar with these concepts to gain a basic understanding of them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f1682_What_to_Know_About_Value_Types_and_Reference_Types_in_C"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f1682_What_to_Know_About_Value_Types_and_Reference_Types_in_C" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/What_to_Know_About_Value_Types_and_Reference_Types_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/What_to_Know_About_Value_Types_and_Reference_Types_in_C</guid>
      <pubDate>Fri, 11 Jul 2008 04:50:30 GMT</pubDate>
    </item>
    <item>
      <title>Cache Access Pattern Revised</title>
      <description>Some updates to the Cache Access Pattern using new features of the .NET framework, such as System.Func. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fcache-access-pattern-revised%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2fcache-access-pattern-revised%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cache_Access_Pattern_Revised</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cache_Access_Pattern_Revised</guid>
      <pubDate>Mon, 07 Jul 2008 21:10:14 GMT</pubDate>
    </item>
    <item>
      <title>Tuples in F#</title>
      <description>Dustin explains why he likes F# in a whole series of posts. This one talks about tuples in F#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdiditwith.net%2f2008%2f01%2f18%2fWhyILoveFTuples.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2008%2f01%2f18%2fWhyILoveFTuples.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Tuples_in_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Tuples_in_F</guid>
      <pubDate>Sat, 19 Jan 2008 01:51:22 GMT</pubDate>
    </item>
    <item>
      <title> LINQ to SQL (Part 6 - Retrieving Data Using Stored Procedures)</title>
      <description>Scott Guthrie's great blog post explaining how to retrieve data from stored procedures using LINQ. It shows both C# and VB for this. Great pictures and examples. &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%2f08%2f16%2flinq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f08%2f16%2flinq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_Part_6_Retrieving_Data_Using_Stored_Procedures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_Part_6_Retrieving_Data_Using_Stored_Procedures</guid>
      <pubDate>Sat, 22 Dec 2007 04:45:46 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie: Visual Studio 2008 and .NET 3.5 Released</title>
      <description>Scott's announcement on the release of Visual Studio 2008 and .NET 3.5. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f19%2fvisual-studio-2008-and-net-3-5-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f19%2fvisual-studio-2008-and-net-3-5-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Scott_Guthrie_Visual_Studio_2008_and_NET_3_5_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Scott_Guthrie_Visual_Studio_2008_and_NET_3_5_Released</guid>
      <pubDate>Tue, 20 Nov 2007 03:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Developer Acronyms for 2007</title>
      <description>A list of the current .NET developer acronyms for 2007. Contains the acronym as well as links to information about the acronym. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspadvice.com%2fblogs%2fssmith%2farchive%2f2007%2f11%2f13%2fDeveloper-Acronyms-for-2007.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspadvice.com%2fblogs%2fssmith%2farchive%2f2007%2f11%2f13%2fDeveloper-Acronyms-for-2007.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Developer_Acronyms_for_2007</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Developer_Acronyms_for_2007</guid>
      <pubDate>Wed, 14 Nov 2007 02:27:28 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.5 Is Shared Source</title>
      <description>Microsoft's .NET Framework 3.5 is going to be released open source. &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%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</guid>
      <pubDate>Thu, 04 Oct 2007 00:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Scott Guthrie Stories</title>
      <description>Index to articles on CSharp and Web development by Scott Guthrie &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%2fpages%2fASP.NET-2.0-Tips_2C00_-Tricks_2C00_-Recipes-and-Gotchas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2fpages%2fASP.NET-2.0-Tips_2C00_-Tricks_2C00_-Recipes-and-Gotchas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Scott_Guthrie_Stories</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Scott_Guthrie_Stories</guid>
      <pubDate>Sat, 29 Sep 2007 20:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Gotcha Don't use xhtmlconformance mode &amp;quot;legacy&amp;quot; with asp.net ajax</title>
      <description>A quick post on one of the gotchas you can run into adding AJAX to an existing ASP.net application. &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%2f2006%2f12%2f10%2fgotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2006%2f12%2f10%2fgotcha-don-t-use-xhtmlconformance-mode-legacy-with-asp-net-ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Gotcha_Don_t_use_xhtmlconformance_mode_legacy_with_asp_net_ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Gotcha_Don_t_use_xhtmlconformance_mode_legacy_with_asp_net_ajax</guid>
      <pubDate>Mon, 17 Sep 2007 20:25:44 GMT</pubDate>
    </item>
    <item>
      <title>Accessing a MasterPage ScriptManager from a Content Page</title>
      <description>A blog post explaining how to Access a Script Manager on a MasterPage from within a Content Page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspadvice.com%2fblogs%2fname%2farchive%2f2007%2f07%2f17%2fAccessing-a-MasterPage-ScriptManager-from-a-Content-Page.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspadvice.com%2fblogs%2fname%2farchive%2f2007%2f07%2f17%2fAccessing-a-MasterPage-ScriptManager-from-a-Content-Page.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Accessing_a_MasterPage_ScriptManager_from_a_Content_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Accessing_a_MasterPage_ScriptManager_from_a_Content_Page</guid>
      <pubDate>Thu, 19 Jul 2007 17:49:54 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL (Part 5 - Binding UI using the ASP:LinqDataSource Control)</title>
      <description>Binding UI using the ASP:LinqDataSource Control &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%2f07%2f16%2flinq-to-sql-part-5-binding-ui-using-the-asp-linqdatasource-control.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f07%2f16%2flinq-to-sql-part-5-binding-ui-using-the-asp-linqdatasource-control.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/LINQ_to_SQL_Part_5_Binding_UI_using_the_ASP_LinqDataSource_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/LINQ_to_SQL_Part_5_Binding_UI_using_the_ASP_LinqDataSource_Control</guid>
      <pubDate>Wed, 18 Jul 2007 06:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Become a Better Developer... in 6 months </title>
      <description>What my steps will be for the next 6 months to become a better programmer &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f07%2fbecome-better-developer-in-6-months.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f07%2fbecome-better-developer-in-6-months.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Become_a_Better_Developer_in_6_months</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Become_a_Better_Developer_in_6_months</guid>
      <pubDate>Mon, 16 Jul 2007 22:01:03 GMT</pubDate>
    </item>
    <item>
      <title>SQL SERVER - Count Duplicate Records - Rows</title>
      <description>In this article we will see how to find count of all the duplicate records in the table. Following query demonstrates usage of GROUP BY, HAVING, ORDER BY in one query and returns the results with duplicate column and its count in descending order. &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%2f07%2f11%2fsql-server-count-duplicate-records-rows%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sqlauthority.com%2f2007%2f07%2f11%2fsql-server-count-duplicate-records-rows%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_SERVER_Count_Duplicate_Records_Rows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_SERVER_Count_Duplicate_Records_Rows</guid>
      <pubDate>Tue, 17 Jul 2007 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>What's wrong with this code? #1 - Discussion</title>
      <description>Discussion over the thread-safe singleton snippet presented in &amp;quot;What's wrong with this code? #1&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ekampf.com%2fblog%2f2007%2f07%2f15%2fWhatsWrongWithThisCode1Discussion.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ekampf.com%2fblog%2f2007%2f07%2f15%2fWhatsWrongWithThisCode1Discussion.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/What_s_wrong_with_this_code_1_Discussion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/What_s_wrong_with_this_code_1_Discussion</guid>
      <pubDate>Mon, 16 Jul 2007 13:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Karma Points System for DotNetKicks?</title>
      <description>Please let us know your thoughts on the proposed addition of a 'Karma Points' feature to DNK &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.google.com%2fp%2fdotnetkicks%2fissues%2fdetail%3fid%3d7"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.google.com%2fp%2fdotnetkicks%2fissues%2fdetail%3fid%3d7" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Karma_Points_System_for_DotNetKicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Karma_Points_System_for_DotNetKicks</guid>
      <pubDate>Sat, 14 Jul 2007 16:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Wait for ASP.NET AJAX Book Finally Over</title>
      <description>Very funny blog post from Steve Smith &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspadvice.com%2fblogs%2fssmith%2farchive%2f2007%2f07%2f12%2fWait-for-ASP.NET-AJAX-Book-Finally-Over.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspadvice.com%2fblogs%2fssmith%2farchive%2f2007%2f07%2f12%2fWait-for-ASP.NET-AJAX-Book-Finally-Over.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Wait_for_ASP_NET_AJAX_Book_Finally_Over</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Wait_for_ASP_NET_AJAX_Book_Finally_Over</guid>
      <pubDate>Fri, 13 Jul 2007 17:43:49 GMT</pubDate>
    </item>
    <item>
      <title>Regex Cheat Sheet</title>
      <description>Great Regular Expression Cheat sheet and a bit of description of how to use it well for those who know little about regular expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fregexadvice.com%2fblogs%2fregex_side%2farchive%2f2007%2f02%2f06%2fRegex-Cheat-Sheet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fregexadvice.com%2fblogs%2fregex_side%2farchive%2f2007%2f02%2f06%2fRegex-Cheat-Sheet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Regex_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Regex_Cheat_Sheet</guid>
      <pubDate>Sat, 14 Jul 2007 10:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>