<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rtipton12</title>
    <description>Stories kicked by rtipton12</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>Alt.NET Podcast Episode 9: The State of IronRuby</title>
      <description>Learn about Ruby, why you should check it out, and what the status is on the IronRuby project, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f9-state-of-ironruby"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f9-state-of-ironruby" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Alt_NET_Podcast_Episode_9_The_State_of_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Alt_NET_Podcast_Episode_9_The_State_of_IronRuby</guid>
      <pubDate>Sat, 30 Aug 2008 02:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 Things That Annoy Programmers</title>
      <description>Programmers all have their personal pet peeves.  Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work.  The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fTop-10-Things-That-Annoy-Programmers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fTop-10-Things-That-Annoy-Programmers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Top_10_Things_That_Annoy_Programmers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Top_10_Things_That_Annoy_Programmers</guid>
      <pubDate>Fri, 29 Aug 2008 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Scraping, or Programatically Accessing, a Secure Webpage</title>
      <description>There are many secure websites out there that provide useful information but do not have a public API to access it's data. A prime example of this is the LinkedIn website. You might love to gather some info from LinkedIn, but their promise to deliver a public API has yet to come to fruition. The problem is, the pages with all the good data are secure, requiring the user to log in before accessing these pages. Let's say we want to scrape this data from these pages programatically? We need to authenticate to access these pages. We can do that by reusing the authentication cookie from the site that we receive when we log in with a browser. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f25%2fscraping-or-programatically-accessing-a-secure-webpage.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fryanfarley.com%2fblog%2farchive%2f2008%2f08%2f25%2fscraping-or-programatically-accessing-a-secure-webpage.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Scraping_or_Programatically_Accessing_a_Secure_Webpage</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Scraping_or_Programatically_Accessing_a_Secure_Webpage</guid>
      <pubDate>Wed, 27 Aug 2008 16:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Programmatically Encrypt Decrypt Configuration Sections in web.config</title>
      <description>The ASP.NET Configuration API provides support for encrypting and decrypting configuration sections in web.config. This feature comes extremely handy when you need to hide sensitive information like passwords. In this article, we will explore how to encrypt and decrypt sections of the web.config. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d185"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d185" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Programmatically_Encrypt_Decrypt_Configuration_Sections_in_web_config</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Programmatically_Encrypt_Decrypt_Configuration_Sections_in_web_config</guid>
      <pubDate>Tue, 26 Aug 2008 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>TimeZone vs. TimeZoneInfo in .Net</title>
      <description>Understanding the TimeZoneInfo classin .Net 3.5 and how it compares to the standard TimeZone class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f08%2f24%2ftimezone-vs-timezoneinfo-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f08%2f24%2ftimezone-vs-timezoneinfo-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/TimeZone_vs_TimeZoneInfo_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/TimeZone_vs_TimeZoneInfo_in_Net</guid>
      <pubDate>Mon, 25 Aug 2008 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>DateTime vs. DateTimeOffset in .Net</title>
      <description>Understanding the DateTimeOffset struct in .Net 3.5 and how it compares to the standard DateTime struct. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f08%2f23%2fdatetime-vs-datetimeoffset-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f08%2f23%2fdatetime-vs-datetimeoffset-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/DateTime_vs_DateTimeOffset_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/DateTime_vs_DateTimeOffset_in_Net</guid>
      <pubDate>Tue, 26 Aug 2008 01:01:10 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Dynamic Data - Simple 5 Table Northwind Example</title>
      <description>Excellent summary of what you can do with Dynamic Data - a huge timesaver for most common CRUD-style sites &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f08%2faspnet_dynamic_data_simple_5_t.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmattberseth.com%2fblog%2f2008%2f08%2faspnet_dynamic_data_simple_5_t.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Simple_5_Table_Northwind_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Dynamic_Data_Simple_5_Table_Northwind_Example</guid>
      <pubDate>Fri, 22 Aug 2008 11:31:09 GMT</pubDate>
    </item>
    <item>
      <title>30 Common String Operations in C# and VB.NET - Part I </title>
      <description>This article compiles some common String operations that we encounter while working with the String class. In Part I, 15 common string operations have been covered .
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d189"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d189" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/30_Common_String_Operations_in_C_and_VB_NET_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/30_Common_String_Operations_in_C_and_VB_NET_Part_I</guid>
      <pubDate>Mon, 25 Aug 2008 19:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Organize Usings Across Your Entire Solution</title>
      <description>One of the features I worked on for the Visual Studio 2008 release was the new &amp;quot;Organize Usings&amp;quot; feature.  This feature allows you to:

Remove Unused Usings - Determines which using directives are not used in the current file and deletes them.    
Sort Usings - Sorts the using directives in a file. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fdjpark%2farchive%2f2008%2f08%2f16%2forganize-usings-across-your-entire-solution.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fdjpark%2farchive%2f2008%2f08%2f16%2forganize-usings-across-your-entire-solution.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Organize_Usings_Across_Your_Entire_Solution</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Organize_Usings_Across_Your_Entire_Solution</guid>
      <pubDate>Fri, 22 Aug 2008 04:01:06 GMT</pubDate>
    </item>
    <item>
      <title>The Complete Reference for Any jQuery Developer</title>
      <description>If you ever to do something with jQuery, you should find it in this extensive list. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feffectize.com%2fjquery-developer-guide"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feffectize.com%2fjquery-developer-guide" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_Complete_Reference_for_Any_jQuery_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_Complete_Reference_for_Any_jQuery_Developer</guid>
      <pubDate>Mon, 25 Aug 2008 08:31:02 GMT</pubDate>
    </item>
    <item>
      <title>New Webcast: Creating Snippets in Visual Studio</title>
      <description>I have a new 4 min 47 sec training webcast out over creating code snippets in Visual Studio 2005 and 2008. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f06%2f09%2fnew-webcast-creating-snippets-in-visual-studio%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f06%2f09%2fnew-webcast-creating-snippets-in-visual-studio%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/New_Webcast_Creating_Snippets_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/New_Webcast_Creating_Snippets_in_Visual_Studio</guid>
      <pubDate>Tue, 10 Jun 2008 17:42:45 GMT</pubDate>
    </item>
    <item>
      <title>Creating Templates in Visual Studio</title>
      <description>Creating Templates &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f9"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f9" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_Templates_in_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_Templates_in_Visual_Studio</guid>
      <pubDate>Mon, 09 Jun 2008 22:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Chad Meyers: Some Consulting Wisdom I Picked Up</title>
      <description>FTA: &amp;quot;I did a consulting gig for a few years at a very large government institution and I picked up some wisdom about how to best serve the customer (even sometimes in spite of themselves), how to remain sane, and how to maintain your scruples while doing it all.  I typed these up on Twitter awhile back and then forgot about 'em.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f06%2f08%2fsome-consulting-wisdom-i-picked-up.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f06%2f08%2fsome-consulting-wisdom-i-picked-up.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Chad_Meyers_Some_Consulting_Wisdom_I_Picked_Up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Chad_Meyers_Some_Consulting_Wisdom_I_Picked_Up</guid>
      <pubDate>Tue, 10 Jun 2008 00:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Some Improved LINQ Operators</title>
      <description>Good explanation of how improved LINQ operators provides cleaner implement ions.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f06%2f07%2fsome-improved-linq-operators.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjimmy_bogard%2farchive%2f2008%2f06%2f07%2fsome-improved-linq-operators.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Some_Improved_LINQ_Operators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Some_Improved_LINQ_Operators</guid>
      <pubDate>Sun, 08 Jun 2008 21:50:56 GMT</pubDate>
    </item>
    <item>
      <title>DZone PlugIn for Windows Live Writer</title>
      <description>John Papa has written an excellent new plugin for Windows Live Writer that makes it super-easy to include a DZone widget in every posting you write! Want more traffic? Use this in combination with his dotNetKicks plugin, and watch your numbers climb! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnpapa.net%2fall%2fdzone-plugin-for-windows-live-writer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnpapa.net%2fall%2fdzone-plugin-for-windows-live-writer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/DZone_PlugIn_for_Windows_Live_Writer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/DZone_PlugIn_for_Windows_Live_Writer</guid>
      <pubDate>Fri, 06 Jun 2008 07:01:13 GMT</pubDate>
    </item>
    <item>
      <title>.NET Database Migration Tool Roundup</title>
      <description>A overview of all the available DB Migration tools available on the .NET platform &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fflux88.com%2fNETDatabaseMigrationToolRoundup.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fflux88.com%2fNETDatabaseMigrationToolRoundup.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/NET_Database_Migration_Tool_Roundup</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/NET_Database_Migration_Tool_Roundup</guid>
      <pubDate>Thu, 05 Jun 2008 22:46:17 GMT</pubDate>
    </item>
    <item>
      <title>Code based ASP.NET MVC GridView</title>
      <description>Maarten Balliauw shows you how to build an ASP.NET MVC html helper extension method which generates a nice gridview-like control using pure code and MVC framework. &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%2f06%2fCode-based-ASPNET-MVC-GridView.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f06%2fCode-based-ASPNET-MVC-GridView.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Code_based_ASP_NET_MVC_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Code_based_ASP_NET_MVC_GridView</guid>
      <pubDate>Wed, 04 Jun 2008 20:31:05 GMT</pubDate>
    </item>
    <item>
      <title>Windows Live Writer PlugIn for DotNetKicks on CodePlex</title>
      <description>Windows Live Writer PlugIn for DotNetKicks is now on CodePlex &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohnpapa.net%2fall%2fusing-the-dotnetkicks-plugin-for-live-writer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohnpapa.net%2fall%2fusing-the-dotnetkicks-plugin-for-live-writer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Windows_Live_Writer_PlugIn_for_DotNetKicks_on_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Windows_Live_Writer_PlugIn_for_DotNetKicks_on_CodePlex</guid>
      <pubDate>Thu, 05 Jun 2008 02:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Alt.NET Podcast Episode 3: Adopting Agile</title>
      <description>The latest episode of the ALT.NET Podcast is a discussion with Owen Rogers focused on adopting agile practices. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f3-adopting-agile"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f3-adopting-agile" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Alt_NET_Podcast_Episode_3_Adopting_Agile</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Alt_NET_Podcast_Episode_3_Adopting_Agile</guid>
      <pubDate>Wed, 04 Jun 2008 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>enum to friendly string extension method</title>
      <description>We use enums quite extensively in our application as they are a great for representing integral values in a strongly typed way using symbolic names. The enum names are not very friendly to the user and I recently read a some good articles which tried to solve this problem. However, I think i've found a better solution to this problem using extension methods. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fenum-to-friendly-string-extension-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fenum-to-friendly-string-extension-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/enum_to_friendly_string_extension_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/enum_to_friendly_string_extension_method</guid>
      <pubDate>Wed, 04 Jun 2008 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Sysinternals, now easier to get than ever</title>
      <description>The sysinternals team has placed all their tools on a network share... on the internet.  Now you can copy and run any of their tools from the command line.  Anywhere.  With no installs, website googling, unzipping or anything.  \\live.sysinternals.com\tools\ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fSysinternals-File-Share.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstatestreetgang.net%2fpost%2f2008%2f05%2fSysinternals-File-Share.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Sysinternals_now_easier_to_get_than_ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Sysinternals_now_easier_to_get_than_ever</guid>
      <pubDate>Sat, 31 May 2008 22:01:07 GMT</pubDate>
    </item>
    <item>
      <title>REST Services and Metadata Endpoints in WCF</title>
      <description>Exposing documentation for REST based services in WCF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</guid>
      <pubDate>Thu, 05 Jun 2008 11:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>