<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by John_Idol</title>
    <description>Stories kicked by John_Idol</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>How many development feeds can you take?</title>
      <description>At the moment I have 104 active subscriptions on my reader, mostly development stuff, and I can barely keep up. I do not really read all the stuff that gets posted - I scan with my eyes: the question is how much is too much (assuming you have a day-job) if you don't wanna go crazy? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f12%2fpoll-how-many-development-feeds-can-you.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f12%2fpoll-how-many-development-feeds-can-you.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_many_development_feeds_can_you_take</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_many_development_feeds_can_you_take</guid>
      <pubDate>Wed, 24 Dec 2008 03:39:27 GMT</pubDate>
    </item>
    <item>
      <title>How to boost 'joined' Update Performance</title>
      <description>Time for some real boring stuff &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f12%2ft-sql-how-to-boost-joined-update.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f12%2ft-sql-how-to-boost-joined-update.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/How_to_boost_joined_Update_Performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/How_to_boost_joined_Update_Performance</guid>
      <pubDate>Wed, 10 Dec 2008 23:11:49 GMT</pubDate>
    </item>
    <item>
      <title>Computer localhost does not exist on the network?!</title>
      <description>Talk about useful error messages from SQL Server &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f12%2fsqlserver2005-computer-localhost-does.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f12%2fsqlserver2005-computer-localhost-does.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Computer_localhost_does_not_exist_on_the_network</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Computer_localhost_does_not_exist_on_the_network</guid>
      <pubDate>Sat, 06 Dec 2008 14:44:35 GMT</pubDate>
    </item>
    <item>
      <title>20 People .NET Developers Should Follow on Twitter</title>
      <description>If you are to follow some .NET people on Twitter... here are the top 20 that you should follow! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwebdevdotnet.blogspot.com%2f2008%2f12%2f20-people-net-developers-should-follow.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwebdevdotnet.blogspot.com%2f2008%2f12%2f20-people-net-developers-should-follow.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/20_People_NET_Developers_Should_Follow_on_Twitter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/20_People_NET_Developers_Should_Follow_on_Twitter</guid>
      <pubDate>Thu, 11 Dec 2008 22:31:04 GMT</pubDate>
    </item>
    <item>
      <title>[T-SQL] How to get length of TEXT field</title>
      <description>To calculate the lenght of a TEXT field the LEN function used to calculate the length of VARCHAR fields won't work &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f11%2ft-sql-how-to-get-length-of-text-field.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f11%2ft-sql-how-to-get-length-of-text-field.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/T_SQL_How_to_get_length_of_TEXT_field</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/T_SQL_How_to_get_length_of_TEXT_field</guid>
      <pubDate>Fri, 28 Nov 2008 16:57:51 GMT</pubDate>
    </item>
    <item>
      <title>The IsNullOrEmpty() Story with C</title>
      <description>Today i'm talking about the method IsNullOrEmpty that already exists on System.String class.
We often need to use it on other types of objects like :

StringBuilder 
All types of Collection that implementes ICollection 
Generic Collections 
Streams 
...

So in order to solve that issue here is a few set of IsNullOrEmpty Extension Method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fThe-IsNullOrEmpty()-Story-with-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fThe-IsNullOrEmpty()-Story-with-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_IsNullOrEmpty_Story_with_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_IsNullOrEmpty_Story_with_C</guid>
      <pubDate>Fri, 28 Nov 2008 15:49:58 GMT</pubDate>
    </item>
    <item>
      <title>AdSense Ads as Comment Extension for BlogEngine.NET</title>
      <description>A simple BlogEngine.NET Extension in order to show Google AdSense Ads like a Comment on each Posts &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fAdSense-Ads-as-Comment-Extension-for-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fAdSense-Ads-as-Comment-Extension-for-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/AdSense_Ads_as_Comment_Extension_for_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/AdSense_Ads_as_Comment_Extension_for_BlogEngine_NET</guid>
      <pubDate>Fri, 28 Nov 2008 15:13:39 GMT</pubDate>
    </item>
    <item>
      <title>DZone Button Extension for BlogEngine.NET</title>
      <description>Just wrote a little Extension for BlogEngine.NET in order to add DZone Button at the bottom of each Posts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fDZone-Button-Extension-for-BlogEngineNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fDZone-Button-Extension-for-BlogEngineNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/DZone_Button_Extension_for_BlogEngine_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/DZone_Button_Extension_for_BlogEngine_NET</guid>
      <pubDate>Fri, 28 Nov 2008 12:17:59 GMT</pubDate>
    </item>
    <item>
      <title>Splitting an IList to n IList : Method extension</title>
      <description>This method extension enables to split an IList to multiple IList of count objects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fSplitting-an-IList-to-n-IList-Method-extension.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fSplitting-an-IList-to-n-IList-Method-extension.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Splitting_an_IList_to_n_IList_Method_extension</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Splitting_an_IList_to_n_IList_Method_extension</guid>
      <pubDate>Fri, 28 Nov 2008 01:03:35 GMT</pubDate>
    </item>
    <item>
      <title>Send lots of Mail with Multi-Threaded Asynchronous Processing</title>
      <description>Back again tonight with an article talking about Mass Mailing. For performance issue i'll use Multi-Threaded Processing and Async Mail Send using System.Net.Mail.SmtpClient class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fSend-lots-of-Mail-with-Multi-Threaded-Asynchronous-Processing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f28%2fSend-lots-of-Mail-with-Multi-Threaded-Asynchronous-Processing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Send_lots_of_Mail_with_Multi_Threaded_Asynchronous_Processing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Send_lots_of_Mail_with_Multi_Threaded_Asynchronous_Processing</guid>
      <pubDate>Fri, 28 Nov 2008 00:28:44 GMT</pubDate>
    </item>
    <item>
      <title>SMO - SQL Server Management Objects</title>
      <description>SQL Server Management Objects is a collection of objects that are designed for programming all aspects of managing Microsoft SQL Server. I will introduce a few notions in this article, covering only a small part of what can be done with SMO : Server Connection, Database Discovery and Table Manipulation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fSMO-SQL-Server-Management-Objects.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fSMO-SQL-Server-Management-Objects.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/SMO_SQL_Server_Management_Objects</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/SMO_SQL_Server_Management_Objects</guid>
      <pubDate>Thu, 27 Nov 2008 18:29:01 GMT</pubDate>
    </item>
    <item>
      <title>Tips/Tricks : Convert an ASP.NET UserControl to String</title>
      <description>A quick tips in order to convert an ASP.NET UserControl to String &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fTipsTricks-Convert-an-ASPNET-UserControl-to-String.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fTipsTricks-Convert-an-ASPNET-UserControl-to-String.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Tips_Tricks_Convert_an_ASP_NET_UserControl_to_String</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Tips_Tricks_Convert_an_ASP_NET_UserControl_to_String</guid>
      <pubDate>Thu, 27 Nov 2008 18:22:55 GMT</pubDate>
    </item>
    <item>
      <title>Enterprise Library 4.1 Unity Wrapper</title>
      <description>Talking about usage of Enterprise Library 4.1 Unity Injection Container with a custom Wrapper class in order to dynamically Instantiate Mapped Objects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fEnterprise-Library-41-Unity-Wrapper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fEnterprise-Library-41-Unity-Wrapper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Enterprise_Library_4_1_Unity_Wrapper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Enterprise_Library_4_1_Unity_Wrapper</guid>
      <pubDate>Thu, 27 Nov 2008 16:55:34 GMT</pubDate>
    </item>
    <item>
      <title>DeleteAllOnSubmit Custom Linq Extension without Query Data</title>
      <description>Here is a quick Linq Extension in order to Delete all Data of a Table without Query All Data first. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fDeleteAllOnSubmit-Custom-Linq-Extension-without-Query-Data.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.sb2.fr%2fpost%2f2008%2f11%2f27%2fDeleteAllOnSubmit-Custom-Linq-Extension-without-Query-Data.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/DeleteAllOnSubmit_Custom_Linq_Extension_without_Query_Data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/DeleteAllOnSubmit_Custom_Linq_Extension_without_Query_Data</guid>
      <pubDate>Thu, 27 Nov 2008 16:30:32 GMT</pubDate>
    </item>
    <item>
      <title>Learning SQL with Ganesh</title>
      <description>I found (and shared) this desperate help request yesterday on my google reader and I felt a burning desire to help the poor guy &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f11%2flearning-sql-with-ganesh-part-1-of.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f11%2flearning-sql-with-ganesh-part-1-of.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Learning_SQL_with_Ganesh</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Learning_SQL_with_Ganesh</guid>
      <pubDate>Sun, 23 Nov 2008 18:29:09 GMT</pubDate>
    </item>
    <item>
      <title>Let That Boy Copy/Paste (with SQL2005 and Excel)</title>
      <description>How not to get your hands dirty with SQL moving data around when the team's DB guy (usually indian) is badly sick at home. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f11%2flet-that-boy-copy-paste-with-sql2005.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f11%2flet-that-boy-copy-paste-with-sql2005.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Let_That_Boy_Copy_Paste_with_SQL2005_and_Excel</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Let_That_Boy_Copy_Paste_with_SQL2005_and_Excel</guid>
      <pubDate>Sun, 02 Nov 2008 18:43:10 GMT</pubDate>
    </item>
    <item>
      <title>[.NET] Why are Esxceptions not Checked in C#?</title>
      <description>A discussione ab out the reason why exceptions are not checked in c# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2fnet-why-are-esxceptions-not-checked-in.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2fnet-why-are-esxceptions-not-checked-in.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_Why_are_Esxceptions_not_Checked_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_Why_are_Esxceptions_not_Checked_in_C</guid>
      <pubDate>Wed, 15 Oct 2008 14:56:10 GMT</pubDate>
    </item>
    <item>
      <title>ICONIX Process Rocks</title>
      <description>This should probably give an answer to the few dinosaurs who like going around saying that AGILE is an excuse for not having a well-defined process (they probably think the V-Model still rocks - good lads) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2ficonix-process-rocks.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2ficonix-process-rocks.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/ICONIX_Process_Rocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/ICONIX_Process_Rocks</guid>
      <pubDate>Fri, 10 Oct 2008 21:44:40 GMT</pubDate>
    </item>
    <item>
      <title>How to Programmatically Create and Access Custom ConfigurationSections</title>
      <description>When you need to store config data in some specific format and key value pairs are not enough you can use Custom Configuration Sections as they are not complex to use (unless you need a fairly complex section) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2fnet-how-to-programmatically-create-and_02.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f10%2fnet-how-to-programmatically-create-and_02.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_Programmatically_Create_and_Access_Custom_ConfigurationSections</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_Programmatically_Create_and_Access_Custom_ConfigurationSections</guid>
      <pubDate>Thu, 02 Oct 2008 12:24:29 GMT</pubDate>
    </item>
    <item>
      <title>[.NET] Generics Perfomance Myth (and Tony Northrup VS Wendy Sarret)</title>
      <description>According to Microsoft, Generics are faster than casting (boxing/unboxing): is it just a myth? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fnet-generic-perfomance-myth-and-tony.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fnet-generic-perfomance-myth-and-tony.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/NET_Generics_Perfomance_Myth_and_Tony_Northrup_VS_Wendy_Sarret</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/NET_Generics_Perfomance_Myth_and_Tony_Northrup_VS_Wendy_Sarret</guid>
      <pubDate>Thu, 25 Sep 2008 19:38:22 GMT</pubDate>
    </item>
    <item>
      <title>What is your strategy for becoming a better developer?</title>
      <description>Let me know what your best habits, tricks, info sources, etc.... that you have which make you a better developer. And the top three are going to get a copy of &amp;quot;The Pragmatic Programmer&amp;quot; in order to make themselves a better developer. &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%2f09%2f20%2fWhat-is-your-strategy-for-becoming-a-better-developer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f09%2f20%2fWhat-is-your-strategy-for-becoming-a-better-developer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/What_is_your_strategy_for_becoming_a_better_developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/What_is_your_strategy_for_becoming_a_better_developer</guid>
      <pubDate>Mon, 22 Sep 2008 15:31:19 GMT</pubDate>
    </item>
    <item>
      <title>[.NET vs Java] Event Handling: Are you sure pure OOP is always the sim</title>
      <description>How to handle events in both .NET framework and Java, with a couple of opinions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fnet-vs-java-event-handling-are-you-sure.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fnet-vs-java-event-handling-are-you-sure.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_vs_Java_Event_Handling_Are_you_sure_pure_OOP_is_always_the_sim</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_vs_Java_Event_Handling_Are_you_sure_pure_OOP_is_always_the_sim</guid>
      <pubDate>Mon, 22 Sep 2008 10:10:06 GMT</pubDate>
    </item>
    <item>
      <title>How to send debug text to output (or file)</title>
      <description>Snippet to send debug text to the output console or to a log file, and a bit of swearing &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fnet-how-to-send-debug-text-to-output-or.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fnet-how-to-send-debug-text-to-output-or.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_send_debug_text_to_output_or_file</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_send_debug_text_to_output_or_file</guid>
      <pubDate>Sat, 20 Sep 2008 21:32:56 GMT</pubDate>
    </item>
    <item>
      <title>How long can a developer survive without Google?</title>
      <description>How many times did your boss come up with &amp;quot;can we do X?&amp;quot; and you didn't have a clue about it but answered &amp;quot;Yes, no probs at all - consider it done&amp;quot;? You were probably thinking &amp;quot;WTF - I have no idea about this&amp;quot;, and first thing you do when you're back and safe at your desk is googling the damn thing up.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fhow-long-can-developer-survive-without.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f09%2fhow-long-can-developer-survive-without.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_long_can_a_developer_survive_without_Google</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_long_can_a_developer_survive_without_Google</guid>
      <pubDate>Tue, 16 Sep 2008 19:25:15 GMT</pubDate>
    </item>
    <item>
      <title>5 Weirdest Google Searches to end up in this Blog</title>
      <description>this is not SEO bullshit, it's just my TOP 5 of Weirdest Google Searches to End Up in This (Development) Blog &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f02%2f5-weirdest-google-searches-to-end-up-in.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetbutchering.blogspot.com%2f2008%2f02%2f5-weirdest-google-searches-to-end-up-in.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/5_Weirdest_Google_Searches_to_end_up_in_this_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/5_Weirdest_Google_Searches_to_end_up_in_this_Blog</guid>
      <pubDate>Fri, 12 Sep 2008 18:43:35 GMT</pubDate>
    </item>
  </channel>
</rss>