<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by twyford</title>
    <description>Stories kicked by twyford</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>Avoid List&amp;lt;T&amp;gt;.FindAll</title>
      <description>In .NET 3.5, the FindAll method was introduced allowing you to supply a predicate to Find items in the list.  This blog posts investigates and finds out why to avoid it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f24%2favoid-list-findall.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f24%2favoid-list-findall.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Avoid_List_T_FindAll</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Avoid_List_T_FindAll</guid>
      <pubDate>Wed, 25 Feb 2009 04:14:10 GMT</pubDate>
    </item>
    <item>
      <title>Converting Existing Web Applications for use in Azure</title>
      <description>Using Azure WebRoles, Visual studio will automatically create a web application for you.  Most users will want to use an existing web application for deployment, however this is not support out of the box.  This blog post describes how you can convert your existing web applications to support Azure.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2009%2f02%2f24%2fConverting-Existing-Web-Applications-for-use-in-Azure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2009%2f02%2f24%2fConverting-Existing-Web-Applications-for-use-in-Azure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Converting_Existing_Web_Applications_for_use_in_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Converting_Existing_Web_Applications_for_use_in_Azure</guid>
      <pubDate>Tue, 24 Feb 2009 18:40:44 GMT</pubDate>
    </item>
    <item>
      <title>Should I Invest in Azure?</title>
      <description>With all the new technologies being released by Microsoft, should you spend the time in Azure? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f21%2fshould-i-invest-in-azure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f02%2f21%2fshould-i-invest-in-azure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/azure/Should_I_Invest_in_Azure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/azure/Should_I_Invest_in_Azure</guid>
      <pubDate>Sun, 22 Feb 2009 04:42:08 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.1 - A great .NET Open Source Blogging Platform</title>
      <description>If you are looking for a free .NET based open source blogging application, Subtext may be for you or your company.  It's a mature and established blogging framework founded by MS employee Phil Haack.  My site is using Subtext and I've been very happy with it as compared to solutions such as Telligent Community Server which are not free and are quite heavy and complicated just for running a simple blog for you or your company.

Here is the rundown of its current benefits as I've experienced: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2009%2f02%2f17%2fsubtext-2.1-ndash-a-great-.net-open-source-blogging-platform.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2009%2f02%2f17%2fsubtext-2.1-ndash-a-great-.net-open-source-blogging-platform.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_1_A_great_NET_Open_Source_Blogging_Platform</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_1_A_great_NET_Open_Source_Blogging_Platform</guid>
      <pubDate>Sun, 22 Feb 2009 02:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating Watermarked Textboxes in WPF</title>
      <description>Creating a textbox with a watermark in WPF is simple! Read on to find out how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f01%2f02%2fwpf-textbox-with-watermark.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2009%2f01%2f02%2fwpf-textbox-with-watermark.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_Watermarked_Textboxes_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_Watermarked_Textboxes_in_WPF</guid>
      <pubDate>Sat, 03 Jan 2009 17:00:36 GMT</pubDate>
    </item>
    <item>
      <title>DotNetNuke Moves to CodePlex</title>
      <description>Find out why the DotNetNuke project moved to CodePlex from SourceForge. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f01%2f02%2fDotNetNuke-Moves-to-CodePlex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f01%2f02%2fDotNetNuke-Moves-to-CodePlex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/DotNetNuke_Moves_to_CodePlex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/DotNetNuke_Moves_to_CodePlex</guid>
      <pubDate>Sun, 04 Jan 2009 07:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testing and INotifyPropertyChanged </title>
      <description>Ever wanted to automatically test properties on classes and hate writing the code.  With INotifyPropertyChanged, bugs can quickly come into existance because of the string based Setters and Getters.  Never fear, code can help! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f10%2f09%2funit-testing-and-inotifypropertychanged.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f10%2f09%2funit-testing-and-inotifypropertychanged.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged_1</guid>
      <pubDate>Tue, 02 Dec 2008 04:10:49 GMT</pubDate>
    </item>
    <item>
      <title>Building a Web Part UI</title>
      <description>Recently I've been spending a lot of time working on various SharePoint projects, none more challenging than the Citro&amp;#235;n site launched earlier this year. I'm going to take the time to explain how we put together our web parts and server controls, particularly from the point of view of a WCM scenario where the complexity of our mark-up was significantly greater than that of a traditional &amp;quot;vanilla&amp;quot; intranet SharePoint due to the various accessibility guidelines we needed to adhere to as part of the project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2008%2f11%2f24%2fBuilding-Web-Part-UI.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2fpost%2f2008%2f11%2f24%2fBuilding-Web-Part-UI.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_Web_Part_UI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_Web_Part_UI</guid>
      <pubDate>Fri, 28 Nov 2008 18:57:56 GMT</pubDate>
    </item>
    <item>
      <title>WPF Model - View - View-Model Screencast</title>
      <description>A really helpful screencast from Jason Dolinger showing how to use the M-V-VM pattern in a simple WPF application. He starts off with the code that a Windows Forms developer might use and refactors it to M-V-VM. Also includes a demonstration of how it is nicely unit testable utilising Moq and how to use the Unity IoC container. 1 hour 30 mins long. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lab49.com%2farchives%2f2650"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lab49.com%2farchives%2f2650" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Model_View_View_Model_Screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Model_View_View_Model_Screencast</guid>
      <pubDate>Sun, 09 Nov 2008 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Unit Testing and INotifyPropertyChanged</title>
      <description>Want to test classes implementing INotifyPropertyChanged but hating all the code. Look no further &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f11%2f09%2funit-testing-and-inotifypropertychanged.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f11%2f09%2funit-testing-and-inotifypropertychanged.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Unit_Testing_and_INotifyPropertyChanged</guid>
      <pubDate>Fri, 10 Oct 2008 00:42:42 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Announces Visual Studio 2010. Developers Respond.</title>
      <description>Microsoft's development environment offers new tools for Agile development, software testing enhancements and improved support for cloud computing. Microsoft showed CIO.com a sneak peek, and the author invited developers to chime in with their feedback.  
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.cio.com%2farticle%2f451622%2fMicrosoft_Announces_Visual_Studio_._Developers_Respond."&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.cio.com%2farticle%2f451622%2fMicrosoft_Announces_Visual_Studio_._Developers_Respond." border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_Announces_Visual_Studio_2010_Developers_Respond</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_Announces_Visual_Studio_2010_Developers_Respond</guid>
      <pubDate>Tue, 30 Sep 2008 01:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2 supports OpenID</title>
      <description>Jon explains how OpenID works in Subtext 2 and how to configure it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f08%2f20%2fsubtext-2-openid-login-support.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2008%2f08%2f20%2fsubtext-2-openid-login-support.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_supports_OpenID</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_supports_OpenID</guid>
      <pubDate>Fri, 22 Aug 2008 16:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Subtext 2.0 &amp;quot;Poseidon&amp;quot; Released!</title>
      <description>Subtext 2.0 is hot off the CI Server and the new bits are packed with a metric crap-load of bug fixes, new features, and patches. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f08%2f12%2fsubtext-2.0-bugs-features-and-patches.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subtext_2_0_Poseidon_Released</guid>
      <pubDate>Wed, 13 Aug 2008 16:46:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Memory Leak in Command Binding</title>
      <description>In a medium sized project I'm working on at the moment, we've had a rather large memory leak issue.  It revolves around binding to commands and was a suprising end. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f07%2f29%2fwpf-memory-leak-in-command-binding.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fnondestructive%2farchive%2f2008%2f07%2f29%2fwpf-memory-leak-in-command-binding.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Memory_Leak_in_Command_Binding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Memory_Leak_in_Command_Binding</guid>
      <pubDate>Wed, 30 Jul 2008 04:15:13 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to XML Video Demo</title>
      <description>Mike Taulty, an evangelist from Microsoft UK, does a demo on features in LINQ to XML for the Vista Squad user group.  A great demo by a great speaker. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fannouncements%2farchive%2f2008%2f07%2f28%2flinq-to-xml-video.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvistasquad.co.uk%2fblogs%2fannouncements%2farchive%2f2008%2f07%2f28%2flinq-to-xml-video.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_XML_Video_Demo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_XML_Video_Demo</guid>
      <pubDate>Wed, 30 Jul 2008 03:16:18 GMT</pubDate>
    </item>
    <item>
      <title>Is your intellisense broken after the LINQ installation?</title>
      <description>After installation of LINQ, you'll find your intellisense and smart tags have stopped working.  There is a solution! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f06%2f17%2fintellisense-broken-after-linq-installation-in-visual-studio-2005%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f06%2f17%2fintellisense-broken-after-linq-installation-in-visual-studio-2005%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Is_your_intellisense_broken_after_the_LINQ_installation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Is_your_intellisense_broken_after_the_LINQ_installation</guid>
      <pubDate>Mon, 18 Jun 2007 20:15:22 GMT</pubDate>
    </item>
    <item>
      <title>How to make a Gmail-like loading indicator with ASP.NET Ajax</title>
      <description>A step by step tutorial on how to build a loading indicator like the one Gmail, using ASP.NET Ajax and the core UpdateProgress control &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%2f2007%2f05%2f17%2fHow-to-make-a-Gmail-like-loading-indicator-with-ASP.NET-Ajax.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f05%2f17%2fHow-to-make-a-Gmail-like-loading-indicator-with-ASP.NET-Ajax.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/How_to_make_a_Gmail_like_loading_indicator_with_ASP_NET_Ajax</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/How_to_make_a_Gmail_like_loading_indicator_with_ASP_NET_Ajax</guid>
      <pubDate>Thu, 17 May 2007 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>CruiseControl.NET Monitoring Gadget for Vista Sidebar 0.8</title>
      <description>A Vista gadget for monitoring CruiseControl.NET build servers, like CCTray but better. &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%2f2007%2f05%2f06%2fCruiseControl.NET-Monitoring-Gadget-for-Vista-Sidebar-0.8.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f05%2f06%2fCruiseControl.NET-Monitoring-Gadget-for-Vista-Sidebar-0.8.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/CruiseControl_NET_Monitoring_Gadget_for_Vista_Sidebar_0_8</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/CruiseControl_NET_Monitoring_Gadget_for_Vista_Sidebar_0_8</guid>
      <pubDate>Sun, 06 May 2007 22:46:01 GMT</pubDate>
    </item>
    <item>
      <title>.Net 3.0 Usergroup Launched in the UK</title>
      <description>A new .Net 3.0 usergroup was launched today providing a means for interested developers and users of the .Net 3.0 and Vista platforms a way to meetup and discuss the plethora of new technologies coming out of Microsoft.  First meeting is scheduled for the 28th of March.  Sign on up! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f03%2f11%2fnet-30-user-group-launched%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f03%2f11%2fnet-30-user-group-launched%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Net_3_0_Usergroup_Launched_in_the_UK</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Net_3_0_Usergroup_Launched_in_the_UK</guid>
      <pubDate>Sun, 11 Mar 2007 23:42:18 GMT</pubDate>
    </item>
    <item>
      <title>SetData to clipboard failing on VirtualPC</title>
      <description>A strange behavior sometimes happens on VirtualPC when programmatically adding object to the clipboard.
This is a small workaround to fix that problem &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%2f2007%2f03%2f06%2fSetData-to-clipboard-failing-on-VirtualPC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f03%2f06%2fSetData-to-clipboard-failing-on-VirtualPC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/SetData_to_clipboard_failing_on_VirtualPC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/SetData_to_clipboard_failing_on_VirtualPC</guid>
      <pubDate>Wed, 07 Mar 2007 15:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Subtext v1.9.4 &amp;amp;quot;Windward&amp;amp;quot; Edition Released</title>
      <description>subText v1.9.4 has been released, and Steve Harman has all the details. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f02%2f11%2fSubtext_v1.9.4_quotWindwardquot_Edition_Released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2007%2f02%2f11%2fSubtext_v1.9.4_quotWindwardquot_Edition_Released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Subtext_v1_9_4_amp_quot_Windward_amp_quot_Edition_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Subtext_v1_9_4_amp_quot_Windward_amp_quot_Edition_Released</guid>
      <pubDate>Mon, 12 Feb 2007 16:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Word 2007, Metaweblog API and newMediaObject</title>
      <description>Word 2007 implements the Metaweblog API but has a small quirk.  This article investigates how to work around it if implementing the API yourself. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f01%2f03%2fword-2007-metaweblog-api-and-the-newmediaobject-method%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2007%2f01%2f03%2fword-2007-metaweblog-api-and-the-newmediaobject-method%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Word_2007_Metaweblog_API_and_newMediaObject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Word_2007_Metaweblog_API_and_newMediaObject</guid>
      <pubDate>Sat, 06 Jan 2007 15:05:37 GMT</pubDate>
    </item>
    <item>
      <title>WPF Wikipedia Explorer Released</title>
      <description>The guys at DotNet Solutions have created a brilliant application that provides totally new interface to Wikipedia using the visual capability of Windows Presentation Foundation. It deals with and displays the relationships between the articles in a linked and 3D explorer mode. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2f2006%2f12%2f22%2fwikipediaexplorer%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetsolutions.ltd.uk%2fblog%2f2006%2f12%2f22%2fwikipediaexplorer%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Wikipedia_Explorer_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Wikipedia_Explorer_Released</guid>
      <pubDate>Fri, 29 Dec 2006 16:01:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Caching Gotcha</title>
      <description>A small gotcha regarding ASP.NET and caching. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.rjb.za.net%2f2006%2f12%2f01%2faspnet-caching-gotcha%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.rjb.za.net%2f2006%2f12%2f01%2faspnet-caching-gotcha%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Caching_Gotcha</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Caching_Gotcha</guid>
      <pubDate>Fri, 01 Dec 2006 08:49:25 GMT</pubDate>
    </item>
    <item>
      <title>MS Releases VPC Image for Running IE6 &amp;amp; 7 simultaneously</title>
      <description>Microsoft has recently made Virtual PC 2004 a free download; we 've taken advantage of that by releasing a VPC virtual machine image containing a pre-activated Windows XP SP2, IE6 and the IE7 Readiness Toolkit to help facilitate your testing and development. &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%2f2006%2f11%2f30%2fie6-and-ie7-running-on-a-single-machine.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fie%2farchive%2f2006%2f11%2f30%2fie6-and-ie7-running-on-a-single-machine.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/MS_Releases_VPC_Image_for_Running_IE6_amp_7_simultaneously</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/MS_Releases_VPC_Image_for_Running_IE6_amp_7_simultaneously</guid>
      <pubDate>Mon, 04 Dec 2006 11:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>