<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by ebezester</title>
    <description>Stories kicked by ebezester</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>Dynamic Javascript Compression</title>
      <description>In the world of web 2.0 there are some small things you can do for big performance wins on your app. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrianc.me%2fblog%2fdynamic-javascript-compression%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrianc.me%2fblog%2fdynamic-javascript-compression%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Dynamic_Javascript_Compression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Dynamic_Javascript_Compression</guid>
      <pubDate>Wed, 19 Nov 2008 03:30:14 GMT</pubDate>
    </item>
    <item>
      <title>Locking performance</title>
      <description>Comparing performance of standard lock block to ReaderWriterLockSlim with many simultaneous reads. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrianc.me%2fblog%2flocking-performance%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrianc.me%2fblog%2flocking-performance%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Locking_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Locking_performance</guid>
      <pubDate>Sun, 12 Oct 2008 21:31:19 GMT</pubDate>
    </item>
    <item>
      <title>I like to use use</title>
      <description>A simple 'Disposable' object utilizing closures to aid in creating cleaner syntax. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbrianc.me%2fblog%2fi-like-to-use-use%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbrianc.me%2fblog%2fi-like-to-use-use%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/I_like_to_use_use</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/I_like_to_use_use</guid>
      <pubDate>Fri, 05 Sep 2008 19:24:37 GMT</pubDate>
    </item>
    <item>
      <title>Do try...catch blocks hurt runtime performance?</title>
      <description>This posts looks at the real runtime cost of writing a try...catch block in a .Net language. Drawing on his knowledge of .Net internals, the author looks at how such structures are represented in a compiled .Net assembly and what happens at runtime, so the performance characteristics can be understood. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.programmersheaven.com%2fuser%2fpheaven%2fblog%2f175-Do-trycatch-blocks-hurt-runtime-performance%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.programmersheaven.com%2fuser%2fpheaven%2fblog%2f175-Do-trycatch-blocks-hurt-runtime-performance%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Do_try_catch_blocks_hurt_runtime_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Do_try_catch_blocks_hurt_runtime_performance</guid>
      <pubDate>Wed, 20 Feb 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Jacob Nielsen: Top-10 Application-Design Mistakes</title>
      <description>Application usability is enhanced when users know how to operate the UI and it guides them through the workflow. Violating common guidelines prevents both. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.useit.com%2falertbox%2fapplication-mistakes.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.useit.com%2falertbox%2fapplication-mistakes.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Jacob_Nielsen_Top_10_Application_Design_Mistakes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Jacob_Nielsen_Top_10_Application_Design_Mistakes</guid>
      <pubDate>Wed, 20 Feb 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, and f</title>
      <description>Cheat sheets for retrieving various bits of ASP.NET runtime information, all with live sample values, links to MSDN, and some explanations. Includes source code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fduartes.org%2fgustavo%2farticles%2fAsp.net-Runtime-Cheat-Sheet-HttpRequest-HttpRuntime.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fduartes.org%2fgustavo%2farticles%2fAsp.net-Runtime-Cheat-Sheet-HttpRequest-HttpRuntime.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Runtime_Cheat_Sheet_HttpRequest_HttpRuntime_and_f</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Runtime_Cheat_Sheet_HttpRequest_HttpRuntime_and_f</guid>
      <pubDate>Tue, 19 Feb 2008 20:16:07 GMT</pubDate>
    </item>
  </channel>
</rss>