<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dmcgiv</title>
    <description>Stories kicked by dmcgiv</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>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>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>Zip Compressing ASP.NET Session and Cache State</title>
      <description>Scott Hanselman discusses a recent podcast with the team from StackOverflow where it was mentioned that they compress the Cache or Session data in ASP.NET, enabling them to store about 5-10x more data. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode35ZipCompressingASPNETSessionAndCacheState.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fTheWeeklySourceCode35ZipCompressingASPNETSessionAndCacheState.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Zip_Compressing_ASP_NET_Session_and_Cache_State</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Zip_Compressing_ASP_NET_Session_and_Cache_State</guid>
      <pubDate>Thu, 23 Oct 2008 15:31:15 GMT</pubDate>
    </item>
    <item>
      <title>Insidious Dependencies</title>
      <description>Many dependencies in code are obvious, such as relying on a particular framework or database implementation.  Others can easily be overlooked.  This article exposes some of the more insidious dependencies that commonly exist within applications which may be overlooked as such. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevesmithblog.com%2fblog%2finsidious-dependencies%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevesmithblog.com%2fblog%2finsidious-dependencies%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Insidious_Dependencies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Insidious_Dependencies</guid>
      <pubDate>Wed, 22 Oct 2008 17:46:02 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>Client Templating with jQuery</title>
      <description>Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach to a full templating engine. In this entry I'll look at several different approaches. &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%2f509108.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f509108.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Client_Templating_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Client_Templating_with_jQuery</guid>
      <pubDate>Tue, 14 Oct 2008 13:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Pluggable ASP.NET CacheManager</title>
      <description>A CacheManager class that you can easily write your own providers (memcached, Velocity, etc.) for. Includes providers for request-length caching and ASP.NET's built-in Cache object. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fpluggable-aspnet-cachemanager%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fpluggable-aspnet-cachemanager%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Pluggable_ASP_NET_CacheManager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Pluggable_ASP_NET_CacheManager</guid>
      <pubDate>Fri, 10 Oct 2008 14:01:04 GMT</pubDate>
    </item>
    <item>
      <title>A Web Based Sequence Diagram Editor </title>
      <description>After I published a post about SDEdit which is a free desktop sequence diagram editor, I received a mail from Steve Hanov who wanted to introduce me with a very impressive alternative to SDEdit. Steve has created a web service that creates renditions of sequence diagrams, it is completely online and... &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%2f09%2f29%2fa-web-based-sequence-diagram-editor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f09%2f29%2fa-web-based-sequence-diagram-editor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/A_Web_Based_Sequence_Diagram_Editor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/A_Web_Based_Sequence_Diagram_Editor</guid>
      <pubDate>Mon, 29 Sep 2008 13:16:13 GMT</pubDate>
    </item>
    <item>
      <title>Avoid this tricky conflict between ASP.NET AJAX and jQuery</title>
      <description>One example of how ASP.NET AJAX can conflict with jQuery's plugins, due to its modification of some JavaScript base types, and how to fix the problem in this particular case. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f09%2f28%2favoid-this-tricky-conflict-between-aspnet-ajax-and-jquery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f09%2f28%2favoid-this-tricky-conflict-between-aspnet-ajax-and-jquery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Avoid_this_tricky_conflict_between_ASP_NET_AJAX_and_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Avoid_this_tricky_conflict_between_ASP_NET_AJAX_and_jQuery</guid>
      <pubDate>Mon, 29 Sep 2008 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The Definitive C# Singleton</title>
      <description>The .NET framework makes it very easy to write thread safe, lazy initialized,  singletons. Here's how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblueonionsoftware.com%2fblog.aspx%3fp%3dc6e72c38-2839-4696-990a-3fbf9b2b0ba4"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblueonionsoftware.com%2fblog.aspx%3fp%3dc6e72c38-2839-4696-990a-3fbf9b2b0ba4" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Definitive_C_Singleton</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Definitive_C_Singleton</guid>
      <pubDate>Fri, 26 Sep 2008 14:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Simulate a Windows Service Using ASP.NET to Run Scheduled Jobs</title>
      <description>Back in 2005 Omar Al Zabir (Co-founder and CTO of PageFlakes) posted an article on the CodeProject web site Simulate a Windows Service using ASP.NET to run scheduled jobs that many of you have probably seen. If you liked the idea at the time but didn't do anything with it, you may want to take another look now. In the comments, dselkirk provided an alternative that really cleans things up that Erichero then improved upon slightly and converted to C#.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f09%2f20%2fSimulate-a-Windows-Service-Using-ASPNET-to-Run-Scheduled-Jobs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbeckelman.net%2fpost%2f2008%2f09%2f20%2fSimulate-a-Windows-Service-Using-ASPNET-to-Run-Scheduled-Jobs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Simulate_a_Windows_Service_Using_ASP_NET_to_Run_Scheduled_Jobs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Simulate_a_Windows_Service_Using_ASP_NET_to_Run_Scheduled_Jobs</guid>
      <pubDate>Mon, 22 Sep 2008 23:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Important questions a developer should ask a prospective employer</title>
      <description>A list of questions that software developers should ask a prospective employer during their interview process. Similar to the Joel test, but more in-depth. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f09%2fimportant-questions-for-your-prospective-employer.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ytechie.com%2f2008%2f09%2fimportant-questions-for-your-prospective-employer.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Important_questions_a_developer_should_ask_a_prospective_employer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Important_questions_a_developer_should_ask_a_prospective_employer</guid>
      <pubDate>Tue, 16 Sep 2008 23:01:08 GMT</pubDate>
    </item>
    <item>
      <title>The GetHashCode Method</title>
      <description>An explanation of the GetHashCode method and an example of its use. &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%2fshayf%2farchive%2f2008%2f09%2f13%2fthe-gethashcode-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f09%2f13%2fthe-gethashcode-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_GetHashCode_Method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_GetHashCode_Method</guid>
      <pubDate>Sat, 13 Sep 2008 08:09:12 GMT</pubDate>
    </item>
    <item>
      <title>Sending Email in a Development Environment without an SMTP Server</title>
      <description>Very handy... I'm forever looking this stuff up :-|  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.donnfelker.com%2fpost%2fSending-Email-in-a-Development-Environment-without-an-SMTP-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.donnfelker.com%2fpost%2fSending-Email-in-a-Development-Environment-without-an-SMTP-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Sending_Email_in_a_Development_Environment_without_an_SMTP_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Sending_Email_in_a_Development_Environment_without_an_SMTP_Server</guid>
      <pubDate>Thu, 11 Sep 2008 20:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Tips and Tricks - ASP.Net AJAX Applications</title>
      <description>This article is aimed to provide some tips and tricks that very useful while implementing ASP.Net AJAX applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNETAJAX%2f127_Tips_and_Tricks_-_ASPNet_AJAX_Applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codedigest.com%2fArticles%2fASPNETAJAX%2f127_Tips_and_Tricks_-_ASPNet_AJAX_Applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Tips_and_Tricks_ASP_Net_AJAX_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Tips_and_Tricks_ASP_Net_AJAX_Applications</guid>
      <pubDate>Tue, 16 Sep 2008 15:31:03 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Form Serialization without ASP.NET ViewState</title>
      <description>When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. &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%2f472329.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f472329.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/jQuery_Form_Serialization_without_ASP_NET_ViewState</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/jQuery_Form_Serialization_without_ASP_NET_ViewState</guid>
      <pubDate>Thu, 04 Sep 2008 21:31:10 GMT</pubDate>
    </item>
    <item>
      <title>7 principles of clean and optimized CSS code</title>
      <description>With the popularity of CSS layouts and JavaScript-enriched web page experiences, it's not uncommon, particularly for large sites, for the CSS files alone to grow in size,  but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn't just minimizing file size - it's also about being organized, clutter-free, and efficient. You'll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smashingmagazine.com%2f2008%2f08%2f18%2f7-principles-of-clean-and-optimized-css-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smashingmagazine.com%2f2008%2f08%2f18%2f7-principles-of-clean-and-optimized-css-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/7_principles_of_clean_and_optimized_CSS_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/7_principles_of_clean_and_optimized_CSS_code</guid>
      <pubDate>Wed, 20 Aug 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET gets no Respect</title>
      <description>Poor ASP.NET! Is it really that bad? I say No! &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%2f453551.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f453551.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_gets_no_Respect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_gets_no_Respect</guid>
      <pubDate>Fri, 15 Aug 2008 13:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Create apple.com-like breadcrumb using simple CSS</title>
      <description>Janko shows an extremely simple and nicely polished way to create graphical breadcrumbs like on apple.com. &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%2f08%2f14%2fCreate-applecom-like-breadcrumb-using-simple-CSS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jankoatwarpspeed.com%2fpost%2f2008%2f08%2f14%2fCreate-applecom-like-breadcrumb-using-simple-CSS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Create_apple_com_like_breadcrumb_using_simple_CSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Create_apple_com_like_breadcrumb_using_simple_CSS</guid>
      <pubDate>Fri, 15 Aug 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Adding OpenID to your web site in conjunction with ASP.NET Membership</title>
      <description>Describes what is needed to add OpenID login as an option to traditional ASP.NET Membership and integrating both. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdanhounshell.com%2fblogs%2fdan%2farchive%2f2008%2f07%2f18%2fadding-openid-to-your-web-site-in-conjunction-with-asp-net-membership.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdanhounshell.com%2fblogs%2fdan%2farchive%2f2008%2f07%2f18%2fadding-openid-to-your-web-site-in-conjunction-with-asp-net-membership.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Adding_OpenID_to_your_web_site_in_conjunction_with_ASP_NET_Membership</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Adding_OpenID_to_your_web_site_in_conjunction_with_ASP_NET_Membership</guid>
      <pubDate>Mon, 21 Jul 2008 18:31:13 GMT</pubDate>
    </item>
    <item>
      <title>High performance css minifier</title>
      <description>CSS minifier based on jsmin idea that produce a small CSS file, much faster, and with much less memory overhead. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mironabramson.com%2fblog%2fpost%2f2008%2f06%2fHigh-performance-css-minifier.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mironabramson.com%2fblog%2fpost%2f2008%2f06%2fHigh-performance-css-minifier.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/High_performance_css_minifier</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/High_performance_css_minifier</guid>
      <pubDate>Sun, 29 Jun 2008 19:02:11 GMT</pubDate>
    </item>
    <item>
      <title>Recommendations From My Developer Toolbox (June 2008)</title>
      <description>This is an updated version of my January 2008 list of must have software for your developer toolbox. Kudos to Scott Hanselman for the inspiration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f06%2f24%2frecommendations-from-my-developer-toolbox-june-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f06%2f24%2frecommendations-from-my-developer-toolbox-june-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Recommendations_From_My_Developer_Toolbox_June_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Recommendations_From_My_Developer_Toolbox_June_2008</guid>
      <pubDate>Thu, 26 Jun 2008 03:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Faster Builds with MSBuild using Parallel Builds and MultiCore CPU</title>
      <description>Title says enough or you're just dead from the neck up if you're not interested... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFasterBuildsWithMSBuildUsingParallelBuildsAndMulticoreCPUs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fFasterBuildsWithMSBuildUsingParallelBuildsAndMulticoreCPUs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Faster_Builds_with_MSBuild_using_Parallel_Builds_and_MultiCore_CPU</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Faster_Builds_with_MSBuild_using_Parallel_Builds_and_MultiCore_CPU</guid>
      <pubDate>Fri, 25 Apr 2008 11:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Must Have Tool for ASP.NET Developer</title>
      <description>NetFXHarmonics DevServer is a web server hosting environment built on .NET 3.5 using WPF, WCF, and LINQ technologies that allows multiple instances of VS-like web servers to run in parallel &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f11%2fmust-have-tool-for-asp-net-developer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f04%2f11%2fmust-have-tool-for-asp-net-developer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Must_Have_Tool_for_ASP_NET_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Must_Have_Tool_for_ASP_NET_Developer</guid>
      <pubDate>Fri, 11 Apr 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Empty try blocks</title>
      <description>The article explains why you might see functions that do nothing in the &amp;quot;try&amp;quot; block. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f10%2fthe-empty-try-block-mystery%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f04%2f10%2fthe-empty-try-block-mystery%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Empty_try_blocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Empty_try_blocks</guid>
      <pubDate>Fri, 11 Apr 2008 11:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>