<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by georgeck</title>
    <description>Stories kicked by georgeck</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>Creating Zip Archives In .Net Without An External Library</title>
      <description>Jon Galloway offers his advice on creating your own zip library.  SharpZipLib provides best free .NET compression library, but what if you can't use it due to the GPL license? I'll look at a few options, ending with my favorite - System.IO.Packaging. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2007%2f10%2f25%2fcreating-zip-archives-in-net-without-an-external-library-like-sharpziplib.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2007%2f10%2f25%2fcreating-zip-archives-in-net-without-an-external-library-like-sharpziplib.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_Zip_Archives_In_Net_Without_An_External_Library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_Zip_Archives_In_Net_Without_An_External_Library</guid>
      <pubDate>Thu, 25 Oct 2007 19:16:03 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.5 Is Shared Source</title>
      <description>Microsoft's .NET Framework 3.5 is going to be released open source. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</guid>
      <pubDate>Wed, 03 Oct 2007 16:46:25 GMT</pubDate>
    </item>
    <item>
      <title>DotNetKicks - Now Serving SVN Revision 501</title>
      <description>The DotNetKicks open source project is blistering ahead, there have been 336 commits in the last month taking us up to revision 501. Thanks to everyone who has contributed to the project so far. Our main contributors the past few weeks were James Welsch, Simone Busoli, Kevin Fricovsky and Atif Aziz. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.incremental.ie%2farchive%2f2007%2f10%2f03%2fdotnetkicks---now-serving-svn-revision-501.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.incremental.ie%2farchive%2f2007%2f10%2f03%2fdotnetkicks---now-serving-svn-revision-501.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/DotNetKicks_Now_Serving_SVN_Revision_501</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/DotNetKicks_Now_Serving_SVN_Revision_501</guid>
      <pubDate>Wed, 03 Oct 2007 14:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Leaky Abstractions and the Last Responsible Moment for Design</title>
      <description>A discussion on 'Leaky Abstractions'  and  to make decisions as late as you can responsibly wait.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2006%2f01%2f18%2f136648.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2006%2f01%2f18%2f136648.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Leaky_Abstractions_and_the_Last_Responsible_Moment_for_Design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Leaky_Abstractions_and_the_Last_Responsible_Moment_for_Design</guid>
      <pubDate>Sat, 29 Sep 2007 22:13:20 GMT</pubDate>
    </item>
    <item>
      <title>PostSharp - A Post-Compiler for .NET</title>
      <description>PostSharp is a platform that allows you to transform or analyze your .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. Geat tool for Aspect-Oriented Programming (AOP). 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.postsharp.org%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.postsharp.org%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/PostSharp_A_Post_Compiler_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/PostSharp_A_Post_Compiler_for_NET</guid>
      <pubDate>Sun, 30 Sep 2007 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Little things to help you CodeBetter</title>
      <description>Jeremy Miller's tips for better coding. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2007%2f09%2f28%2fjust-some-little-fundamental-things-to-help-you-codebetter.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2007%2f09%2f28%2fjust-some-little-fundamental-things-to-help-you-codebetter.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Little_things_to_help_you_CodeBetter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Little_things_to_help_you_CodeBetter</guid>
      <pubDate>Sun, 30 Sep 2007 03:31:02 GMT</pubDate>
    </item>
    <item>
      <title>DotNetKicks Widget via JQuery and new JSON Api</title>
      <description>A screen cast that details how you can place this widget on your blog/site and display your most recent kicks - My Recent Kicks widget. Code available to download. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f09%2f27%2fMy-DotNetKicks-Widget---Version-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f09%2f27%2fMy-DotNetKicks-Widget---Version-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DotNetKicks_Widget_via_JQuery_and_new_JSON_Api</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DotNetKicks_Widget_via_JQuery_and_new_JSON_Api</guid>
      <pubDate>Thu, 27 Sep 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Agile vs. Traditional Development Cost Models ...Maybe</title>
      <description>A comparison between Agile and Traditional development &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%2fjoe_ocampo%2farchive%2f2007%2f09%2f20%2fagile-vs-traditional-development-cost-models-maybe.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoe_ocampo%2farchive%2f2007%2f09%2f20%2fagile-vs-traditional-development-cost-models-maybe.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Agile_vs_Traditional_Development_Cost_Models_Maybe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Agile_vs_Traditional_Development_Cost_Models_Maybe</guid>
      <pubDate>Sun, 23 Sep 2007 19:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Free ebook : Threading in C#</title>
      <description>It has been updated since the last time it was posted here. Available in HTML and PDF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.albahari.com%2fthreading%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.albahari.com%2fthreading%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Free_ebook_Threading_in_C_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Free_ebook_Threading_in_C_1</guid>
      <pubDate>Thu, 20 Sep 2007 04:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Open Source .Net IM Client based on XMPP that can connect to Gtalk</title>
      <description>This post describes the Open Source .Net application that can connect to Gtalk.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f05%2f13%2fdotnet_im_client_based_on_xmpp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f05%2f13%2fdotnet_im_client_based_on_xmpp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_Net_IM_Client_based_on_XMPP_that_can_connect_to_Gtalk</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_Net_IM_Client_based_on_XMPP_that_can_connect_to_Gtalk</guid>
      <pubDate>Wed, 19 Sep 2007 17:46:02 GMT</pubDate>
    </item>
    <item>
      <title>System.IO.Compression.DeflateStream - Gotcha</title>
      <description>This article explains a common pitfall in DeflateStream and hos this can be solved - a must read for anyone who is using this class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f09%2f09%2fdeflatestream-block-length-does-not-match.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f09%2f09%2fdeflatestream-block-length-does-not-match.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/System_IO_Compression_DeflateStream_Gotcha</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/System_IO_Compression_DeflateStream_Gotcha</guid>
      <pubDate>Tue, 25 Sep 2007 11:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Performance consequence of DateTime.Parse()</title>
      <description>This post explains the performance cost of using DateTime.Parse() and goes on to explain a possible solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f09%2f19%2fperformance-of-datetime-parse.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f09%2f19%2fperformance-of-datetime-parse.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Performance_consequence_of_DateTime_Parse</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Performance_consequence_of_DateTime_Parse</guid>
      <pubDate>Wed, 19 Sep 2007 11:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Poor Man's Dependency Injection using Generics</title>
      <description>Here's a quick way to incorporate dependency injection into your code using generics.  This technique can be invaluable for testing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f09%2f06%2f56.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeremyjarrell.com%2farchive%2f2007%2f09%2f06%2f56.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Poor_Man_s_Dependency_Injection_using_Generics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Poor_Man_s_Dependency_Injection_using_Generics</guid>
      <pubDate>Wed, 19 Sep 2007 08:46:01 GMT</pubDate>
    </item>
    <item>
      <title>Connecting to an SVN repository using .Net in 3 easy steps</title>
      <description>This describes how we can use the Open Source DotSVN library to connect to Subversion FSFS repository. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f09%2f12%2fconnecting_to_svn_repository_u.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chiramattel.com%2fgeorge%2fblog%2f2007%2f09%2f12%2fconnecting_to_svn_repository_u.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Connecting_to_an_SVN_repository_using_Net_in_3_easy_steps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Connecting_to_an_SVN_repository_using_Net_in_3_easy_steps</guid>
      <pubDate>Wed, 19 Sep 2007 05:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Indexing and searching source code with Lucene.Net</title>
      <description>An academic implementation of a source code search engine with open source frameworks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2fcommunity%2fblogs%2fsimoneb%2farchive%2f2007%2f06%2f29%2fIndexing-and-searching-source-code-with-Lucene.Net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2fcommunity%2fblogs%2fsimoneb%2farchive%2f2007%2f06%2f29%2fIndexing-and-searching-source-code-with-Lucene.Net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Indexing_and_searching_source_code_with_Lucene_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Indexing_and_searching_source_code_with_Lucene_Net</guid>
      <pubDate>Wed, 04 Jul 2007 02:46:01 GMT</pubDate>
    </item>
  </channel>
</rss>