<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by entrodus</title>
    <description>Stories kicked by entrodus</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>Different Ways of using the C# Null Coalescing Operator</title>
      <description>Here are some different ways of using the Null-Coalescing operator in your code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f08%2fdifferent-ways-of-using-c-null.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devcurry.com%2f2010%2f08%2fdifferent-ways-of-using-c-null.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Different_Ways_of_using_the_C_Null_Coalescing_Operator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Different_Ways_of_using_the_C_Null_Coalescing_Operator</guid>
      <pubDate>Fri, 27 Aug 2010 12:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Mercurial tutorial - by Joel Spolsky</title>
      <description>Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhginit.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhginit.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Mercurial_tutorial_by_Joel_Spolsky</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Mercurial_tutorial_by_Joel_Spolsky</guid>
      <pubDate>Thu, 25 Feb 2010 04:30:00 GMT</pubDate>
    </item>
    <item>
      <title>Abandon ASP.NET WebForms!</title>
      <description>Interesting experiance with classic web forms.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitmeze.com%2f2009%2f05%2fabandon-aspnet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitmeze.com%2f2009%2f05%2fabandon-aspnet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Abandon_ASP_NET_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Abandon_ASP_NET_WebForms</guid>
      <pubDate>Tue, 23 Jun 2009 05:45:01 GMT</pubDate>
    </item>
    <item>
      <title>Overview of .NET 4.0 features - ASP.NET 4.0 ClientIDMode</title>
      <description>In pre 4.0 days, when a server control is rendered, the framework would assign an ID to the control based on the control hierarchy. For example, a textbox of id &amp;quot;txtTest&amp;quot; in a user control that is used on a page would be rendered with the ID &amp;quot;WebUserControl11_txtTest&amp;quot;. Developers could use the ClientID property (ex: txtTest.ClientID) in the code behind to retrieve the ID assigned to the control by the framework. It was essential for the framework to assign the IDs this way to maintain uniqueness of the IDs on a page. In the prior example, the User Control that inherits from the System.Web.UI.UserControl implements the INamingContainer interface. Any control (either custom or a .NET control) that implements this interface would ensure unique naming scope for the child controls.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-ASPNET-40-ClientIDMode.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcube.com%2fpost%2fOverview-of-NET-40-features-e28093-ASPNET-40-ClientIDMode.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Overview_of_NET_4_0_features_ASP_NET_4_0_ClientIDMode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Overview_of_NET_4_0_features_ASP_NET_4_0_ClientIDMode</guid>
      <pubDate>Mon, 25 May 2009 17:45:03 GMT</pubDate>
    </item>
    <item>
      <title>Flexible WPF ToolTips via Markup Extensions</title>
      <description>Presents a way to display a feature-rich ToolTip in WPF through a single line of XAML. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hardcodet.net%2f2009%2f04%2fwpf-tooltips-through-markup-extension"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hardcodet.net%2f2009%2f04%2fwpf-tooltips-through-markup-extension" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Flexible_WPF_ToolTips_via_Markup_Extensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Flexible_WPF_ToolTips_via_Markup_Extensions</guid>
      <pubDate>Mon, 20 Apr 2009 20:46:29 GMT</pubDate>
    </item>
    <item>
      <title>Kobe - Oh Dear Lord Why?!</title>
      <description>Karl Seguin weighs in on the latest MS ASP.NET MVC sample app &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f04%2f16%2fkobe-oh-dead-lord-why.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2009%2f04%2f16%2fkobe-oh-dead-lord-why.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Kobe_Oh_Dear_Lord_Why</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Kobe_Oh_Dear_Lord_Why</guid>
      <pubDate>Fri, 17 Apr 2009 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Don't Use a WPF Control in Windows.Resource </title>
      <description>Whong usage of Windows.Resource &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f02%2fdont-use-a-wpf-control-in-windowsresource%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f04%2f02%2fdont-use-a-wpf-control-in-windowsresource%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Don_t_Use_a_WPF_Control_in_Windows_Resource</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Don_t_Use_a_WPF_Control_in_Windows_Resource</guid>
      <pubDate>Fri, 03 Apr 2009 05:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010 Architecture Edition</title>
      <description>Some screenshots and descriptions from the Visual Studio 2010 CTP, Architecture Edition, including Architecture Explorer, UML Support, and the Layer Diagram. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajdotnet.wordpress.com%2f2009%2f03%2f29%2fvisual-studio-2010-architecture-edition%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajdotnet.wordpress.com%2f2009%2f03%2f29%2fvisual-studio-2010-architecture-edition%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Architecture_Edition</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Architecture_Edition</guid>
      <pubDate>Mon, 30 Mar 2009 14:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Mix 09 Quick Video Link List</title>
      <description>Mix 09 Quick Video Link List in a format allowing easy search &amp;amp; download
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</guid>
      <pubDate>Wed, 25 Mar 2009 14:01:20 GMT</pubDate>
    </item>
    <item>
      <title>Creating a WPF / Silverlight Control With a Semi Transparent Backgroun</title>
      <description>Yesterday I was trying to create a control with a partially transparent background,. I am writing this because what I thought was so straight forward, was not.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2009%2f02%2f26%2fcreating-a-wpf-silverlight-control-with-a-semi-transparent-background%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2009%2f02%2f26%2fcreating-a-wpf-silverlight-control-with-a-semi-transparent-background%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Creating_a_WPF_Silverlight_Control_With_a_Semi_Transparent_Backgroun</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Creating_a_WPF_Silverlight_Control_With_a_Semi_Transparent_Backgroun</guid>
      <pubDate>Thu, 26 Feb 2009 23:16:29 GMT</pubDate>
    </item>
    <item>
      <title>A New Look for Visual Studio 2010!</title>
      <description>At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0.  Today I'm happy to reveal the new UI for Visual Studio, also built on WPF: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</guid>
      <pubDate>Wed, 25 Feb 2009 03:46:02 GMT</pubDate>
    </item>
    <item>
      <title>XAML for WPF Cheat sheet</title>
      <description>A one page sheet on WPF covering the following topics:

    * Data Binding
    * Styles and Triggers
    * Resources
    * Layout
    * Transforms
    * Brushes
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.blueboxes.co.uk%2f2009%2f02%2f03%2fxaml-for-wpf-cheatsheet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.blueboxes.co.uk%2f2009%2f02%2f03%2fxaml-for-wpf-cheatsheet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/XAML_for_WPF_Cheat_sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/XAML_for_WPF_Cheat_sheet</guid>
      <pubDate>Tue, 10 Feb 2009 18:46:41 GMT</pubDate>
    </item>
    <item>
      <title>WPF Office 2007 Style Windows</title>
      <description>The next challenge that I am going to share my solution with you is the Office 2007 like window style. As you know, the Office 2007 applications are using the layered windows functionality to display rounded corners and a custom title bar. This is how the typical  window in the new Office looks like: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.opennetcf.com%2fayakhnin%2fPermaLink%2cguid%2c23a7be17-d833-4e45-b498-34ef04d98cb2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.opennetcf.com%2fayakhnin%2fPermaLink%2cguid%2c23a7be17-d833-4e45-b498-34ef04d98cb2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Office_2007_Style_Windows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Office_2007_Style_Windows</guid>
      <pubDate>Wed, 04 Feb 2009 06:57:17 GMT</pubDate>
    </item>
    <item>
      <title>WPF XAML Data Binding Cheat Sheet</title>
      <description>One of the best things about WPF is the advanced data binding support, the Binding class that is used to create data bindings has many interesting and useful options.

And I never remember the more advanced options when I'm writing XAML.

So I wrote a very detailed "cheat sheet" for the WPF Binding class ...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nbdtech.com%2fblog%2farchive%2f2009%2f02%2f02%2fwpf-xaml-data-binding-cheat-sheet.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nbdtech.com%2fblog%2farchive%2f2009%2f02%2f02%2fwpf-xaml-data-binding-cheat-sheet.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_XAML_Data_Binding_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_XAML_Data_Binding_Cheat_Sheet</guid>
      <pubDate>Mon, 02 Feb 2009 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF Webcam Control</title>
      <description>Open source WPF control to view webcam video and capture webcam images &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.catenalogic.com%2fpost%2f2009%2f01%2f08%2fWPF-Webcam-Control-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.catenalogic.com%2fpost%2f2009%2f01%2f08%2fWPF-Webcam-Control-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Webcam_Control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Webcam_Control</guid>
      <pubDate>Fri, 09 Jan 2009 15:46:00 GMT</pubDate>
    </item>
    <item>
      <title>WPF Toolkit is not ready for production applications</title>
      <description>If you are planning on using the WPF Toolkit for production code, make sure you are aware of the risks you are incurring. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codesnack.com%2f2009%2f01%2f08%2fwpf-toolkit-is-not-ready-for-production-applications%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codesnack.com%2f2009%2f01%2f08%2fwpf-toolkit-is-not-ready-for-production-applications%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Toolkit_is_not_ready_for_production_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Toolkit_is_not_ready_for_production_applications</guid>
      <pubDate>Fri, 09 Jan 2009 04:31:12 GMT</pubDate>
    </item>
    <item>
      <title>The WPF Mindset</title>
      <description>An excellent short example of how developing using WPF requires a different mindset to traditional winforms / ASP.NET development. A listbox is completely customised to layout markers on a map. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcromwellhaus.com%2fblogs%2fryanc%2farchive%2f2008%2f11%2f03%2fthe-wpf-mindset.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcromwellhaus.com%2fblogs%2fryanc%2farchive%2f2008%2f11%2f03%2fthe-wpf-mindset.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_WPF_Mindset</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_WPF_Mindset</guid>
      <pubDate>Fri, 09 Jan 2009 23:16:06 GMT</pubDate>
    </item>
    <item>
      <title>WPF Kid Stuff: Extracting a Control Template</title>
      <description>How to extract a controls template  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shafqatahmed.com%2f2009%2f01%2fwpf-kid-stuff-extracting-a-control-template.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shafqatahmed.com%2f2009%2f01%2fwpf-kid-stuff-extracting-a-control-template.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Kid_Stuff_Extracting_a_Control_Template</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Kid_Stuff_Extracting_a_Control_Template</guid>
      <pubDate>Sat, 03 Jan 2009 10:47:59 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 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Oxite - Oh Dear Lord Why?! </title>
      <description>Oxite is an open source application built on ASP.NET MVC and Karl Seguin raises some points related to the design/architecture/implementation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f15%2foxite-oh-dear-lord-why.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f15%2foxite-oh-dear-lord-why.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</guid>
      <pubDate>Tue, 16 Dec 2008 21:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Solution: Styling a large amount of controls</title>
      <description>Using Attached Properties to apply styles to a large amount of controls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodingcontext.wordpress.com%2f2008%2f12%2f11%2fsolution-styling-a-large-amount-of-controls%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodingcontext.wordpress.com%2f2008%2f12%2f11%2fsolution-styling-a-large-amount-of-controls%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Solution_Styling_a_large_amount_of_controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Solution_Styling_a_large_amount_of_controls</guid>
      <pubDate>Thu, 11 Dec 2008 08:41:40 GMT</pubDate>
    </item>
    <item>
      <title>Have you ever wondered why CodePlex is so slow?</title>
      <description>Taking a look at one feature on CodePlex that is much slower than it needs to be, due to indiscriminate use of UpdatePanels and bloated ViewState, and then comparing it to similar functionality on Stack Overflow to illustrate how much more efficiently the same feature can be implemented. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f03%2fhave-you-ever-wondered-why-codeplex-is-so-slow%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f03%2fhave-you-ever-wondered-why-codeplex-is-so-slow%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Have_you_ever_wondered_why_CodePlex_is_so_slow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Have_you_ever_wondered_why_CodePlex_is_so_slow</guid>
      <pubDate>Wed, 03 Dec 2008 22:31:21 GMT</pubDate>
    </item>
    <item>
      <title>The Private Life of a Public API</title>
      <description>Developing a public API on .NET is hard work, but it can be rewarding. Some reflections on the &amp;quot;Framework Design Guidelines&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2008%2f12%2fprivate-life-of-public-api.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2008%2f12%2fprivate-life-of-public-api.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/The_Private_Life_of_a_Public_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/The_Private_Life_of_a_Public_API</guid>
      <pubDate>Thu, 04 Dec 2008 15:46:13 GMT</pubDate>
    </item>
    <item>
      <title>How to Use the Facebook Developer Toolkit 2.0</title>
      <description>The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.socialsnippets.com%2fsnippets%2fhow-to-use-the-facebook-developer-toolkit-20.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.socialsnippets.com%2fsnippets%2fhow-to-use-the-facebook-developer-toolkit-20.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Use_the_Facebook_Developer_Toolkit_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Use_the_Facebook_Developer_Toolkit_2_0</guid>
      <pubDate>Sat, 15 Nov 2008 03:46:05 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic 3.0 Preview 2</title>
      <description>Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-3-0-preview-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-3-0-preview-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SubSonic_3_0_Preview_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SubSonic_3_0_Preview_2</guid>
      <pubDate>Thu, 13 Nov 2008 17:16:04 GMT</pubDate>
    </item>
  </channel>
</rss>
