<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by shahed.net</title>
    <description>Stories kicked by shahed.net</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>Hosting Silverlight 2.0 in IIS</title>
      <description>Describes Silverlight 2.0 hosting issues ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shahed.net%2fpost%2fHosting-Silverlight-20-in-IIS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shahed.net%2fpost%2fHosting-Silverlight-20-in-IIS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Hosting_Silverlight_2_0_in_IIS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Hosting_Silverlight_2_0_in_IIS</guid>
      <pubDate>Wed, 02 Apr 2008 21:16:10 GMT</pubDate>
    </item>
    <item>
      <title>MIX 08 including IE8</title>
      <description>another Scott Gu post. He states @ mix 08 they'll discuss IE8 &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%2f2008%2f01%2f31%2fmix08.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f31%2fmix08.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/MIX_08_including_IE8</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/MIX_08_including_IE8</guid>
      <pubDate>Sat, 02 Feb 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>CLR Fun Stuff: How is my C# code converted into machine instructions?</title>
      <description>This post describes how a function's MSIL instructions are compiled into native code and when. Anyone writing .NET code should know this basic thing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shafqatahmed.com%2f2008%2f01%2fclr-fun-stuff-h.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shafqatahmed.com%2f2008%2f01%2fclr-fun-stuff-h.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/CLR_Fun_Stuff_How_is_my_C_code_converted_into_machine_instructions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/CLR_Fun_Stuff_How_is_my_C_code_converted_into_machine_instructions</guid>
      <pubDate>Sat, 26 Jan 2008 10:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Keep your CSS files clean with a tiny HttpHandler</title>
      <description>CSS, is the heart of any web application today. Writing cross browser CSS is really a hell of an art and including CSS files selectively and writing CSS hacks that will work out in one browser but wont in other is also a tedious job... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f01%2f25%2fkeep-your-css-files-clean-with-a-tiny-httphandler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2008%2f01%2f25%2fkeep-your-css-files-clean-with-a-tiny-httphandler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Keep_your_CSS_files_clean_with_a_tiny_HttpHandler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Keep_your_CSS_files_clean_with_a_tiny_HttpHandler</guid>
      <pubDate>Sat, 26 Jan 2008 11:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Using constraints to limit Generics applicability using where keyword</title>
      <description>Shows how to use the where keyword to apply type constraints in Generics, a very useful feature least used. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shafqatahmed.com%2f2007%2f12%2ffun-with-generi.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shafqatahmed.com%2f2007%2f12%2ffun-with-generi.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_constraints_to_limit_Generics_applicability_using_where_keyword</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_constraints_to_limit_Generics_applicability_using_where_keyword</guid>
      <pubDate>Sat, 22 Dec 2007 16:45:32 GMT</pubDate>
    </item>
    <item>
      <title>ScottGu VS.net performance tips for machine</title>
      <description>Specifically - &amp;quot;what type of machine do you recommend I get for doing development with Visual Studio?&amp;quot; &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%2f11%2f01%2ftip-trick-hard-drive-speed-and-visual-studio-performance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f11%2f01%2ftip-trick-hard-drive-speed-and-visual-studio-performance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/ScottGu_VS_net_performance_tips_for_machine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/ScottGu_VS_net_performance_tips_for_machine</guid>
      <pubDate>Thu, 01 Nov 2007 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>DotNetKicks &amp;quot;Kick It&amp;quot; plugin for Windows Live Writer</title>
      <description>I want a DotNetKicks &amp;quot;kick it&amp;quot; image+link on some posts, but not all - and there is no automated way to do that. So I created an &amp;quot;Insert Kick It Counter...&amp;quot; plugin for Windows Live Writer to insert a placeholder, and a Wordpress plugin to insert the image+link when the placeholder is found.
Hopefully somebody else will find it useful also! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2007%2f10%2f21%2fdotnetkicks-kick-it-counter-plugin-for-windows-live-writer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aaronlerch.com%2fblog%2f2007%2f10%2f21%2fdotnetkicks-kick-it-counter-plugin-for-windows-live-writer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/DotNetKicks_Kick_It_plugin_for_Windows_Live_Writer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/DotNetKicks_Kick_It_plugin_for_Windows_Live_Writer</guid>
      <pubDate>Mon, 22 Oct 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Spy on any class and log what it is doing</title>
      <description>Explains how you can track class method calls and log the parameters and return values... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fshahedul%2farchive%2f2007%2f02%2f07%2f105664.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fshahedul%2farchive%2f2007%2f02%2f07%2f105664.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Spy_on_any_class_and_log_what_it_is_doing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Spy_on_any_class_and_log_what_it_is_doing</guid>
      <pubDate>Wed, 07 Feb 2007 08:36:45 GMT</pubDate>
    </item>
    <item>
      <title>Custom Mempership Provider for preventing DoS</title>
      <description>Using Base Membership Provider can cause DoS...How to avoid that. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbloggingabout.net%2fblogs%2fadelkhalil%2farchive%2f2007%2f02%2f06%2fcustom-mempership-provider-for-prevent-dos.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbloggingabout.net%2fblogs%2fadelkhalil%2farchive%2f2007%2f02%2f06%2fcustom-mempership-provider-for-prevent-dos.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Custom_Mempership_Provider_for_preventing_DoS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Custom_Mempership_Provider_for_preventing_DoS</guid>
      <pubDate>Wed, 07 Feb 2007 08:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Cheat Sheet: ASP.NET Page Life Cycle &amp;amp; Common Events</title>
      <description>We've all seen Leon Andrianarivony's excellent ASP.NET Page Life Cycle diagram. This one-page cheat sheet is the perfect compliment to that diagram, providing descriptions for each of the common stages and events. &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%2fnet-cheat-sheet-aspnet-page-life-cycle-common-events%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fnet-cheat-sheet-aspnet-page-life-cycle-common-events%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cheat_Sheet_ASP_NET_Page_Life_Cycle_amp_Common_Events</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cheat_Sheet_ASP_NET_Page_Life_Cycle_amp_Common_Events</guid>
      <pubDate>Wed, 24 Jan 2007 18:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Happy 1st Birthday DotNetKicks.com</title>
      <description>DotNetKicks.com is 1 year old today. Over the past year the community has steadily grown and the quality of the main feed has steadily increased. 1,385 of you links have been posted to the homepage over this time. Thanks for making the site what it is. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetkicks.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetkicks.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Happy_1st_Birthday_DotNetKicks_com</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Happy_1st_Birthday_DotNetKicks_com</guid>
      <pubDate>Mon, 08 Jan 2007 09:01:04 GMT</pubDate>
    </item>
  </channel>
</rss>