<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by braddunbar</title>
    <description>Stories kicked by braddunbar</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 reflection with Silverlight 2.0 beta</title>
      <description>I was searching for some WPF videos, after googling I found a site named contentpresenter . I found couple of interesting video there on WPF. After releasing of Silverlight 2.0 beta , my intention is implementing those WPF stuff in Silverlight as much as possible cause they're quite similar now. Let's start how I did this &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwindowsclient.net%2fblogs%2filves%2farchive%2f2008%2f03%2f24%2fcreating-reflection-with-silverlight-2-0-beta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwindowsclient.net%2fblogs%2filves%2farchive%2f2008%2f03%2f24%2fcreating-reflection-with-silverlight-2-0-beta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Creating_reflection_with_Silverlight_2_0_beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Creating_reflection_with_Silverlight_2_0_beta</guid>
      <pubDate>Tue, 25 Mar 2008 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework Programming Model for Add-Ins</title>
      <description>It seems that there is still lot to learn about .NET Framework. I've found today (thanks to Daniel Moth) that is one more interesting feature was added in .NET Framework - Programming Model for Add-Ins. Basically, it allows you to build application that can be extended by add-ins. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vitalygorn.com%2fblog%2fpost%2f2008%2f03%2fNET-Framework-Programming-Model-for-Add-Ins.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vitalygorn.com%2fblog%2fpost%2f2008%2f03%2fNET-Framework-Programming-Model-for-Add-Ins.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Framework_Programming_Model_for_Add_Ins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Framework_Programming_Model_for_Add_Ins</guid>
      <pubDate>Wed, 26 Mar 2008 03:16:02 GMT</pubDate>
    </item>
    <item>
      <title>What the hell is a deadlock: The Parable of The Bathroom</title>
      <description>An easy way how you can understand how locking can easily become a nightmare... Deadlock the curse you want to avoid :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkarlagius.wordpress.com%2f2008%2f03%2f23%2fthe-parable-of-the-bathroom%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkarlagius.wordpress.com%2f2008%2f03%2f23%2fthe-parable-of-the-bathroom%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/What_the_hell_is_a_deadlock_The_Parable_of_The_Bathroom</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/What_the_hell_is_a_deadlock_The_Parable_of_The_Bathroom</guid>
      <pubDate>Tue, 25 Mar 2008 11:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Simplified Asp.net MVC Controller Testing with Moq</title>
      <description>Want to learn how to better unit test your controllers in Asp.net MVC? In this example I go through the process of testing a controller action in asp.net MVC using Moq (but it could be easily translated into another mocking framework). &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%2f03%2fSimplified-Aspnet-MVC-Controller-Testing-with-Moq.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f03%2fSimplified-Aspnet-MVC-Controller-Testing-with-Moq.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Simplified_Asp_net_MVC_Controller_Testing_with_Moq</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Simplified_Asp_net_MVC_Controller_Testing_with_Moq</guid>
      <pubDate>Wed, 26 Mar 2008 01:01:08 GMT</pubDate>
    </item>
    <item>
      <title>Going Mouseless - Implementing Keyboard Shortcuts in ASP.NET 2.0 </title>
      <description>Keyboard shortcuts improve productivity by accomplishing tasks more quickly and without much effort. In applications, where the user has to select from a variety of actions to perform, keyboard shortcuts can save on time and effort. If you have used the new YahooMail or Gmail, you will be quiet familiar with these shortcuts. Let us see how to implement these shortcuts and use it in our ASP.NET applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d91"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d91" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Going_Mouseless_Implementing_Keyboard_Shortcuts_in_ASP_NET_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Going_Mouseless_Implementing_Keyboard_Shortcuts_in_ASP_NET_2_0</guid>
      <pubDate>Thu, 20 Mar 2008 16:46:03 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request - Stephen Wal</title>
      <description>Lifecycle of request in ASP.NET MVC application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f03%2f17%2fasp-net-mvc-in-depth-the-life-of-an-asp-net-mvc-request.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fstephenwalther%2farchive%2f2008%2f03%2f17%2fasp-net-mvc-in-depth-the-life-of-an-asp-net-mvc-request.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_In_Depth_The_Life_of_an_ASP_NET_MVC_Request_Stephen_Wal</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_In_Depth_The_Life_of_an_ASP_NET_MVC_Request_Stephen_Wal</guid>
      <pubDate>Tue, 18 Mar 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>How To: Prevent running ASP / ASP.NET code in specific folder</title>
      <description>! A nice tip. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fshahar%2farchive%2f2008%2f03%2f16%2fhow-to-prevent-running-asp-asp-net-code-in-specific-folder.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fshahar%2farchive%2f2008%2f03%2f16%2fhow-to-prevent-running-asp-asp-net-code-in-specific-folder.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_To_Prevent_running_ASP_ASP_NET_code_in_specific_folder</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_To_Prevent_running_ASP_ASP_NET_code_in_specific_folder</guid>
      <pubDate>Wed, 19 Mar 2008 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>How I lost my WinDbg virginity</title>
      <description>Using WinDbg to find ASP.NET memory leaks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f03%2fHow-I-lost-my-WinDbg-virginity.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f03%2fHow-I-lost-my-WinDbg-virginity.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_I_lost_my_WinDbg_virginity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_I_lost_my_WinDbg_virginity</guid>
      <pubDate>Thu, 13 Mar 2008 23:31:03 GMT</pubDate>
    </item>
    <item>
      <title>JScript Debugger in Internet Explorer 8</title>
      <description>As Shreesh mentioned in his blog, Internet Explorer 8 has a built-in JScript debugger. . . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjscript%2farchive%2f2008%2f03%2f13%2fjscript-debugger-in-internet-explorer-8.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjscript%2farchive%2f2008%2f03%2f13%2fjscript-debugger-in-internet-explorer-8.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/JScript_Debugger_in_Internet_Explorer_8</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/JScript_Debugger_in_Internet_Explorer_8</guid>
      <pubDate>Fri, 14 Mar 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>stylizedweb.com - Most used CSS tricks</title>
      <description>Earlier before I have written an article about current best CSS hacks which you can see here And now here's the list of today's most used CSS tricks - tips. I have added image examples for most of them because of critics on CSS hacks article. If you think I have missed any please let me know. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstylizedweb.com%2f2008%2f03%2f12%2fmost-used-css-tricks%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstylizedweb.com%2f2008%2f03%2f12%2fmost-used-css-tricks%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/stylizedweb_com_Most_used_CSS_tricks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/stylizedweb_com_Most_used_CSS_tricks</guid>
      <pubDate>Thu, 13 Mar 2008 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Firefox 3.0 XmlHttpRequest Default Content-Type change</title>
      <description>I ran into a small problem with some of my AJAX code that's checking content-type on inbound requests from the client - it looks like FireFox 3.0 is now including the charset on the content type from the client on POST operations which if not explicitly checked for can break existing code expecting only to see a content type. Small issue, but easy to miss especially in framework code like mine that frankly should have been prepared for this... &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%2f276057.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f276057.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Firefox_3_0_XmlHttpRequest_Default_Content_Type_change</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Firefox_3_0_XmlHttpRequest_Default_Content_Type_change</guid>
      <pubDate>Thu, 13 Mar 2008 01:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Software Startup Lessons (Part 1): The Basics</title>
      <description>A few simple software startup lessons. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f03%2fSoftware-Startup-Lessons-(Part-1)-The-Basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f03%2fSoftware-Startup-Lessons-(Part-1)-The-Basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Software_Startup_Lessons_Part_1_The_Basics_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Software_Startup_Lessons_Part_1_The_Basics_1</guid>
      <pubDate>Tue, 11 Mar 2008 23:31:02 GMT</pubDate>
    </item>
    <item>
      <title>if ... else if ... else if ... else ... : an alternative</title>
      <description>Did you know there's an alternative way of writing &amp;quot;if .. else if .. else if .. etc..&amp;quot; in C#? You probably do, but if you don't, read on... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f03%2f11%2fifElseIfElseIfElseAnAlternative.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f03%2f11%2fifElseIfElseIfElseAnAlternative.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/if_else_if_else_if_else_an_alternative</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/if_else_if_else_if_else_an_alternative</guid>
      <pubDate>Wed, 12 Mar 2008 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Snippets</title>
      <description>Links to 2 must have snippets if you develop WPF or Silverlight products!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f03%2f11%2fwpf-snippets.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f03%2f11%2fwpf-snippets.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Snippets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Snippets</guid>
      <pubDate>Mon, 17 Mar 2008 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Hidden Gem: Singleton Factory in C#</title>
      <description>Simple and generic implementation of singleton factory in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cognitivecoding.com%2f2008%2f03%2fhidden-gem-singleton-factory-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cognitivecoding.com%2f2008%2f03%2fhidden-gem-singleton-factory-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Hidden_Gem_Singleton_Factory_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Hidden_Gem_Singleton_Factory_in_C</guid>
      <pubDate>Fri, 07 Mar 2008 04:01:04 GMT</pubDate>
    </item>
    <item>
      <title>.NET runs on Linux, Mac OSX and FreeBSD ?</title>
      <description>Good news. GNU adds support for .net apps in OpenSource world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnetcafe.com%2fpost%2fNET-runs-on-Linux2c-Mac-OSX-and-FreeBSD-.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnetcafe.com%2fpost%2fNET-runs-on-Linux2c-Mac-OSX-and-FreeBSD-.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_runs_on_Linux_Mac_OSX_and_FreeBSD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_runs_on_Linux_Mac_OSX_and_FreeBSD</guid>
      <pubDate>Fri, 07 Mar 2008 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>New drop of ASP.NET MVC Framework now available </title>
      <description>Jeff Palermo announces the new release of the ASP.NET MVC Framework &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2008%2f03%2f05%2fnew-drop-of-asp-net-mvc-framework-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeffrey.palermo%2farchive%2f2008%2f03%2f05%2fnew-drop-of-asp-net-mvc-framework-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/New_drop_of_ASP_NET_MVC_Framework_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/New_drop_of_ASP_NET_MVC_Framework_now_available</guid>
      <pubDate>Fri, 14 Mar 2008 06:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Beta 1 - Development with the .NET Framework</title>
      <description>MSDN...Hot off the press! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn2.microsoft.com%2fen-us%2flibrary%2fbb404700.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn2.microsoft.com%2fen-us%2flibrary%2fbb404700.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta_1_Development_with_the_NET_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta_1_Development_with_the_NET_Framework</guid>
      <pubDate>Wed, 05 Mar 2008 19:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Review: Blendables Layout Mix</title>
      <description>A review of the newly released Blendables Layout Mix which is a collection of very usefull WPF Layout Panels!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f03%2f04%2freview-blendables-layout-mix.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f03%2f04%2freview-blendables-layout-mix.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Review_Blendables_Layout_Mix</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Review_Blendables_Layout_Mix</guid>
      <pubDate>Tue, 11 Mar 2008 14:31:02 GMT</pubDate>
    </item>
    <item>
      <title>jQuery for ASP.NET Mvc - part 2</title>
      <description>All new and improved version of the jquery and asp.net mvc sample.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2008%2f02%2f16%2fjquery-for-aspnet-mvc-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrisvandesteeg.nl%2f2008%2f02%2f16%2fjquery-for-aspnet-mvc-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_for_ASP_NET_Mvc_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_for_ASP_NET_Mvc_part_2</guid>
      <pubDate>Tue, 19 Feb 2008 01:46:02 GMT</pubDate>
    </item>
    <item>
      <title>ParallelMap function using ParallelFX</title>
      <description>Reimplementing the ParallelMap function from a previous post, but this time using ParallelFX &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%2f02%2fParallelMap-function-using-ParallelFX.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f02%2fParallelMap-function-using-ParallelFX.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/ParallelMap_function_using_ParallelFX</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/ParallelMap_function_using_ParallelFX</guid>
      <pubDate>Wed, 20 Feb 2008 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>.NET Graphical Resources</title>
      <description>So you just got done prototyping that new Winform or WPF application and the interface is a bit lacking. You are a programmer, not an artist after all. Well, never fear, free icons are here (wow that really rhymed). All kidding aside, most of us are not good at drawing images and icons, so we need some resources for these items.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jrpsoftware.com%2fPermaLink%2cguid%2c2f458f97-84e3-4abb-aa08-64a92b70c5ff.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jrpsoftware.com%2fPermaLink%2cguid%2c2f458f97-84e3-4abb-aa08-64a92b70c5ff.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Graphical_Resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Graphical_Resources</guid>
      <pubDate>Fri, 25 Jan 2008 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Compatibility and IE8</title>
      <description>Chris Wilson explains how IE8 will handle standards and backwards compatibility. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f01%2f21%2fcompatibility-and-ie8.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2008%2f01%2f21%2fcompatibility-and-ie8.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Compatibility_and_IE8</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Compatibility_and_IE8</guid>
      <pubDate>Wed, 23 Jan 2008 00:16:03 GMT</pubDate>
    </item>
    <item>
      <title>A good list of opensource apps</title>
      <description>I agree with the list totally &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bloodyflux.com%2fpost%2f2007%2f11%2f3-Open-Source-Apps-Im-Thankful-For.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bloodyflux.com%2fpost%2f2007%2f11%2f3-Open-Source-Apps-Im-Thankful-For.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/A_good_list_of_opensource_apps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/A_good_list_of_opensource_apps</guid>
      <pubDate>Thu, 24 Jan 2008 04:46:30 GMT</pubDate>
    </item>
    <item>
      <title>New* .NET 3.5 Feature: AddIn Framework ( Part 1 of 3 )</title>
      <description>Introduction to the addin framework in .NET 3.5 &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%2fnew-net-35-feat.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shafqatahmed.com%2f2008%2f01%2fnew-net-35-feat.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/New_NET_3_5_Feature_AddIn_Framework_Part_1_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/New_NET_3_5_Feature_AddIn_Framework_Part_1_of_3</guid>
      <pubDate>Tue, 22 Jan 2008 06:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>