<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by silverCORE</title>
    <description>Stories kicked by silverCORE</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>A Programming Job Interview Challenge #6 - C# Games </title>
      <description>the sixth of the series of programming job interview challenge is out. try your power... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f02%2fa-programming-job-interview-challenge-6-c-games%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f06%2f02%2fa-programming-job-interview-challenge-6-c-games%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_6_C_Games</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/A_Programming_Job_Interview_Challenge_6_C_Games</guid>
      <pubDate>Mon, 02 Jun 2008 14:01:11 GMT</pubDate>
    </item>
    <item>
      <title>The Most Useful VS Feature No One Seems To Use</title>
      <description>Speed up your debugging time by using the Exceptions dialog box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vonsharp.net%2fMostUsefulVSFeatureNoOneKnowsAbout.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vonsharp.net%2fMostUsefulVSFeatureNoOneKnowsAbout.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_Most_Useful_VS_Feature_No_One_Seems_To_Use</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_Most_Useful_VS_Feature_No_One_Seems_To_Use</guid>
      <pubDate>Thu, 07 Feb 2008 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Configure Log4Net for ASP.NET 2.0 Web Application</title>
      <description>How to get Log4Net running with an ASP.Net application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2frextang%2farchive%2f2007%2f06%2f19%2f3404904.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2frextang%2farchive%2f2007%2f06%2f19%2f3404904.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Configure_Log4Net_for_ASP_NET_2_0_Web_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Configure_Log4Net_for_ASP_NET_2_0_Web_Application</guid>
      <pubDate>Wed, 20 Jun 2007 20:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Sorting an XML document in C# using XSL</title>
      <description>I needed to sort some XML in C# before itterating through the document. In the end I used the XslCompiledTransform to apply an XSL stylesheet to the XML document. Works very quickly. For reference, this is how I did it.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekzilla.co.uk%2fViewA41FF312-8AED-4E53-BF6D-64D1DC48812D.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekzilla.co.uk%2fViewA41FF312-8AED-4E53-BF6D-64D1DC48812D.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Sorting_an_XML_document_in_C_using_XSL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Sorting_an_XML_document_in_C_using_XSL</guid>
      <pubDate>Wed, 20 Jun 2007 07:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating Packaged ASP.NET Setup Programs with VS 2005</title>
      <description>Step by step instructions how to create a setup package for ASP.NET apps. &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%2f06%2f15%2ftip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f06%2f15%2ftip-trick-creating-packaged-asp-net-setup-programs-with-vs-2005.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_Packaged_ASP_NET_Setup_Programs_with_VS_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_Packaged_ASP_NET_Setup_Programs_with_VS_2005</guid>
      <pubDate>Wed, 20 Jun 2007 08:01:01 GMT</pubDate>
    </item>
    <item>
      <title>SQL Myth: Truncate Cannot Be Rolled Back Because It Is Not Logged</title>
      <description>The 3 major differences between truncating a table and deleting from a table &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%2f06%2fsql-myth-truncate-cannot-be-rolled-back.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f06%2fsql-myth-truncate-cannot-be-rolled-back.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Myth_Truncate_Cannot_Be_Rolled_Back_Because_It_Is_Not_Logged</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Myth_Truncate_Cannot_Be_Rolled_Back_Because_It_Is_Not_Logged</guid>
      <pubDate>Thu, 14 Jun 2007 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Break into debugging via code</title>
      <description>Breakpoints are for pussies.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fyouredoingitwrong.mee.nu%2fbreak_into_debugging_via_code"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fyouredoingitwrong.mee.nu%2fbreak_into_debugging_via_code" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Break_into_debugging_via_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Break_into_debugging_via_code</guid>
      <pubDate>Thu, 14 Jun 2007 02:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Show a Page when Asp.net session expires</title>
      <description>Learn how to show a page when asp,net session expires with one line of code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2frashid%2farchive%2f2007%2f06%2f09%2fRedirects-to-a-different-page-when-Asp.net-session-expires.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2frashid%2farchive%2f2007%2f06%2f09%2fRedirects-to-a-different-page-when-Asp.net-session-expires.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Show_a_Page_when_Asp_net_session_expires</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Show_a_Page_when_Asp_net_session_expires</guid>
      <pubDate>Thu, 14 Jun 2007 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>C# 2.0: Arity - ever heard of it?</title>
      <description>Arity is the number of arguments that a method takes.

If you ever used reflection and CodeDOM, this is a good thing to know of.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f06%2f08%2f60227.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f06%2f08%2f60227.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_2_0_Arity_ever_heard_of_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_2_0_Arity_ever_heard_of_it</guid>
      <pubDate>Wed, 13 Jun 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Impersonation across threads in ASP.NET</title>
      <description>Shows how to pass the impersonation along to the a new thread. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fImpersonation-across-threads-in-ASPNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fImpersonation-across-threads-in-ASPNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Impersonation_across_threads_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Impersonation_across_threads_in_ASP_NET</guid>
      <pubDate>Thu, 31 May 2007 00:57:14 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic Sugar</title>
      <description>Possibly the beginning of the open source &amp;quot;Utility&amp;quot; class framework you've been looking for. Hopefully the community can help this grow into a tremendously useful tool - the potential is there. &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%2f05%2f30%2fsubsonic-sugar.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f30%2fsubsonic-sugar.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/SubSonic_Sugar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/SubSonic_Sugar</guid>
      <pubDate>Fri, 01 Jun 2007 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Official release of BlogEngine.NET 1.0</title>
      <description>BlogEngine.NET has first official release.  Get the details... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fOfficial-release-of-BlogEngineNET-10.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.madskristensen.dk%2fpost%2fOfficial-release-of-BlogEngineNET-10.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Official_release_of_BlogEngine_NET_1_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Official_release_of_BlogEngine_NET_1_0</guid>
      <pubDate>Thu, 24 May 2007 02:46: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>Recursive Queries in SQL Server 2005</title>
      <description>Often times, during my career, I faced a situation where I had to recursively get data out of a table starting from a root. The classic example of such a situation is Employee-Manager relationship table... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_18.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_18.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Recursive_Queries_in_SQL_Server_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Recursive_Queries_in_SQL_Server_2005</guid>
      <pubDate>Mon, 21 May 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Rob Conery - Interview</title>
      <description>&amp;quot;Rob Conery, the creator of SubSonic and founder of The Commerce Starter Kit, believes in open source. Both of his projects are .NET (aka Microsoft) projects and although the big guys in Redmond may never ship open source code themselves, it doesn't mean they don't support it and it sure doesn't mean the .net community doesn't believe in it. I spoke to Rob about the latest 2.0 release of his SubSonic project, Micrsoft, OSS, and big wave surfing in Hawaii.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.juxtaviews.com%2f2007%2f05%2f15%2frob-conery-interview%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.juxtaviews.com%2f2007%2f05%2f15%2frob-conery-interview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Rob_Conery_Interview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Rob_Conery_Interview</guid>
      <pubDate>Mon, 21 May 2007 14:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Make Your Case Sensitive Searches 1000 Times Faster</title>
      <description> Do you find that your case sensitive queries take forever? This little trick will speed up your query a thousand times &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%2f05%2fmake-your-case-sensitive-searches-1000.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f05%2fmake-your-case-sensitive-searches-1000.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Make_Your_Case_Sensitive_Searches_1000_Times_Faster</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Make_Your_Case_Sensitive_Searches_1000_Times_Faster</guid>
      <pubDate>Tue, 15 May 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Tips for a successful team lead</title>
      <description>partial list of those tips. Some of them can be seen in various "Agile" methodologies, but taken as simply tips, they can improve the quality of your project-life without needing to work with any specific methodology. 

Heck, just call it "Osherothology" 

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2frosherove%2farchive%2f2007%2f05%2f03%2ftips-for-a-successful-team-lead.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2frosherove%2farchive%2f2007%2f05%2f03%2ftips-for-a-successful-team-lead.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Tips_for_a_successful_team_lead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Tips_for_a_successful_team_lead</guid>
      <pubDate>Thu, 17 May 2007 04:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Biggest difference between Temp tables and Table variables in Sql Serv</title>
      <description>One of the most important differences between Temp tables and Table variables is how they behave in transactions. See how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f05%2f13%2f60204.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f05%2f13%2f60204.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Biggest_difference_between_Temp_tables_and_Table_variables_in_Sql_Serv</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Biggest_difference_between_Temp_tables_and_Table_variables_in_Sql_Serv</guid>
      <pubDate>Wed, 16 May 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic Starter Site is Out!</title>
      <description>Check out the new SubSonic starter site, complete with CMS, membership, and more. &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%2f05%2f10%2fSubSonic-2.0-Starter-Site-Is-Ready.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f10%2fSubSonic-2.0-Starter-Site-Is-Ready.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_Starter_Site_is_Out</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_Starter_Site_is_Out</guid>
      <pubDate>Fri, 11 May 2007 05:01:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic Green Screen Challenge</title>
      <description>Rob needs help with suggestions to build a real-world app and demonstrate just how awesome SubSonic is. &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%2f05%2f05%2fSubSonic-Green-Screen-Challenge.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2farchive%2f2007%2f05%2f05%2fSubSonic-Green-Screen-Challenge.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/SubSonic_Green_Screen_Challenge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/SubSonic_Green_Screen_Challenge</guid>
      <pubDate>Sun, 06 May 2007 09:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Where is the Code?</title>
      <description>Almost 2 months ago, DotNetKicks went open source yet not source code has been given to the people. Where's the Beef? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2ffiroz%2farchive%2f2007%2f03%2f17%2flaunch-announcement-dotenet-digg-clone.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2ffiroz%2farchive%2f2007%2f03%2f17%2flaunch-announcement-dotenet-digg-clone.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Where_is_the_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Where_is_the_Code</guid>
      <pubDate>Sat, 12 May 2007 06:31:01 GMT</pubDate>
    </item>
    <item>
      <title>TableDiff.exe - a cool SQL Server 2005 tool </title>
      <description>TableDiff.exe is a table comparison tool that comes with the Sql Server 2005. Free.

This tool compares 2 tables for schema and/or data on the same server or on different servers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f03%2f03%2f60125.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f03%2f03%2f60125.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/TableDiff_exe_a_cool_SQL_Server_2005_tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/TableDiff_exe_a_cool_SQL_Server_2005_tool</guid>
      <pubDate>Wed, 25 Apr 2007 11:01:01 GMT</pubDate>
    </item>
    <item>
      <title>WinMerge - visual text file differencing and merging tool.   </title>
      <description>Tool for visual comparison text documents in Windows to change them &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgaaton.blogspot.com%2f2007%2f04%2fwinmerge-visual-text-file-differencing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgaaton.blogspot.com%2f2007%2f04%2fwinmerge-visual-text-file-differencing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/WinMerge_visual_text_file_differencing_and_merging_tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/WinMerge_visual_text_file_differencing_and_merging_tool</guid>
      <pubDate>Wed, 25 Apr 2007 11:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Create a Common Copyright Control</title>
      <description>This is an article that goes through creating a simple control to insert on a site to keep the Copyright years current. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2007%2f02%2f01%2fCreating-a-Common-Copyright-Control.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2007%2f02%2f01%2fCreating-a-Common-Copyright-Control.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_a_Common_Copyright_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_a_Common_Copyright_Control</guid>
      <pubDate>Wed, 25 Apr 2007 12:31:01 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic-Two-Big</title>
      <description>
This is good stuff, and I am soooo stoked that we finally got it up and working. Our goal for 2.0 is to hit the productivity curve as hard as we can - sure DAL tricks are cool, but we are really trying to nail the stuff you do every day as well as we can. Enough pre-amble, let's get to it: &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/adonet/SubSonic_Two_Big</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/SubSonic_Two_Big</guid>
      <pubDate>Wed, 04 Apr 2007 15:31:01 GMT</pubDate>
    </item>
  </channel>
</rss>