<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by bluevoodoo1</title>
    <description>Stories kicked by bluevoodoo1</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>Write C# Code in your NAnt Build File | From C Sharp to C Sharp</title>
      <description>An example of a C# method inside your NAnt build file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2fwrite-csharp-code-nant-build-file"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2fwrite-csharp-code-nant-build-file" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Write_C_Code_in_your_NAnt_Build_File_From_C_Sharp_to_C_Sharp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Write_C_Code_in_your_NAnt_Build_File_From_C_Sharp_to_C_Sharp</guid>
      <pubDate>Wed, 17 Sep 2008 12:54:17 GMT</pubDate>
    </item>
    <item>
      <title>OWASP AppSec NYC 2008 | From C Sharp to C Sharp</title>
      <description>Who's going to OWASP AppSec NYC 2008? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2fowasp-appsec-nyc-2008"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2fowasp-appsec-nyc-2008" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/OWASP_AppSec_NYC_2008_From_C_Sharp_to_C_Sharp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/OWASP_AppSec_NYC_2008_From_C_Sharp_to_C_Sharp</guid>
      <pubDate>Tue, 16 Sep 2008 02:57:55 GMT</pubDate>
    </item>
    <item>
      <title>Why I'm Unimpressed With Rawness Of Skillz</title>
      <description>Since forever, geeks who take themselves seriously have loved to brag such things as, &amp;quot;I use Notepad to edit web pages&amp;quot;. Carrying this over to actual programming, &amp;quot;I never click into the designer when editing my ASPX&amp;quot;, or &amp;quot;I never design a database using designer tools, I always design it all using raw T-SQL,&amp;quot; or &amp;quot;I always update my SVN from the command line&amp;quot;. (Someone in a local tech user group bears the post signature, &amp;quot;Real men use Notepad.&amp;quot;) 

Puhleeze. I'm not impressed, and frankly I think anyone who brags like this should get a swift kick in the pants.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f08%2fWhy-Im-Unimpressed-With-Rawness-Of-Skillz.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f08%2fWhy-Im-Unimpressed-With-Rawness-Of-Skillz.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Why_I_m_Unimpressed_With_Rawness_Of_Skillz</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Why_I_m_Unimpressed_With_Rawness_Of_Skillz</guid>
      <pubDate>Thu, 07 Aug 2008 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Nant, MSBuild, and .NET 3.5 Oh My!</title>
      <description>NAnt + MSbuild + .NET 3.5 can be hairy! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2fnant-msbuild-and-net-3-5-oh-my"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2fnant-msbuild-and-net-3-5-oh-my" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Nant_MSBuild_and_NET_3_5_Oh_My</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Nant_MSBuild_and_NET_3_5_Oh_My</guid>
      <pubDate>Wed, 18 Jun 2008 00:31:34 GMT</pubDate>
    </item>
    <item>
      <title>Exception handling best practices in ASP.NET web applications </title>
      <description>Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. The goal of this article is to provide an overview of what exception handling is from the user perspective and the perspective of people who maintain the application, and to show the best practices of how to implement useful error handling in ASP.NET web applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f02%2fException-handling-best-practices-in-ASPNET-web-applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f06%2f02%2fException-handling-best-practices-in-ASPNET-web-applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Exception_handling_best_practices_in_ASP_NET_web_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Exception_handling_best_practices_in_ASP_NET_web_applications</guid>
      <pubDate>Mon, 02 Jun 2008 12:31:08 GMT</pubDate>
    </item>
    <item>
      <title>CruiseControl.Net Tutorial - Part 1</title>
      <description>The first part of a tutorial about setting up and configuring CruiseControl.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2filmatte.wordpress.com%2f2008%2f06%2f01%2fcruisecontrolnet-tutorial-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2filmatte.wordpress.com%2f2008%2f06%2f01%2fcruisecontrolnet-tutorial-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/CruiseControl_Net_Tutorial_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/CruiseControl_Net_Tutorial_Part_1</guid>
      <pubDate>Mon, 02 Jun 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Use Visual Studio's Post-Build Events to Automate Testing part 2</title>
      <description>Following up on an earlier post, this code snippet and explanation now incorporates coverage and fxcop into your build process. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2fvisual-studio-automate-testing-part-two"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2fvisual-studio-automate-testing-part-two" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Use_Visual_Studio_s_Post_Build_Events_to_Automate_Testing_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Use_Visual_Studio_s_Post_Build_Events_to_Automate_Testing_part_2</guid>
      <pubDate>Wed, 21 May 2008 01:25:32 GMT</pubDate>
    </item>
    <item>
      <title>Get ReSharper 4.0 from their Nightly Builds Page</title>
      <description>Download ReSharper 4.0 from their nightly builds page or suffer the wrath of wasted time and broken digits. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2fresharper-4-nightly-builds"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2fresharper-4-nightly-builds" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Get_ReSharper_4_0_from_their_Nightly_Builds_Page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Get_ReSharper_4_0_from_their_Nightly_Builds_Page</guid>
      <pubDate>Mon, 19 May 2008 11:06:08 GMT</pubDate>
    </item>
    <item>
      <title>A Programming Job Interview Challenge #4 </title>
      <description>This is the fourth post in the series of programming job interview challenge. Today, I will provide the answer to job interview challenge #3, talk about readers answers (all of the comments are now approved) and give you a new challenge. So, lets get into business:

 &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%2f05%2f19%2fa-programming-job-interview-challenge-4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f19%2fa-programming-job-interview-challenge-4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/A_Programming_Job_Interview_Challenge_4</guid>
      <pubDate>Mon, 19 May 2008 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>7 tricks to simplify your programs with LINQ</title>
      <description>Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figoro.com%2farchive%2f7-tricks-to-simplify-your-programs-with-linq%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figoro.com%2farchive%2f7-tricks-to-simplify-your-programs-with-linq%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/7_tricks_to_simplify_your_programs_with_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/7_tricks_to_simplify_your_programs_with_LINQ</guid>
      <pubDate>Mon, 19 May 2008 09:31:03 GMT</pubDate>
    </item>
    <item>
      <title>How to Convert List(T1) to List(T2) </title>
      <description>Did you ever need to convert List(T1) to List(T2)? One example might be when implementing an interface. you might need to expose a collection of other interfaces (or maybe the same interface), But you usually hold the concrete type implementing the interface in the collection. &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%2f05%2f15%2fhow-to-convert-listt1-to-listt2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f05%2f15%2fhow-to-convert-listt1-to-listt2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Convert_List_T1_to_List_T2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Convert_List_T1_to_List_T2</guid>
      <pubDate>Thu, 15 May 2008 13:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Software Developers Never Change</title>
      <description>So if you are to take anything away from this rant, take this, do what you love, and become the best at it.  And if what you love isn't your 9-5 job, deeply understand this and get out of the way of people who's 9-5 job is what they love. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f05%2fsoftware-developers-never-change%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f05%2fsoftware-developers-never-change%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Software_Developers_Never_Change</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Software_Developers_Never_Change</guid>
      <pubDate>Wed, 14 May 2008 15:31:24 GMT</pubDate>
    </item>
    <item>
      <title>Use Visual Studio's Post-Build Events to Automate Unit Testing Running</title>
      <description>Use Visual Studio's post-build events to make unit testing automation awesome! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2fvisual-studio-automate-unit-testing"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2fvisual-studio-automate-unit-testing" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Use_Visual_Studio_s_Post_Build_Events_to_Automate_Unit_Testing_Running</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Use_Visual_Studio_s_Post_Build_Events_to_Automate_Unit_Testing_Running</guid>
      <pubDate>Fri, 16 May 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>You too can be a metrosexual developer: an interview with Justice Gray</title>
      <description>Justice Gray is an Edmonton-based leading .Net developer, .Net convention speaker, influential opinion maker, paradigm-challenger and lady killer. From the outset he has championed the suave, charismatic, virile and pithy route as a fast track the top of the industry, and has largely pulled it off. Read on to learn his tricks of the trade. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeduncan.com%2fmetrosexual-developer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeduncan.com%2fmetrosexual-developer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/You_too_can_be_a_metrosexual_developer_an_interview_with_Justice_Gray</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/You_too_can_be_a_metrosexual_developer_an_interview_with_Justice_Gray</guid>
      <pubDate>Mon, 05 May 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>From Developer to Technical Manager</title>
      <description>Organizations with an outdated organizational structure have got to wake up and change before it's too late. They will either lose or ruin their people. Either way, the company loses because people are the company. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2008%2f04%2f20%2ffrom-developer-to-technical-manager%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2008%2f04%2f20%2ffrom-developer-to-technical-manager%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/From_Developer_to_Technical_Manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/From_Developer_to_Technical_Manager</guid>
      <pubDate>Mon, 21 Apr 2008 04:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Clean Up ASP.NETs Head Tag With ControlAdapters</title>
      <description>Ok, if you're anything like me you absolutely gag when you see the rendered content of the ASP.NET head tag. &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%2f04%2fClean-Up-ASPNETs-Head-Tag-With-ControlAdapters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2008%2f04%2fClean-Up-ASPNETs-Head-Tag-With-ControlAdapters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Clean_Up_ASP_NETs_Head_Tag_With_ControlAdapters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Clean_Up_ASP_NETs_Head_Tag_With_ControlAdapters</guid>
      <pubDate>Thu, 17 Apr 2008 14:46:07 GMT</pubDate>
    </item>
    <item>
      <title>Grouping Linq Aggregates in C#</title>
      <description>A quick primer on Linq Grouping and Aggregates within Groups. &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%2f04%2fGrouping-Linq-Aggregates-in-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f04%2fGrouping-Linq-Aggregates-in-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Grouping_Linq_Aggregates_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Grouping_Linq_Aggregates_in_C</guid>
      <pubDate>Tue, 08 Apr 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>How DotNetKicks posts are being ripped off for other sites!</title>
      <description>How posts from DotNetKicks are being copy-and-pasted wholesale into other sites.  Is your hard work blogging  just being stolen for other companies traffic? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeduncan.com%2ftech-post-ripoff%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeduncan.com%2ftech-post-ripoff%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/How_DotNetKicks_posts_are_being_ripped_off_for_other_sites</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/How_DotNetKicks_posts_are_being_ripped_off_for_other_sites</guid>
      <pubDate>Mon, 24 Mar 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>AlligatorTags.com - The PopURLs.com for ASP.net</title>
      <description>Aggregating the latest ASP.net news, tips and tricks from across the web in one place, refreshed daily. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alligatortags.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alligatortags.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/AlligatorTags_com_The_PopURLs_com_for_ASP_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/AlligatorTags_com_The_PopURLs_com_for_ASP_net</guid>
      <pubDate>Tue, 26 Feb 2008 15:46:03 GMT</pubDate>
    </item>
    <item>
      <title>SQLite on .NET - Get up and running in 3 minutes.</title>
      <description>The quick and dirty guide to setting up SQLite with .Net in 3 minutes. Small, fast, and ass-kicking like a transactional Jackie Chan.  Good background information and tutorial to get you from download to querying in no time flat.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeduncan.com%2fsqlite-on-dotnet-in-3-mins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeduncan.com%2fsqlite-on-dotnet-in-3-mins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQLite_on_NET_Get_up_and_running_in_3_minutes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQLite_on_NET_Get_up_and_running_in_3_minutes</guid>
      <pubDate>Tue, 15 Jan 2008 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Happy 2nd Birthday DotNetKicks</title>
      <description>DotNetKicks.com is 2 year old today. A big thanks to everyone who has contributed to the community. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetkicks.com%2fzeitgeist%2f2007"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetkicks.com%2fzeitgeist%2f2007" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Happy_2nd_Birthday_DotNetKicks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Happy_2nd_Birthday_DotNetKicks</guid>
      <pubDate>Wed, 09 Jan 2008 03:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Log4Net Config to Make Your Loggin' Rockin' | From C Sharp to C Sharp</title>
      <description>Hot config for your Log4Net needs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2flog4net-configuration-for-rockin-loggin"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2flog4net-configuration-for-rockin-loggin" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Log4Net_Config_to_Make_Your_Loggin_Rockin_From_C_Sharp_to_C_Sharp</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Log4Net_Config_to_Make_Your_Loggin_Rockin_From_C_Sharp_to_C_Sharp</guid>
      <pubDate>Thu, 10 Jan 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Remote Computer Whacked? Launchy to the Rescue!</title>
      <description>Use launchy on a seemingly unresponsive remote computer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.csharptocsharp.com%2flaunchy-to-the-rescue-remote-desktop"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.csharptocsharp.com%2flaunchy-to-the-rescue-remote-desktop" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Remote_Computer_Whacked_Launchy_to_the_Rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Remote_Computer_Whacked_Launchy_to_the_Rescue</guid>
      <pubDate>Thu, 03 Jan 2008 02:07:29 GMT</pubDate>
    </item>
    <item>
      <title>Ajax and json for ASP.NET MVC with jQuery</title>
      <description>an example project that uses the jQuery library to create an ajax enabled ASP.NET MVC website. Generally what this project does:

    * Load views through ajax (with back-button support)
    * Do ajax-style form-posts and retrieve only the messages, errors and updated content
    * Do json form-posts and retrieve the errors and messages as a json object
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2007%2f12%2f19%2fajax-and-json-for-aspnet-mvc-with-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2007%2f12%2f19%2fajax-and-json-for-aspnet-mvc-with-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Ajax_and_json_for_ASP_NET_MVC_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Ajax_and_json_for_ASP_NET_MVC_with_jQuery</guid>
      <pubDate>Fri, 28 Dec 2007 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>15 -hot- tools that made me a coding Paris Hilton.</title>
      <description>Look good while doing things the easy way. 15 tools I use every day that make me a &amp;quot;hot&amp;quot; coder. 

You sling code every day. So do I. You sit down at your box, throw on those noise canceling headphones, fire up some mp3s, and get jiggy wit' it. That's hot. But could it be hotter? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeduncan.com%2f15-hot-tools-that-made-me-a-coding-paris-hilton%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeduncan.com%2f15-hot-tools-that-made-me-a-coding-paris-hilton%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/15_hot_tools_that_made_me_a_coding_Paris_Hilton</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/15_hot_tools_that_made_me_a_coding_Paris_Hilton</guid>
      <pubDate>Thu, 15 Nov 2007 16:31:03 GMT</pubDate>
    </item>
  </channel>
</rss>