<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by kayos</title>
    <description>Stories kicked by kayos</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>InfoPanel v1.0 - The site wide messaging system control</title>
      <description>If you have read any of my previous posts on site wide user notification patterns and controls, then you may know where this is going. I have compiled a server control to bring this functionality to the fingertips of my fellow ASP.NET developers! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f11%2fInfoPanel-v10---The-site-wide-messaging-system-control.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f11%2fInfoPanel-v10---The-site-wide-messaging-system-control.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/InfoPanel_v1_0_The_site_wide_messaging_system_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/InfoPanel_v1_0_The_site_wide_messaging_system_control</guid>
      <pubDate>Mon, 01 Dec 2008 13:21:06 GMT</pubDate>
    </item>
    <item>
      <title>Who Called Me? </title>
      <description>Sometimes it is important to understand what method called other method. In ths post I will show you an easy way to do that. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkolbis%2farchive%2f2008%2f12%2f01%2fwho-called-me.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fkolbis%2farchive%2f2008%2f12%2f01%2fwho-called-me.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Who_Called_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Who_Called_Me</guid>
      <pubDate>Mon, 01 Dec 2008 17:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Taking the Magic out of Expression</title>
      <description>Concise introduction to expression trees. &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%2f11%2f29%2fTaking-the-Magic-out-of-Expression.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f11%2f29%2fTaking-the-Magic-out-of-Expression.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Taking_the_Magic_out_of_Expression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Taking_the_Magic_out_of_Expression</guid>
      <pubDate>Mon, 01 Dec 2008 13:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Tip about jQuery $.extend</title>
      <description>The story, about how to use $.extend jQuery method, to derive classes &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2fcoder%2ftip-about-jquery-extend%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2fcoder%2ftip-about-jquery-extend%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Tip_about_jQuery_extend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Tip_about_jQuery_extend</guid>
      <pubDate>Wed, 26 Nov 2008 09:46:18 GMT</pubDate>
    </item>
    <item>
      <title>Breaking changes to the String class in .NET 4.0</title>
      <description>This change will affect the behavior of the String.StartsWith, String.EndsWith, String.IndexOf and String.LastIndexOf methods by changing them to perform an ordinal (byte-for-byte) comparison by default instead of a culture-sensitive comparison using CultureInfo.CurrentCulture. In addition, the default overloads of String.ToUpper, String.ToLower, Char.ToUpper and Char.ToLower will be changed to use CultureInfo.InvariantCulture instead of CultureInfo.CurrentCulture. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavesbox.com%2farchive%2f2008%2f11%2f12%2fbreaking-changes-to-the-string-class.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavesbox.com%2farchive%2f2008%2f11%2f12%2fbreaking-changes-to-the-string-class.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Breaking_changes_to_the_String_class_in_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Breaking_changes_to_the_String_class_in_NET_4_0</guid>
      <pubDate>Fri, 14 Nov 2008 13:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Use jQuery and quickSearch to interactively search any data</title>
      <description>A complete example of how to implement progressive search in ASP.NET, using the jQuery plugin quickSearch. The source download includes a customized version of quickSearch for use with ASP.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f31%2fuse-jquery-and-quicksearch-to-interactively-search-any-data%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f31%2fuse-jquery-and-quicksearch-to-interactively-search-any-data%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Use_jQuery_and_quickSearch_to_interactively_search_any_data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Use_jQuery_and_quickSearch_to_interactively_search_any_data</guid>
      <pubDate>Tue, 11 Nov 2008 19:31:04 GMT</pubDate>
    </item>
    <item>
      <title>XNA Game Studio 3.0</title>
      <description>The good folks who put together our gaming tools have released XNA Game Studio 3.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f10%2fxna-game-studio-3-0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f11%2f10%2fxna-game-studio-3-0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/XNA_Game_Studio_3_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/XNA_Game_Studio_3_0</guid>
      <pubDate>Tue, 18 Nov 2008 15:01:20 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Intellisense Updates from Microsoft</title>
      <description>With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. &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%2f536756.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f536756.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Intellisense_Updates_from_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Intellisense_Updates_from_Microsoft</guid>
      <pubDate>Mon, 10 Nov 2008 15:46:21 GMT</pubDate>
    </item>
    <item>
      <title>The Dummy Provider: Testing membership and roles</title>
      <description>Asp.net has a wonderful system built in for handling user accounts and roles. The administration interface is encapsulated in a separate web site that can be accessed from within Visual Studio but it is difficult to integrate into the site.  This often leads to building a new user administration area in each site.  The problem I have with this is going into the data store and deleting the incomplete test data and not having &amp;quot;known good&amp;quot; data for testing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeffgaroutte.com%2fpost%2f2008%2f11%2fThe-Dummy-Provider-Testing-membership-and-roles.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeffgaroutte.com%2fpost%2f2008%2f11%2fThe-Dummy-Provider-Testing-membership-and-roles.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Dummy_Provider_Testing_membership_and_roles</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Dummy_Provider_Testing_membership_and_roles</guid>
      <pubDate>Wed, 05 Nov 2008 15:19:19 GMT</pubDate>
    </item>
    <item>
      <title>Using Active Directory to authenticate users to your ASP.NET Web Site</title>
      <description>ASP.NET membership provides the ability to authenticate users to your web application using forms based authentication against a database of users or directory services.  This article explains the steps required to provide authentication against Active Directory, either for new sites with no authentication, or for existing sites using database authentication. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f11%2f05%2fUsing-Active-Directory-to-authenticate-users-to-your-ASPNET-Web-Site.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.evonet.com.au%2fpost%2f2008%2f11%2f05%2fUsing-Active-Directory-to-authenticate-users-to-your-ASPNET-Web-Site.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_Active_Directory_to_authenticate_users_to_your_ASP_NET_Web_Site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_Active_Directory_to_authenticate_users_to_your_ASP_NET_Web_Site</guid>
      <pubDate>Thu, 06 Nov 2008 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>PagedList Sorted Edition</title>
      <description>Sorted Edition of PagedList &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fPagedList-Sorted-Edition.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fPagedList-Sorted-Edition.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/PagedList_Sorted_Edition</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/PagedList_Sorted_Edition</guid>
      <pubDate>Fri, 07 Nov 2008 14:16:10 GMT</pubDate>
    </item>
    <item>
      <title>Crazy Talk: Reducing ORM Friction</title>
      <description>Let's get this out of the way: I know you're going to think I'm nuts as you read this. You may &amp;quot;pfft&amp;quot; to what you're about to read - know that I know you're &amp;quot;pfft&amp;quot;-ing me. All I ask is that you consider what I'm about to suggest... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fcrazy-talk-reducing-orm-friction%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fcrazy-talk-reducing-orm-friction%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Crazy_Talk_Reducing_ORM_Friction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Crazy_Talk_Reducing_ORM_Friction</guid>
      <pubDate>Sun, 16 Nov 2008 03:01:12 GMT</pubDate>
    </item>
    <item>
      <title>C# Structs</title>
      <description>What are the benefit of structs in C#? When can they improve performance and memory use? See examples and benchmarks as well as screens from CLRProfiler and the Visual Studio debugger. Is this is the best struct article in the world? Maybe! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStruct-Examples.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetperls.com%2fContent%2fStruct-Examples.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Structs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Structs</guid>
      <pubDate>Mon, 10 Nov 2008 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>http://riderdesign.com/articles/Build-a-file-tree-explorer-with-jQuery</title>
      <description>Create a file tree explorer with the jQuery File tree plugin and asp.net. With this plugin and a little server side logic, it is very easy to create a great looking client side file tree explorer. This article explains how to set up, configure and customize jQuery File Tree and use ASP.NET to retrieve the file structure. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2friderdesign.com%2farticles%2fBuild-a-file-tree-explorer-with-jQuery-and-ASP.NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2friderdesign.com%2farticles%2fBuild-a-file-tree-explorer-with-jQuery-and-ASP.NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/http_riderdesign_com_articles_Build_a_file_tree_explorer_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/http_riderdesign_com_articles_Build_a_file_tree_explorer_with_jQuery</guid>
      <pubDate>Fri, 07 Nov 2008 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 2.1 - default parameter intrigue</title>
      <description>Do default parameters work the way you think they do? Probably Not! &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%2f10%2f30%2fC-40-New-Features-Part-21-default-parameter-intrigue.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f30%2fC-40-New-Features-Part-21-default-parameter-intrigue.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_1_default_parameter_intrigue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_2_1_default_parameter_intrigue</guid>
      <pubDate>Mon, 03 Nov 2008 12:46:02 GMT</pubDate>
    </item>
    <item>
      <title>C# 4.0 New Features Part 1 - dynamic keyword</title>
      <description>A quick look at the new &amp;quot;dynamic&amp;quot; keyword in C# 4.0 and its implications for application development. &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%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f28%2fC-40-New-Features-Part-1-dynamic-keyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_4_0_New_Features_Part_1_dynamic_keyword</guid>
      <pubDate>Tue, 28 Oct 2008 15:01:14 GMT</pubDate>
    </item>
    <item>
      <title>jQuery IntelliSense documentation file available</title>
      <description>IntelliSense documentation files for jQuery just got published on jquery.com. This enables great IntelliSense at design-time for jQuery in Visual Studio 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbleroy%2farchive%2f2008%2f10%2f27%2fjquery-intellisense-documentation-file-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbleroy%2farchive%2f2008%2f10%2f27%2fjquery-intellisense-documentation-file-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_IntelliSense_documentation_file_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_IntelliSense_documentation_file_available</guid>
      <pubDate>Tue, 28 Oct 2008 10:31:12 GMT</pubDate>
    </item>
    <item>
      <title>Spice Up Your Navigation With CSS Drop Down Menus </title>
      <description>In this article I will show you how to create a drop down navigation menu that is XHTML 1.0 Strict, CSS valid, opens external links in a new window, and is JavaScript free.
 &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%2f10%2f27%2fspice-up-your-navigation-with-css-drop-down-menus%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f10%2f27%2fspice-up-your-navigation-with-css-drop-down-menus%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Spice_Up_Your_Navigation_With_CSS_Drop_Down_Menus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Spice_Up_Your_Navigation_With_CSS_Drop_Down_Menus</guid>
      <pubDate>Mon, 27 Oct 2008 20:16:25 GMT</pubDate>
    </item>
    <item>
      <title>Free Winforms and ASP.NET Chart Controls</title>
      <description>Directly from Microsoft &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f10%2ffree-winform-and-aspnet-chart-controls.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2008%2f10%2ffree-winform-and-aspnet-chart-controls.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Free_Winforms_and_ASP_NET_Chart_Controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Free_Winforms_and_ASP_NET_Chart_Controls</guid>
      <pubDate>Mon, 27 Oct 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>URLRewriting for the masses</title>
      <description>Using URLRewriter to control inbound connections to your site, and to proxy external website content for client side dynamic content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dscoduc.com%2fpost%2f2008%2f10%2f24%2fURLRewriting-for-the-masses.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dscoduc.com%2fpost%2f2008%2f10%2f24%2fURLRewriting-for-the-masses.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/URLRewriting_for_the_masses</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/URLRewriting_for_the_masses</guid>
      <pubDate>Sat, 25 Oct 2008 01:30:52 GMT</pubDate>
    </item>
    <item>
      <title>SVN-Monitor is finally out for free download!</title>
      <description>A full-featured .net application that integrates SubVersion, TortoiseSVN and all your checked-out folders and repositories.

Use it to perform all your svn commands and monitor all your projects' activities in a single place.
Access all commands from the tray menu or from the main window.

This is a must-have tool for every windows+svn user! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d4"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d4" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SVN_Monitor_is_finally_out_for_free_download</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SVN_Monitor_is_finally_out_for_free_download</guid>
      <pubDate>Sun, 26 Oct 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Essential Visual Studio Tips &amp;amp; Tricks that Every Developer Should Know</title>
      <description>In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC 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%2fstephenwalther%2farchive%2f2008%2f10%2f21%2fessential-visual-studio-tips-amp-tricks-that-every-developer-should-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f10%2f21%2fessential-visual-studio-tips-amp-tricks-that-every-developer-should-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Essential_Visual_Studio_Tips_Tricks_that_Every_Developer_Should_Know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Essential_Visual_Studio_Tips_Tricks_that_Every_Developer_Should_Know</guid>
      <pubDate>Tue, 21 Oct 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>CarTrackr - Sample ASP.NET MVC application</title>
      <description>Some people may have already noticed the link in my VISUG session blog post, but for those who didn't... I've released my sample application CarTrackr on CodePlex. 

CarTrackr is a sample application for the ASP.NET MVC framework using the repository pattern and dependency injection using the Unity application block. It was written for various demos in presentations done by Maarten Balliauw.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f21%2fCarTrackr-Sample-ASPNET-MVC-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f10%2f21%2fCarTrackr-Sample-ASPNET-MVC-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/CarTrackr_Sample_ASP_NET_MVC_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/CarTrackr_Sample_ASP_NET_MVC_application</guid>
      <pubDate>Tue, 21 Oct 2008 21:32:39 GMT</pubDate>
    </item>
    <item>
      <title>Neptune (personal SMTP testing server)</title>
      <description>Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdonovanbrown.com%2fpost%2f2008%2f10%2f20%2fNeptune.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Neptune_personal_SMTP_testing_server</guid>
      <pubDate>Wed, 22 Oct 2008 08:46:13 GMT</pubDate>
    </item>
    <item>
      <title>7 of my favorite jQuery plugins for use with ASP.NET</title>
      <description>Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f19%2f7-of-my-favorite-jquery-plugins-for-use-with-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f10%2f19%2f7-of-my-favorite-jquery-plugins-for-use-with-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/7_of_my_favorite_jQuery_plugins_for_use_with_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/7_of_my_favorite_jQuery_plugins_for_use_with_ASP_NET</guid>
      <pubDate>Mon, 20 Oct 2008 14:46:04 GMT</pubDate>
    </item>
  </channel>
</rss>