<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by travisjgosselin</title>
    <description>Stories kicked by travisjgosselin</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>Selecting Random Records With SQL</title>
      <description>Have you ever wanted to be able to SELECT a random record or records from a database table, but was unsure how to do it with SQL, instead of through code? 

Fortunately there is a way to do it in SQL Server (and MySQL, PostgreSQL, Oracle, DB2, SQLite, and yes, even your favourite, MS Access), and I'll show you how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f12%2f16%2fselecting-random-records-with-sql%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f12%2f16%2fselecting-random-records-with-sql%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Selecting_Random_Records_With_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Selecting_Random_Records_With_SQL</guid>
      <pubDate>Fri, 21 Dec 2007 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>15+ FREE Visual Studio Add-ins - Part 2</title>
      <description>15+ Free Visual Studio Add-Ins (Part 1) was such a hit, that I've decided to use the feedback (and Google) to create Part 2 of the list.

If I'm missing a FREE must have add-in, I'd love to hear about it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f28%2f15-free-visual-studio-add-ins-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f28%2f15-free-visual-studio-add-ins-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/15_FREE_Visual_Studio_Add_ins_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/15_FREE_Visual_Studio_Add_ins_Part_2</guid>
      <pubDate>Sat, 01 Dec 2007 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically Applying Themes To Your ASP.Net Site With A Sitemap</title>
      <description>Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site? 

If so, then what I'm about to show you might be of interest. If not, read on anyway's. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f19%2fdynamically-applying-themes-to-your-aspnet-site-with-a-sitemap%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f11%2f19%2fdynamically-applying-themes-to-your-aspnet-site-with-a-sitemap%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dynamically_Applying_Themes_To_Your_ASP_Net_Site_With_A_Sitemap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dynamically_Applying_Themes_To_Your_ASP_Net_Site_With_A_Sitemap</guid>
      <pubDate>Wed, 21 Nov 2007 04:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Caching In 10 Minutes</title>
      <description>A quick overview of 4 types of caching available to you in an asp.net application: 1. Viewstate, #2. Context, Session, and Application, #3. Cache API, and #4. HTML Output Caching  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flonglostcousins.com%2fblogs%2ftodd%2farchive%2f2007%2f10%2f25%2fcaching-in-10-minutes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flonglostcousins.com%2fblogs%2ftodd%2farchive%2f2007%2f10%2f25%2fcaching-in-10-minutes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Caching_In_10_Minutes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Caching_In_10_Minutes</guid>
      <pubDate>Tue, 30 Oct 2007 21:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Add Row Highlighting to your GridView</title>
      <description>I'm going to show you a quick and easy way that hopefully will help liven up your plain old GridView. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f10%2f25%2fadding-row-highlighting-to-a-gridview%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2007%2f10%2f25%2fadding-row-highlighting-to-a-gridview%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Add_Row_Highlighting_to_your_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Add_Row_Highlighting_to_your_GridView</guid>
      <pubDate>Fri, 26 Oct 2007 03:13:20 GMT</pubDate>
    </item>
  </channel>
</rss>