<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by BobStrogg</title>
    <description>Stories kicked by BobStrogg</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>WPF easy rounded corners for anything</title>
      <description>WPF's Border element allows you to specify a different radius for each corner.  Unfortunately it doesn't clip content to fit inside the boundary.  While there are other solutions, this one is my favorite so far... :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f10%2f03%2fwpf-easy-rounded-corners-for-anything%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f10%2f03%2fwpf-easy-rounded-corners-for-anything%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_easy_rounded_corners_for_anything</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_easy_rounded_corners_for_anything</guid>
      <pubDate>Fri, 03 Oct 2008 16:29:50 GMT</pubDate>
    </item>
    <item>
      <title>Silverlayout - Simple Actionscript layout library</title>
      <description>Here's a simple library that gives you Silverlight / WPF -like layout controls in Actionscript 3. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f29%2fsilverlayout-simple-actionscript-layout-library%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f29%2fsilverlayout-simple-actionscript-layout-library%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlayout_Simple_Actionscript_layout_library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlayout_Simple_Actionscript_layout_library</guid>
      <pubDate>Mon, 29 Sep 2008 16:55:14 GMT</pubDate>
    </item>
    <item>
      <title>YouCube 2.0 - Interactive!</title>
      <description>My YouCube demo is now interactive! :)  Based on code and ideas from Jeremiah Morrill's excellent Win32Renderer - the main difference is this demo only refreshes the page when something changes, rather than regularly updating with a timer.

To obtain the actual page snapshot, IViewObject.Draw is used.  The image is copied to a WriteableBitmap and rendered as a Viewport2DVisual3D (both new 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%2fchriscavanagh.wordpress.com%2f2008%2f09%2f15%2fyoucube-20-interactive%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f15%2fyoucube-20-interactive%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/YouCube_2_0_Interactive</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/YouCube_2_0_Interactive</guid>
      <pubDate>Tue, 16 Sep 2008 06:04:56 GMT</pubDate>
    </item>
    <item>
      <title>Demos - ClickOnce deployment</title>
      <description>Here are ClickOnce deployments for some WPF demos and apps I've done... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f04%2fdemos-clickonce-deployment%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f04%2fdemos-clickonce-deployment%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Demos_ClickOnce_deployment</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Demos_ClickOnce_deployment</guid>
      <pubDate>Thu, 04 Sep 2008 19:05:40 GMT</pubDate>
    </item>
    <item>
      <title>YouCube (3D WPF web browser)</title>
      <description>As you know, .NET 3.5 SP1 includes a WebBrowser control.  The current implementation is just a wrapper around the MSHTML ActiveX control, which unfortunately prevents you from doing crazy things to it through WPF.

The ActiveX control itself can be queried for the IViewObject interface and have its Draw method called.  The WPF WebBrowser doesn't expose this directly, but fortunately the Windows Forms WebBrowser does (alternatively you could host MSHTML directly)... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f04%2fyoucube%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f09%2f04%2fyoucube%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/YouCube_3D_WPF_web_browser</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/YouCube_3D_WPF_web_browser</guid>
      <pubDate>Thu, 04 Sep 2008 07:46:59 GMT</pubDate>
    </item>
    <item>
      <title>WPF Photo Print source code available</title>
      <description>The source code for my WPF Photo Print utility is finally available... :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f08%2f22%2fwpf-photo-print-source-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f08%2f22%2fwpf-photo-print-source-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Photo_Print_source_code_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Photo_Print_source_code_available</guid>
      <pubDate>Fri, 22 Aug 2008 07:19:25 GMT</pubDate>
    </item>
    <item>
      <title>Non-Topmost WPF Popup</title>
      <description>The WPF Popup control is always "topmost" over other application windows.  If you're happy with a dirty workaround to remove the Topmost state, you can derive your own Popup control similar to this... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f08%2f13%2fnon-topmost-wpf-popup"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f08%2f13%2fnon-topmost-wpf-popup" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Non_Topmost_WPF_Popup</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Non_Topmost_WPF_Popup</guid>
      <pubDate>Wed, 13 Aug 2008 17:06:40 GMT</pubDate>
    </item>
    <item>
      <title>WPF Photo Print</title>
      <description>Here's a small WPF utility to help make ad-hoc photo printing a little easier.  Some features:

- No need to import your photos into a "walled" library (great if your photos are on a network share like mine, or just want an ad-hoc print from a memory card). 
- Never changes the source image and doesn't require version history. 
- All operations are additive and vector-based.  Currently supports rotate (90&amp;#176; clockwise), crop (with aspect ratios) and straighten (up to 45&amp;#176; each way). 
- It's fast (no need to "Apply" changes or undo them later).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f07%2f29%2fwpf-photo-print%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f07%2f29%2fwpf-photo-print%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Photo_Print</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Photo_Print</guid>
      <pubDate>Tue, 29 Jul 2008 08:24:16 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight soft-body physics</title>
      <description>Here's a simple soft body physics demo based on Walaber's excellent JelloPhysics library.  You'll need Silverlight 2 beta 2, but it's well worth it :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f06%2f24%2fsilverlight-soft-body-physics%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f06%2f24%2fsilverlight-soft-body-physics%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_soft_body_physics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_soft_body_physics</guid>
      <pubDate>Tue, 24 Jun 2008 19:42:29 GMT</pubDate>
    </item>
    <item>
      <title>LINQPad - Copy HTML to clipboard</title>
      <description>Here's a useful bit of C# you can paste into your LINQPad statements to quickly hack together some HTML (could be useful for quick ad-hoc database reports). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f06%2f23%2flinqpad-copy-html-to-clipboard%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f06%2f23%2flinqpad-copy-html-to-clipboard%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQPad_Copy_HTML_to_clipboard</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQPad_Copy_HTML_to_clipboard</guid>
      <pubDate>Mon, 23 Jun 2008 15:58:07 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Physics again (beta 2)</title>
      <description>I've updated my Silverlight physics demo (the one with wheels &amp;amp; heads) to Silverlight beta 2. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f06%2f16%2fsilverlight-2-2d-physics-updated%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f06%2f16%2fsilverlight-2-2d-physics-updated%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Physics_again_beta_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Physics_again_beta_2</guid>
      <pubDate>Mon, 23 Jun 2008 15:57:04 GMT</pubDate>
    </item>
    <item>
      <title>System.Web.Routing with WebForms sample</title>
      <description>A quick sample showing ASP.NET's System.Web.Routing being used with traditional WebForms :o) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f04%2f25%2fsystemwebrouting-with-webforms-sample%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f04%2f25%2fsystemwebrouting-with-webforms-sample%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/System_Web_Routing_with_WebForms_sample</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/System_Web_Routing_with_WebForms_sample</guid>
      <pubDate>Fri, 25 Apr 2008 22:35:10 GMT</pubDate>
    </item>
    <item>
      <title>LINQPad: Preview DELETE and UPDATE SQL before it executes</title>
      <description>Newcomers to LINQ may get hesitant before perform a bunch of updates and/or deletes against their production data.  Being more comfortable in Transact SQL compared to LINQ, they may want to see the SQL statements that would execute before actually calling SubmitChanges().  With a couple of extension methods, you can do exactly that: preview the SQL before it executes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aneyfamily.com%2fterryandann%2fpost%2f2008%2f04%2fLINQPad-Preview-DELETE-and-UPDATE-SQL-before-it-executes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aneyfamily.com%2fterryandann%2fpost%2f2008%2f04%2fLINQPad-Preview-DELETE-and-UPDATE-SQL-before-it-executes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQPad_Preview_DELETE_and_UPDATE_SQL_before_it_executes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQPad_Preview_DELETE_and_UPDATE_SQL_before_it_executes</guid>
      <pubDate>Fri, 18 Apr 2008 07:09:26 GMT</pubDate>
    </item>
    <item>
      <title>StackOverflow.COM</title>
      <description>JA and Joel Spolsky join forces to kick the s*t out of Experts Exchange.  I didn't know anybody else hated them as much as I did.  I even toyed with the idea of creating a google frontend to append -experts-exchange to any search.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001101.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001101.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/StackOverflow_COM</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/StackOverflow_COM</guid>
      <pubDate>Thu, 17 Apr 2008 17:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Batch Updates and Deletes with LINQ to SQL</title>
      <description>A couple weeks ago, I read the article, LINQ to SQL Extension: Batch Deletion with Lambda Expression by Jeffrey Zhao.  In case you didn't read the article, it discusses the downside of most O/R Mapping frameworks when it comes to multiple updates or deletes.  He states the fact that a SQL statement for each row flagged as update/delete in the entity set is created.  I went about implementing something similar to what Jeffrey envisioned and I'll explain some of the hurdles I had to overcome to achieve it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aneyfamily.com%2fterryandann%2fpost%2f2008%2f04%2fBatch-Updates-and-Deletes-with-LINQ-to-SQL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aneyfamily.com%2fterryandann%2fpost%2f2008%2f04%2fBatch-Updates-and-Deletes-with-LINQ-to-SQL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Batch_Updates_and_Deletes_with_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Batch_Updates_and_Deletes_with_LINQ_to_SQL</guid>
      <pubDate>Mon, 14 Apr 2008 08:26:52 GMT</pubDate>
    </item>
    <item>
      <title>Excel add-ins in C#</title>
      <description>A couple links on writing Excel add-ins in C# and managing XLA versions in source control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f04%2f13%2fexcel-add-ins-in-c%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f04%2f13%2fexcel-add-ins-in-c%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Excel_add_ins_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Excel_add_ins_in_C</guid>
      <pubDate>Mon, 14 Apr 2008 04:03:36 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Routing vs URL rewriting</title>
      <description>Brief experiment using ASP.NET MVC's routing mechanism to drive regular ASP.NET pages (with postbacks etc) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f03%2f11%2faspnet-routing-goodbye-url-rewriting%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f03%2f11%2faspnet-routing-goodbye-url-rewriting%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Routing_vs_URL_rewriting</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Routing_vs_URL_rewriting</guid>
      <pubDate>Tue, 11 Mar 2008 19:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 - 2D Physics revisited</title>
      <description>An update to my Silverlight 2D Physics demo - now with rolling heads! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f03%2f06%2fsilverlight-2-2d-physics-revisited%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f03%2f06%2fsilverlight-2-2d-physics-revisited%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_2D_Physics_revisited</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_2D_Physics_revisited</guid>
      <pubDate>Fri, 07 Mar 2008 05:00:23 GMT</pubDate>
    </item>
    <item>
      <title>WPF Skinning your Websites</title>
      <description>Use WPF to create skin images for your websites.  Create a scene with all the XAML goodness you like and let this utility splice it up for use on your site! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f02%2f15%2fwpf-skinning-your-websites%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f02%2f15%2fwpf-skinning-your-websites%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Skinning_your_Websites</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Skinning_your_Websites</guid>
      <pubDate>Sat, 16 Feb 2008 04:28:15 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 1.0 Codebehind</title>
      <description>Here's a simple codebehind-like concept for Silverlight 1.0, involving minimal changes to Visual Studio 2008's "Silverlight JScript Page" template code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f02%2f05%2fsilverlight-10-codebehind%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2008%2f02%2f05%2fsilverlight-10-codebehind%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_1_0_Codebehind</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_1_0_Codebehind</guid>
      <pubDate>Wed, 06 Feb 2008 04:38:54 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET InlineDataSource</title>
      <description>How many times have you wanted to use an ObjectDataSource but been too damn idle to create a new class?  All you really want are its Selecting and Updating events and some magic dust in your codebehind, right?  I may have just the thing for you... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f12%2f14%2faspnet-inlinedatasource%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f12%2f14%2faspnet-inlinedatasource%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_InlineDataSource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_InlineDataSource</guid>
      <pubDate>Fri, 14 Dec 2007 17:12:22 GMT</pubDate>
    </item>
    <item>
      <title>LINQ expression visitor extension</title>
      <description>Some handy C# 3.5 extension methods wrapping an ExpressionVisitor. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f11%2f04%2flinq-expression-visitor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f11%2f04%2flinq-expression-visitor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_expression_visitor_extension</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_expression_visitor_extension</guid>
      <pubDate>Wed, 07 Nov 2007 06:29:18 GMT</pubDate>
    </item>
    <item>
      <title>Convert.ChangeType extension method</title>
      <description>A couple of nice C# 3.5 extension methods for Convert.ChangeType. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f11%2f05%2fconvertchangetype-extension%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f11%2f05%2fconvertchangetype-extension%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Convert_ChangeType_extension_method</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Convert_ChangeType_extension_method</guid>
      <pubDate>Wed, 07 Nov 2007 06:28:27 GMT</pubDate>
    </item>
    <item>
      <title>Ask your doctor if AJAX is right for you</title>
      <description>AJAX is not for everybody. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f11%2f07%2fask-your-doctor-if-ajax-is-right-for-you%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f11%2f07%2fask-your-doctor-if-ajax-is-right-for-you%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Ask_your_doctor_if_AJAX_is_right_for_you</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Ask_your_doctor_if_AJAX_is_right_for_you</guid>
      <pubDate>Wed, 07 Nov 2007 06:27:29 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 1.1 2D Physics source available</title>
      <description>The source code for my Silverlight 1.1 (alpha refresh) 2D Physics demo is now available. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f08%2f03%2fnew-silverlight-11-alpha-2d-physics-source%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2007%2f08%2f03%2fnew-silverlight-11-alpha-2d-physics-source%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_1_1_2D_Physics_source_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_1_1_2D_Physics_source_available</guid>
      <pubDate>Fri, 03 Aug 2007 07:53:31 GMT</pubDate>
    </item>
  </channel>
</rss>