<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by marlongrech</title>
    <description>Stories kicked by marlongrech</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>How to avoid CommandBinding in the XAML code behind</title>
      <description>In this post, I discuss how one can make XAML code behind even nicer and eliminate the command binding :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f11%2f26%2favoiding-commandbinding-in-the-xaml-code-behind-files%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f11%2f26%2favoiding-commandbinding-in-the-xaml-code-behind-files%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/How_to_avoid_CommandBinding_in_the_XAML_code_behind</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/How_to_avoid_CommandBinding_in_the_XAML_code_behind</guid>
      <pubDate>Wed, 26 Nov 2008 18:24:27 GMT</pubDate>
    </item>
    <item>
      <title>10 Ways To Programaticly Shoot Yourself In The Foot - Part B </title>
      <description>This is part B of the 10 Ways To Programaticly Shoot Yourself In The Foot article. In this article I will talk about another 5 issues that even the best developers have to be aware of. In other words, I will try to prevent you from programaticly shooting yourself in the foot.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f25%2f10-ways-to-programaticly-shoot-yourself-in-the-foot-part-b%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f11%2f25%2f10-ways-to-programaticly-shoot-yourself-in-the-foot-part-b%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/10_Ways_To_Programaticly_Shoot_Yourself_In_The_Foot_Part_B</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/10_Ways_To_Programaticly_Shoot_Yourself_In_The_Foot_Part_B</guid>
      <pubDate>Thu, 27 Nov 2008 12:46:13 GMT</pubDate>
    </item>
    <item>
      <title>WPF ICollectionViewExplained</title>
      <description>Tips and tricks on ICollectionView for WPF Apps and how it can be used in M-V-VM &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f11%2f22%2ficollectionview-explained%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f11%2f22%2ficollectionview-explained%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/WPF_ICollectionViewExplained</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/WPF_ICollectionViewExplained</guid>
      <pubDate>Mon, 24 Nov 2008 13:31:23 GMT</pubDate>
    </item>
    <item>
      <title>Quote for October</title>
      <description>A quote worth remembering! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dscoduc.com%2fpost%2f2008%2f10%2f21%2fQuote-for-October.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dscoduc.com%2fpost%2f2008%2f10%2f21%2fQuote-for-October.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Quote_for_October</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Quote_for_October</guid>
      <pubDate>Wed, 22 Oct 2008 02:01:09 GMT</pubDate>
    </item>
    <item>
      <title>Crack.NET - A runtime debugging and scripting tool for .NET</title>
      <description>Crack.NET is a runtime debugging and scripting tool that gives you access to the internals of any .NET desktop application running on your computer.  If you love Snoop and Mole for Visual Studio, you'll love Crack.NET, too.  Crack.NET allows you to "walk" the managed heap of another .NET application, inspect all kinds of values on objects, and even manipulate those objects via IronPython scripts. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcracknetproject.com"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcracknetproject.com" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Crack_NET_A_runtime_debugging_and_scripting_tool_for_NET</guid>
      <pubDate>Tue, 21 Oct 2008 19:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Tool: Crack.NET</title>
      <description>Introducing : Crack.NET &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f10%2f20%2ftool-crack-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2008%2f10%2f20%2ftool-crack-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Tool_Crack_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Tool_Crack_NET</guid>
      <pubDate>Tue, 21 Oct 2008 12:31:02 GMT</pubDate>
    </item>
    <item>
      <title>XNA, Meet WPF</title>
      <description>The new D3DImage in WPF opens up worlds for WPF.  Direct3D content rendered with WPF...it doesn't get any better!  The downside is it seems (correct me if I'm wrong) that Microsoft was only targeting unmanaged Direct3D.  Yes there is Managed DirectX, but it seems as if MDX is no longer being maintained and it's not so obvious how to get a D3D surface pointer from the API.  It really seems MDX has been left in the dust in favor for XNA, which is a very intuitive D3D wrapper.  XNA further exacerbates the issue with XNA and WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fDefault.aspx%3ftabid%3d428%26EntryID%3d259"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjmorrill.hjtcentral.com%2fDefault.aspx%3ftabid%3d428%26EntryID%3d259" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xna/XNA_Meet_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xna/XNA_Meet_WPF</guid>
      <pubDate>Fri, 15 Aug 2008 00:31:02 GMT</pubDate>
    </item>
    <item>
      <title>IntelliSense for Expression Blend</title>
      <description>An add-in for Expression Blend 2.5 that adds IntelliSense for editing of XAML files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.telerik.com%2fStefanDobrev%2fPosts%2f08-08-04%2fIntelliSense_for_Expression_Blend.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.telerik.com%2fStefanDobrev%2fPosts%2f08-08-04%2fIntelliSense_for_Expression_Blend.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/IntelliSense_for_Expression_Blend</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/IntelliSense_for_Expression_Blend</guid>
      <pubDate>Mon, 04 Aug 2008 13:16:05 GMT</pubDate>
    </item>
    <item>
      <title>WPF: Binding a ConverterParameter value</title>
      <description>It is a shame that ConverterParameter cannot have a Binding as a value.... Yet with some tricks you can actually do this.... Have look for yourself..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f08%2f03%2fmy-wish-came-true-i-can-now-use-databinding-in-a-converterparameter%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f08%2f03%2fmy-wish-came-true-i-can-now-use-databinding-in-a-converterparameter%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Binding_a_ConverterParameter_value</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Binding_a_ConverterParameter_value</guid>
      <pubDate>Sun, 03 Aug 2008 13:09:52 GMT</pubDate>
    </item>
    <item>
      <title>Namescopes in WPF</title>
      <description>This articles explains how Namescopes work and tips and tricks you can do with them.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f08%2f02%2fnamescope-my-name-is-marlon-you-know%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f08%2f02%2fnamescope-my-name-is-marlon-you-know%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Namescopes_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Namescopes_in_WPF</guid>
      <pubDate>Sat, 02 Aug 2008 09:31:24 GMT</pubDate>
    </item>
    <item>
      <title>Wave Reflection Effect</title>
      <description>Reflection effect using Pixel Shader in WPF 3.5 Sp1 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frakeshravuri.blogspot.com%2f2008%2f07%2fwave-reflection-shader-effect-in-wpf.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frakeshravuri.blogspot.com%2f2008%2f07%2fwave-reflection-shader-effect-in-wpf.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Wave_Reflection_Effect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Wave_Reflection_Effect</guid>
      <pubDate>Fri, 25 Jul 2008 20:01:05 GMT</pubDate>
    </item>
    <item>
      <title>Don't Use SELECT *</title>
      <description>I've seen many developers actually using and abusing SELECT * FROM queries. SELECT * query not only returns unnecessary data, but it also can force clustered index scans for query plans because columns in the SELECT clause are also considered by the optimizer when it identifies indexes for execution plans.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!204.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnethitman.spaces.live.com%2fblog%2fcns!E149A8B1E1C25B14!204.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Don_t_Use_SELECT</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Don_t_Use_SELECT</guid>
      <pubDate>Mon, 07 Jul 2008 16:16:10 GMT</pubDate>
    </item>
    <item>
      <title>Don't be clever 2 - The cost of cleverness</title>
      <description>In the modern world of programming we need to be more cognizant of making our code readable and grokkable than to make it clever or sneaky. For 99% of the developers out there, no one is ever going to pat you on the back for being sneaky. You're probably more likely to get punched in the face for it when the team has to spend the weekend debugging a piece of your clever code. &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%2f06%2fDont-be-clever-2---The-cost-of-cleverness.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f06%2fDont-be-clever-2---The-cost-of-cleverness.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Don_t_be_clever_2_The_cost_of_cleverness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Don_t_be_clever_2_The_cost_of_cleverness</guid>
      <pubDate>Thu, 19 Jun 2008 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Using C# 3.0 (.Net 3.5) syntax in a .Net 2.0 application</title>
      <description>An overview of using C# 3.0 syntax in a .Net 2.0 application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f06%2f16%2fusing-c-3-0-net-3-5-syntax-in-a-net-2-0-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f06%2f16%2fusing-c-3-0-net-3-5-syntax-in-a-net-2-0-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_C_3_0_Net_3_5_syntax_in_a_Net_2_0_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_C_3_0_Net_3_5_syntax_in_a_Net_2_0_application</guid>
      <pubDate>Tue, 17 Jun 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>WPF: Reducing CPU consumption for animations &amp;#171; C# Disciples</title>
      <description>Lately I've been working on a project at work and the application was performing pretty well. The CPU Usage was below 2% and I was quite happy with it. Then I decided to add a simple animation that continues executing forever. the results 15% CPU consumption . I was amazed at how much CPU was being wasted. Yet I am a stubborn guy and if I want an animation to execute forever, I will do it no matter what.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f06%2f13%2fwpf-reducing-cpu-consumption-for-animations%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f06%2f13%2fwpf-reducing-cpu-consumption-for-animations%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Reducing_CPU_consumption_for_animations_C_Disciples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Reducing_CPU_consumption_for_animations_C_Disciples</guid>
      <pubDate>Sat, 14 Jun 2008 11:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 2 Beta2 Released</title>
      <description>Silverlight 2 Beta2 was released today. Silverlight 2 Beta2 supports a go-live license that allows you to start using and deploying Silverlight 2 for commercial applications. There will be some API changes between Beta2 and the final release, so you should expect that applications you write with Beta2 will need to make some updates when the final release comes out.  But we think that these changes will be straight-forward and relatively easy, and that you can begin planning and starting commercial projects now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f06%2fsilverlight-2-beta2-released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f06%2f06%2fsilverlight-2-beta2-released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_2_Beta2_Released</guid>
      <pubDate>Sat, 07 Jun 2008 06:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Counting Sort &amp;#171; Algorithms in .NET</title>
      <description>The counting sort algorithm is a type of sort algorithm that can be used to sort collections of values whose range is known. By that, we mean that the algorithm is based on the assumption that we know all possible values of the sort key beforehand. That's not as terrible as it sounds - it may be as simple as knowing that our sort key will be a byte value, and hence be limited to the range of numbers between 0 and 255, for example... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetalgos.wordpress.com%2f2008%2f06%2f01%2fcounting-sort%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetalgos.wordpress.com%2f2008%2f06%2f01%2fcounting-sort%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Counting_Sort_Algorithms_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Counting_Sort_Algorithms_in_NET</guid>
      <pubDate>Sun, 01 Jun 2008 14:22:58 GMT</pubDate>
    </item>
    <item>
      <title>Insertion Sort &amp;#171; Algorithms in .NET</title>
      <description>Insertion sort is one of the many algorithms that we will cover in this blog. I choose this algorithm to start with because I think that this is a fairly easy to understand (better start with an easy one :) )

To understand the insertion sort imagine that you have a deck of cards that is not sorted. You put this deck of cards on the table and start picking a card one by one; each time putting the card in your left hand. Each time you pick a card you must compare that card with the previous cards until you find a card that is greater than the one you have. By doing so you just sorted the deck of cards on your left hand. 
...read more
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetalgos.wordpress.com%2f2008%2f05%2f27%2finsertion-sort%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetalgos.wordpress.com%2f2008%2f05%2f27%2finsertion-sort%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Insertion_Sort_Algorithms_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Insertion_Sort_Algorithms_in_NET</guid>
      <pubDate>Tue, 27 May 2008 20:20:30 GMT</pubDate>
    </item>
    <item>
      <title>How to test C# code without running an application &amp;#171; C# Disciples</title>
      <description>One thing that I love about scripting languages  is that, to test some code you do not need to create a sample application and run that application. You can simple run the interpreter, write the code you want to test and you get the results. With compiled languages this is harder to achieve.

So whenever I need to test something, like for example let's say I want to test what the .ToString() &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f05%2f23%2fhow-to-test-c-code-without-running-an-application%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f05%2f23%2fhow-to-test-c-code-without-running-an-application%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_test_C_code_without_running_an_application_C_Disciples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_test_C_code_without_running_an_application_C_Disciples</guid>
      <pubDate>Fri, 23 May 2008 19:34:16 GMT</pubDate>
    </item>
    <item>
      <title>Scrolling Performance in WPF</title>
      <description>A article showing some of the enhancements made in .NET SP1 relating to scrolling, including recycling and deferred scrolling! &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%2f05%2f22%2fscrolling-performance-in-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f05%2f22%2fscrolling-performance-in-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Scrolling_Performance_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Scrolling_Performance_in_WPF</guid>
      <pubDate>Fri, 23 May 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Binding.StringFormat</title>
      <description>.NET 3.5 SP1 added a new StringFormat to the Binding object... This article shows how to use it! &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%2f05%2f16%2fusing-binding-stringformat.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f05%2f16%2fusing-binding-stringformat.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Using_Binding_StringFormat</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Using_Binding_StringFormat</guid>
      <pubDate>Mon, 19 May 2008 14:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Effects in .Net 3.5 SP1 for WPF &amp;#171; C# Disciples</title>
      <description>Have you heard? The guys at Redmond impressed the world once again! .Net 3.5 SP1 is now Beta.. If you didn't already, I would suggest that you read this brilliant post from Tim Sneath to get more info on what's new in WPF.

Today, I wanted to experiment a bit with the new Effects that were included in the SP1 Beta. These effects are the same as the BitmapEffects that were previously in WPF. One can also say  that these are the replacement for the BitmapEffects. Why? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f05%2f15%2feffects-in-net-sp1-for-wpf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f05%2f15%2feffects-in-net-sp1-for-wpf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Effects_in_Net_3_5_SP1_for_WPF_C_Disciples</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Effects_in_Net_3_5_SP1_for_WPF_C_Disciples</guid>
      <pubDate>Thu, 15 May 2008 22:26:45 GMT</pubDate>
    </item>
    <item>
      <title>A Series on GPU-based Effects for WPF</title>
      <description>Greg Schechter on the new GPU-based Effects in WPF coming with .NET 3.5 SP1. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fgreg_schechter%2farchive%2f2008%2f05%2f12%2fa-series-on-gpu-based-effects-for-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fgreg_schechter%2farchive%2f2008%2f05%2f12%2fa-series-on-gpu-based-effects-for-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/A_Series_on_GPU_based_Effects_for_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/A_Series_on_GPU_based_Effects_for_WPF</guid>
      <pubDate>Wed, 14 May 2008 18:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta</title>
      <description>public beta of upcoming .NET 3.5 SP1 and VS 2008 SP1 releases is published &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f05%2f12%2fvisual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f05%2f12%2fvisual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_and_NET_Framework_3_5_Service_Pack_1_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2008_and_NET_Framework_3_5_Service_Pack_1_Beta</guid>
      <pubDate>Mon, 12 May 2008 17:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Why WPF is Great</title>
      <description>WPF makes TDD possible for UI layer. This is why it is great. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f05%2fwhy-wpf-is-great.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2008%2f05%2fwhy-wpf-is-great.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Why_WPF_is_Great</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Why_WPF_is_Great</guid>
      <pubDate>Mon, 12 May 2008 12:59:55 GMT</pubDate>
    </item>
  </channel>
</rss>