<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by chipso4</title>
    <description>Stories kicked by chipso4</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>60+ .Net libraries every developer should know about</title>
      <description>Every good developer knows never to re-invent the wheel, especially if there is software out there that has been tested by others, and has an established track record. As a developer using the .NET framework I've found some of these libraries invaluable, so I'm sharing them for some of the other dev's out there with a brief outline of how to use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webdistortion.com%2f2010%2f02%2f16%2f60-net-libraries-every-developer-should-know-about%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/60_Net_libraries_every_developer_should_know_about</guid>
      <pubDate>Wed, 17 Feb 2010 12:45:03 GMT</pubDate>
    </item>
    <item>
      <title>Performance Optimizations Made By JavaScript Minimizers</title>
      <description>In the first post about JavaScript compression and the different levels supported by the three major competitors in the JavaScript minimization, obfuscation, and optimization tools space.  I the article I discussed which tool provided the best compression in regards to the resulting byte count.  And found that Google took the over all crown with Microsoft following very closely behind. This post will look at the performance optimizations made to the code, after it is run through the JavaScript Minimizers &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fperformance-optimizations-made-by-microsoft-google-and-yahoo-javascript-minimizers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fperformance-optimizations-made-by-microsoft-google-and-yahoo-javascript-minimizers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Performance_Optimizations_Made_By_JavaScript_Minimizers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Performance_Optimizations_Made_By_JavaScript_Minimizers</guid>
      <pubDate>Thu, 21 Jan 2010 12:06:37 GMT</pubDate>
    </item>
    <item>
      <title>Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler</title>
      <description>A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use.  Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fyahoo-yui-compressor-vs-microsoft-ajax-minifier-vs-google-closure-compiler%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2010%2f01%2fyahoo-yui-compressor-vs-microsoft-ajax-minifier-vs-google-closure-compiler%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Yahoo_YUI_Compressor_vs_MS_AJAX_Minifier_vs_Google_Closure_Compiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Yahoo_YUI_Compressor_vs_MS_AJAX_Minifier_vs_Google_Closure_Compiler</guid>
      <pubDate>Wed, 20 Jan 2010 15:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Lightweight Task Scheduling Library for .NET / Silverlight</title>
      <description>A lightweight task scheduling library that allows you to easily schedule the invocation of callback methods at specified times or intervals. Supports both .NET 3.5 and Silverlight. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hardcodet.net%2f2010%2f01%2flightweight-task-slash-job-scheduling-with-silverlight-support"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hardcodet.net%2f2010%2f01%2flightweight-task-slash-job-scheduling-with-silverlight-support" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Lightweight_Task_Scheduling_Library_for_NET_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Lightweight_Task_Scheduling_Library_for_NET_Silverlight</guid>
      <pubDate>Mon, 11 Jan 2010 10:50:41 GMT</pubDate>
    </item>
    <item>
      <title>.NET Serialization Performance Comparison</title>
      <description>Comparing the speed and output of the different serializers available in .NET with the latest version of Json.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2010%2f01%2f01%2fnet-serialization-performance-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjames.newtonking.com%2farchive%2f2010%2f01%2f01%2fnet-serialization-performance-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/NET_Serialization_Performance_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/NET_Serialization_Performance_Comparison</guid>
      <pubDate>Sat, 02 Jan 2010 12:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Free EBook for Developing High Quality Applications using .NET</title>
      <description>The Microsoft Application Architecture Guide, 2nd Edition is a Must Have EBook for Developers and Solution Architects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2009%2f12%2ffree-ebook-for-developing-high-quality.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2009%2f12%2ffree-ebook-for-developing-high-quality.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Free_EBook_for_Developing_High_Quality_Applications_using_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Free_EBook_for_Developing_High_Quality_Applications_using_NET</guid>
      <pubDate>Wed, 23 Dec 2009 19:30:00 GMT</pubDate>
    </item>
    <item>
      <title>6 Of My Favorite Visual Studio Shortcuts</title>
      <description>A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f18%2f6-of-my-favorite-visual-studio-shortcuts%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f18%2f6-of-my-favorite-visual-studio-shortcuts%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/6_Of_My_Favorite_Visual_Studio_Shortcuts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/6_Of_My_Favorite_Visual_Studio_Shortcuts</guid>
      <pubDate>Mon, 21 Dec 2009 13:30:01 GMT</pubDate>
    </item>
    <item>
      <title>5 Very Useful C# Attributes</title>
      <description>A look at some of the useful attributes in c# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f17%2f5-very-useful-c-attributes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhatim.indexdev.net%2f2009%2f12%2f17%2f5-very-useful-c-attributes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/5_Very_Useful_C_Attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/5_Very_Useful_C_Attributes</guid>
      <pubDate>Thu, 17 Dec 2009 16:30:09 GMT</pubDate>
    </item>
    <item>
      <title>ARCast.TV - Rocky Lhotka on Development Frameworks</title>
      <description>It is difficult to strike a balance between the optimal architecture and over architecting a solution. Joe Shirey sits down with Rocky Lhotka , the creator of the CSLA.NET framework, to discuss how he balances what should and should not be in his framework. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f13%2farcast-tv-rocky-lhotka-on-development-frameworks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f12%2f13%2farcast-tv-rocky-lhotka-on-development-frameworks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/ARCast_TV_Rocky_Lhotka_on_Development_Frameworks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/ARCast_TV_Rocky_Lhotka_on_Development_Frameworks</guid>
      <pubDate>Thu, 17 Dec 2009 20:15:04 GMT</pubDate>
    </item>
    <item>
      <title>PDC09 - Session Video &amp;amp; PPT List by Greg Duncan</title>
      <description>Greg Duncan has cleverly put together a page that lists the PDC09 sessions with links to videos and PowerPoint's. Way to go Greg! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f11%2f24%2fpdc09-session-video-ppt-list-by-greg-duncan.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2finnov8showcase%2farchive%2f2009%2f11%2f24%2fpdc09-session-video-ppt-list-by-greg-duncan.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/PDC09_Session_Video_PPT_List_by_Greg_Duncan</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/PDC09_Session_Video_PPT_List_by_Greg_Duncan</guid>
      <pubDate>Tue, 01 Dec 2009 21:45:01 GMT</pubDate>
    </item>
    <item>
      <title>A generic way to find ASP.NET ClientIDs with jQuery</title>
      <description>ASP.NET ClientIDs and NamingContainer naming are a nuisance when working with jQuery as these long IDs complicate finding elements on the page. In this post I show a very simple way to retrieve munged ClientIDs by just their ID names with a small helper function that still returns the jQuery wrapped set. &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%2f42319.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f42319.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_generic_way_to_find_ASP_NET_ClientIDs_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_generic_way_to_find_ASP_NET_ClientIDs_with_jQuery</guid>
      <pubDate>Thu, 15 Oct 2009 13:15:00 GMT</pubDate>
    </item>
    <item>
      <title>Velocity Administration Console</title>
      <description>Lately I've been working on a small administration console project for Microsoft project code named Velocity. If you don't know, Velocity's administration is being done with PowerShell. 
I decided to build a console that will do the same thing but in Windows Forms.
 &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%2fgilf%2farchive%2f2009%2f06%2f23%2fvelocity-administration-console.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f06%2f23%2fvelocity-administration-console.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Velocity_Administration_Console</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Velocity_Administration_Console</guid>
      <pubDate>Tue, 23 Jun 2009 10:07:38 GMT</pubDate>
    </item>
    <item>
      <title>Common Logging 2.0 has been released</title>
      <description>The 2nd version of the &amp;quot;ultra-thin brigde between different .NET logging implementations&amp;quot; Common.Logging has been released and is free for download. Among various imporvments it features Lambda syntax for logging and Bi-directional log event routing between logging implementations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2feeichinger.blogspot.com%2f2009%2f05%2fcommon-logging-20-for-net-released.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2feeichinger.blogspot.com%2f2009%2f05%2fcommon-logging-20-for-net-released.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Common_Logging_2_0_has_been_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Common_Logging_2_0_has_been_released</guid>
      <pubDate>Wed, 13 May 2009 18:17:51 GMT</pubDate>
    </item>
    <item>
      <title>Generate custom LINQ-to-SQL Classes yourself with help of T4 Templates</title>
      <description>This video shows how to generate custom LINQ-To-SQL Classes with help of the Open-Source Project T4 Toolbox and the new T4 Editor developed by tangible-engineering. Generating Custom LINQ-To-SQL Classes allows you to fully customize the code e.g. in order to add  spezial serialisation or IUpdatebale support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ft4-editor.tangible-engineering.com%2fHow-Do-I-With-T4-Editor-Text-Templates.htm%23LINQToSQL"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ft4-editor.tangible-engineering.com%2fHow-Do-I-With-T4-Editor-Text-Templates.htm%23LINQToSQL" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Generate_custom_LINQ_to_SQL_Classes_yourself_with_help_of_T4_Templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Generate_custom_LINQ_to_SQL_Classes_yourself_with_help_of_T4_Templates</guid>
      <pubDate>Wed, 06 May 2009 05:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Installation and Configuration of Microsoft Velocity</title>
      <description>David walks us through how to install and configure Microsoft Velocity. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2009%2f03%2f18%2fasp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetpodcast.com%2fCS11%2fblogs%2fasp.net_podcast%2farchive%2f2009%2f03%2f18%2fasp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Installation_and_Configuration_of_Microsoft_Velocity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Installation_and_Configuration_of_Microsoft_Velocity</guid>
      <pubDate>Thu, 19 Mar 2009 14:01:18 GMT</pubDate>
    </item>
    <item>
      <title>A lap around MIX09 keynote announcements</title>
      <description>Simone collects all the big announcements from MIX09 and provides links to get deeper into the new stuff &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fa-lap-around-mix09-announcements.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f18%2fa-lap-around-mix09-announcements.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/A_lap_around_MIX09_keynote_announcements</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/A_lap_around_MIX09_keynote_announcements</guid>
      <pubDate>Thu, 19 Mar 2009 00:31:09 GMT</pubDate>
    </item>
    <item>
      <title>How .NET Regular Expressions Really Work</title>
      <description>A very deep dive into the source code for how .NET Regular Expressions really work &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</guid>
      <pubDate>Mon, 16 Mar 2009 20:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Web Service Optimization</title>
      <description>This article gives you 10 tips to optimize web services. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdevdream789%2f103052008063051AM%2f1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fdevdream789%2f103052008063051AM%2f1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Web_Service_Optimization_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Web_Service_Optimization_1</guid>
      <pubDate>Thu, 19 Mar 2009 13:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Memory Leak with delegates and workflow foundation</title>
      <description>EventHandlers are bi-directional strong ref. Unless they are released properly, they hold reference to objects. Then there's the anonymous delegate holding reference to outside objects problem. See how I diagnosed such leaks and fixed them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2fmemory-leak-with-delegates-and-workflow-foundation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2fmemory-leak-with-delegates-and-workflow-foundation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Memory_Leak_with_delegates_and_workflow_foundation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Memory_Leak_with_delegates_and_workflow_foundation</guid>
      <pubDate>Sat, 14 Mar 2009 13:41:01 GMT</pubDate>
    </item>
    <item>
      <title>Optimize ASP.NET Membership Stored Procedures for greater speed and sc</title>
      <description>ASP.NET Membership stored proc are not fine tuned for high load. So, under heavy load - the major tables like aspnet_Users and aspnet_Membership produces lock contention and transaction deadlocks. Learn how to solve this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2foptimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2foptimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Optimize_ASP_NET_Membership_Stored_Procedures_for_greater_speed_and_sc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Optimize_ASP_NET_Membership_Stored_Procedures_for_greater_speed_and_sc</guid>
      <pubDate>Sat, 14 Mar 2009 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Exponentially Improve Performance to Start ASP.net 2.0, 3.0, 3.5 Debug</title>
      <description>Stop the waiting when debugging your ASP.Net Web Applications!  Here's a complete RAM Disk solution to save your sanity. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fexponentially-improve-performance-to-start-aspnet-20-30-35-debugger-30364"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fexponentially-improve-performance-to-start-aspnet-20-30-35-debugger-30364" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Exponentially_Improve_Performance_to_Start_ASP_net_2_0_3_0_3_5_Debug</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Exponentially_Improve_Performance_to_Start_ASP_net_2_0_3_0_3_5_Debug</guid>
      <pubDate>Fri, 06 Mar 2009 18:46:05 GMT</pubDate>
    </item>
    <item>
      <title>A New Look for Visual Studio 2010!</title>
      <description>At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0.  Today I'm happy to reveal the new UI for Visual Studio, also built on WPF: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</guid>
      <pubDate>Wed, 25 Feb 2009 03:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How to only display &amp;quot;This Week&amp;quot; items in a SharePoint List</title>
      <description>I have a SharePoint list and would like to create a view that shows me all the items that are modified in this week. SharePoint views can be filtered, so I thought this wouldn't be a big deal. Unfortunatly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leonmeijer.nl%2farchive%2f2007%2f05%2f09%2f28.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leonmeijer.nl%2farchive%2f2007%2f05%2f09%2f28.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/How_to_only_display_This_Week_items_in_a_SharePoint_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/How_to_only_display_This_Week_items_in_a_SharePoint_List</guid>
      <pubDate>Tue, 24 Feb 2009 23:08:23 GMT</pubDate>
    </item>
    <item>
      <title>Windows SharePoint Services - first setup</title>
      <description>A simple guide on how to setup Windows SharePoint Services for the first time &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f02%2f24%2fwindows-sharepoint-services-setup%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nablasoft.com%2fguardian%2findex.php%2f2009%2f02%2f24%2fwindows-sharepoint-services-setup%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Windows_SharePoint_Services_first_setup</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Windows_SharePoint_Services_first_setup</guid>
      <pubDate>Tue, 24 Feb 2009 19:12:09 GMT</pubDate>
    </item>
    <item>
      <title>A cool puzzle game for programmers, written in Silverlight</title>
      <description>The goal of the game is to program a robot to pick up stars. The puzzles are submitted by other users, and ranked by difficulty based on votes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frobozzle.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frobozzle.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_cool_puzzle_game_for_programmers_written_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_cool_puzzle_game_for_programmers_written_in_Silverlight</guid>
      <pubDate>Tue, 24 Feb 2009 22:31:13 GMT</pubDate>
    </item>
  </channel>
</rss>
