<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by happer</title>
    <description>Stories kicked by happer</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>Add a visual Linq expression builder to your app today!</title>
      <description>Rabb Moshe Plotkin has created and open-sourced a control for creating Linq queries visually. Using this control, you can give your users the power to query data, rather than writing canned reports or queries. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fArticles%2f90589%2fVisual-Expression-Builder-for-Dynamic-Linq"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fArticles%2f90589%2fVisual-Expression-Builder-for-Dynamic-Linq" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Add_a_visual_Linq_expression_builder_to_your_app_today</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Add_a_visual_Linq_expression_builder_to_your_app_today</guid>
      <pubDate>Fri, 03 Feb 2012 23:44:34 GMT</pubDate>
    </item>
    <item>
      <title>New tools for your TDD arsenal</title>
      <description>Alexander Beletsky shares a list of sweet new TDD tools to retrofit into your current load-out, including a tool to automatically re-run tests as you make changes to source code, a replacement for Moq, and some awesome fluent assertions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.beletsky.net%2f2012%2f02%2fnew-tools-in-my-tdd-arsenal.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.beletsky.net%2f2012%2f02%2fnew-tools-in-my-tdd-arsenal.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/New_tools_for_your_TDD_arsenal</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/New_tools_for_your_TDD_arsenal</guid>
      <pubDate>Fri, 03 Feb 2012 19:42:19 GMT</pubDate>
    </item>
    <item>
      <title>Stay out of the JIT's way</title>
      <description>This is a nice reminder on how to let the JIT make your code just a little faster. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.smelser.net%2fblog%2fpost%2f2011%2f05%2f16%2fStay-out-of-the-JITs-way.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smelser.net%2fblog%2fpost%2f2011%2f05%2f16%2fStay-out-of-the-JITs-way.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Stay_out_of_the_JIT_s_way</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Stay_out_of_the_JIT_s_way</guid>
      <pubDate>Tue, 17 Jan 2012 14:42:24 GMT</pubDate>
    </item>
    <item>
      <title>.Net's Sort Is Not Secure. Don't Use It. Here's a better one.</title>
      <description>.Net's Array.Sort (up to at least version 4.0) has serious weaknesses &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fzimbry.blogspot.com%2f2012%2f01%2fnets-sort-is-not-secure-dont-use-it.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fzimbry.blogspot.com%2f2012%2f01%2fnets-sort-is-not-secure-dont-use-it.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Net_s_Sort_Is_Not_Secure_Don_t_Use_It_Here_s_a_better_one</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Net_s_Sort_Is_Not_Secure_Don_t_Use_It_Here_s_a_better_one</guid>
      <pubDate>Fri, 06 Jan 2012 01:57:26 GMT</pubDate>
    </item>
    <item>
      <title>Attaching Continuation Tasks to the UI Thread</title>
      <description>Parallel tasks can be used in Windows Forms and Windows Presentation Foundation applications to run slow processes without blocking the user interface thread. However, this presents a problem, as both systems prevent other threads from updating controls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fUIThreadContinuations.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fUIThreadContinuations.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Attaching_Continuation_Tasks_to_the_UI_Thread</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Attaching_Continuation_Tasks_to_the_UI_Thread</guid>
      <pubDate>Wed, 04 Jan 2012 16:30:27 GMT</pubDate>
    </item>
    <item>
      <title>Simple Producer Consumer with Tasks and .Net 4</title>
      <description>Alois Kraus walks us through implementing a producer/consumer pattern using Tasks in .Net 4 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fakraus1%2farchive%2f2011%2f12%2f02%2f147923.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fakraus1%2farchive%2f2011%2f12%2f02%2f147923.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Simple_Producer_Consumer_with_Tasks_and_Net_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Simple_Producer_Consumer_with_Tasks_and_Net_4</guid>
      <pubDate>Tue, 06 Dec 2011 20:30:57 GMT</pubDate>
    </item>
    <item>
      <title>I, Interface</title>
      <description>The wonderful things that decorating a trivial interface can produce. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgarymcleanhall.wordpress.com%2f2011%2f11%2f17%2fi-interface%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgarymcleanhall.wordpress.com%2f2011%2f11%2f17%2fi-interface%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/I_Interface</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/I_Interface</guid>
      <pubDate>Thu, 17 Nov 2011 16:45:32 GMT</pubDate>
    </item>
    <item>
      <title>.Net Client profile annoyance, and how to get rid of it</title>
      <description>How to change project templates so it defaults to the full .Net framwork instead of .Net Client Profile &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bassetassen.com%2fpost%2f2011%2f11%2f13%2fNet-Client-profile-annoyance-and-how-to-get-rid-of-it.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bassetassen.com%2fpost%2f2011%2f11%2f13%2fNet-Client-profile-annoyance-and-how-to-get-rid-of-it.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Net_Client_profile_annoyance_and_how_to_get_rid_of_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Net_Client_profile_annoyance_and_how_to_get_rid_of_it</guid>
      <pubDate>Mon, 14 Nov 2011 15:26:34 GMT</pubDate>
    </item>
    <item>
      <title>5 Tips and Techniques for Avoiding Automatic Garbage Collections</title>
      <description>We've seen a few articles lately on ensuring that your memory is properly cleaned up during garbage collection, but today Michael McLaughlin comes in with tips to avoid automatic collection of your objects. Generally speaking, this is for performance reasons. Garbage collection in .Net 4 and earlier happens automatically and blocks program execution, which can be disastrous for certain types of applications (games, real-time analysis, etc). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-framework%2f5-tips-and-techniques-for-avoiding-automatic-gc-collections%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2f.net-framework%2f5-tips-and-techniques-for-avoiding-automatic-gc-collections%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/5_Tips_and_Techniques_for_Avoiding_Automatic_Garbage_Collections</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/5_Tips_and_Techniques_for_Avoiding_Automatic_Garbage_Collections</guid>
      <pubDate>Fri, 04 Nov 2011 14:51:31 GMT</pubDate>
    </item>
    <item>
      <title>Three .NET &amp;amp;quot;tools&amp;amp;quot; that I use every day and you want to know about</title>
      <description>Dror Helper introduces us to three handy pieces of software that he uses in his daily .NET software development. He explains the utility of these three tools, which many .NET developers may not be aware of. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fthree-net-tools-i-use-every"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.dzone.com%2fnews%2fthree-net-tools-i-use-every" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Three_NET_quot_tools_quot_that_I_use_every_day_and_you_want_to_know_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Three_NET_quot_tools_quot_that_I_use_every_day_and_you_want_to_know_about</guid>
      <pubDate>Thu, 03 Nov 2011 14:07:18 GMT</pubDate>
    </item>
    <item>
      <title>What's new in .Net Framework 4.5</title>
      <description>MSDN article on what's new in .Net 4.5 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fms171868(v%3dVS.110).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2flibrary%2fms171868(v%3dVS.110).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/What_s_new_in_Net_Framework_4_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/What_s_new_in_Net_Framework_4_5</guid>
      <pubDate>Thu, 15 Sep 2011 17:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Remote Debugging with Pastebin and Automatic Logging of Errors</title>
      <description>Learn about using the Pastebin web service to assist with remote debugging. We'll include a simple code sample for accessing the Pastebin API and posting output. When integrated debugging and file system output is not available, remote debugging with a text-based web service may be just what you need. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle133.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.primaryobjects.com%2fCMS%2fArticle133.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Remote_Debugging_with_Pastebin_and_Automatic_Logging_of_Errors_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Remote_Debugging_with_Pastebin_and_Automatic_Logging_of_Errors_1</guid>
      <pubDate>Tue, 13 Sep 2011 13:57:51 GMT</pubDate>
    </item>
    <item>
      <title>The Top 5 WPF and Silverlight Gotchas</title>
      <description>As WPF and Silverlight sit on the .NET framework, they're subject to the rules of the Garbage Collector. That means there are a few unique ways in which WPF will cause your application to leak memory, and Chris Farrell points out the most prominent culprits. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2fperformance%2fthe-top-5-wpf-and-silverlight-gotchas%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simple-talk.com%2fdotnet%2fperformance%2fthe-top-5-wpf-and-silverlight-gotchas%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/The_Top_5_WPF_and_Silverlight_Gotchas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/The_Top_5_WPF_and_Silverlight_Gotchas</guid>
      <pubDate>Mon, 15 Aug 2011 20:09:23 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Injection Framework Speedtest</title>
      <description>Philip Mateescu shares with us an in-depth and well documented speed test of Autofac v2.4.5.724, Castle.Windsor v2.5.3, Ninject v2.2.0.0, Spring.Net v1.3.1, StructureMap v2.6.1, and Microsoft Unity v2.1.0.0.

Spoiler alert, Unity loses big time ;-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fphilipm.at%2f2011%2f0808%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fphilipm.at%2f2011%2f0808%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Dependency_Injection_Framework_Speedtest</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Dependency_Injection_Framework_Speedtest</guid>
      <pubDate>Sat, 13 Aug 2011 17:38:23 GMT</pubDate>
    </item>
    <item>
      <title>C#/.NET Little Pitfalls: Default Parameters are Compile-Time Substitut</title>
      <description>This is the fifth post pointing out the pitfalls that come with C#.  Although C#	is a very powerful programming language, it's easy for developers to lose sight of what's really going on behind the scenes.  Some awareness concerning this can avoid these pitfalls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblackrabbitcoder.net%2farchive%2f2011%2f07%2f28%2fc.net-little-pitfalls-default-parameters-are-compile-time-substitutions.aspx%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bBlackRabbitCoder%2b%2528James%2bMichael%2bHare%2529"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblackrabbitcoder.net%2farchive%2f2011%2f07%2f28%2fc.net-little-pitfalls-default-parameters-are-compile-time-substitutions.aspx%3futm_source%3dfeedburner%26utm_medium%3dfeed%26utm_campaign%3dFeed%253A%2bBlackRabbitCoder%2b%2528James%2bMichael%2bHare%2529" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/C_NET_Little_Pitfalls_Default_Parameters_are_Compile_Time_Substitut_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/C_NET_Little_Pitfalls_Default_Parameters_are_Compile_Time_Substitut_1</guid>
      <pubDate>Sun, 31 Jul 2011 19:55:24 GMT</pubDate>
    </item>
    <item>
      <title>A Bunch of link for TFS ecosystem</title>
      <description>A list of links to useful third party tools for Team Foundation Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f06%2f27%2fa-bunch-of-links-for-tfs-ecosystem%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f06%2f27%2fa-bunch-of-links-for-tfs-ecosystem%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/A_Bunch_of_link_for_TFS_ecosystem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/A_Bunch_of_link_for_TFS_ecosystem</guid>
      <pubDate>Tue, 05 Jul 2011 09:47:03 GMT</pubDate>
    </item>
    <item>
      <title>Rx release</title>
      <description>Rx was started as in process technology,

but with the addition of the IQbservable 

(the Rx complementary of IQueryable), 

Rx is breaking the process boundary.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fbnaya%2farchive%2f2011%2f07%2f01%2frx-release.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fbnaya%2farchive%2f2011%2f07%2f01%2frx-release.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Rx_release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Rx_release</guid>
      <pubDate>Sun, 03 Jul 2011 04:46:33 GMT</pubDate>
    </item>
    <item>
      <title>DryadLINQ Tutorial: Part 1 - Distributed Storage Catalog (DSC) Basics</title>
      <description>One of the most exciting additions to Windows HPC Server 2008 R2 SP2 (currently in beta) is the support for DryadLINQ. DryadLINQ is an API that allows the creation and execution of large scale, data-parallel compute tasks. One of the core capabilities of Dryad (the underlying framework used by DryaLINQ) is the ability to distribute the data over the cluster and maintain data locality by executing the code on the node storing the data. In order to do both, Dryad utilizes a mechanism called The Distributed Storage Catalog (DSC) which I will cover in this post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2froadan%2farchive%2f2011%2f06%2f14%2fdryadlinq-tutorial-part-1-distributed-storage-catalog-dsc-basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2froadan%2farchive%2f2011%2f06%2f14%2fdryadlinq-tutorial-part-1-distributed-storage-catalog-dsc-basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/DryadLINQ_Tutorial_Part_1_Distributed_Storage_Catalog_DSC_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/DryadLINQ_Tutorial_Part_1_Distributed_Storage_Catalog_DSC_Basics</guid>
      <pubDate>Sun, 26 Jun 2011 07:11:35 GMT</pubDate>
    </item>
    <item>
      <title>DynamicObject: AOP for the poor</title>
      <description>Use of AOP without help of third-party frameworks is difficult and often all of their functionality is not needed. In this post I want to share an interesting example of how I replaced AOP in its typical problem for a dynamic type. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fosmirnov.net%2fposts%2fdynamicobject-aop-for-the-poor%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fosmirnov.net%2fposts%2fdynamicobject-aop-for-the-poor%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/DynamicObject_AOP_for_the_poor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/DynamicObject_AOP_for_the_poor</guid>
      <pubDate>Thu, 09 Jun 2011 10:22:47 GMT</pubDate>
    </item>
    <item>
      <title>Using StaticResources in WPF</title>
      <description>Here I describe Resource markup extensions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjitendra1987%2f3994%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.c-sharpcorner.com%2fUploadFile%2fjitendra1987%2f3994%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_StaticResources_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_StaticResources_in_WPF</guid>
      <pubDate>Wed, 08 Jun 2011 05:55:28 GMT</pubDate>
    </item>
    <item>
      <title>Troubleshoot Deadlocks using SQL Server Profiler 2005/2008</title>
      <description>In this article, we will see how to capture deadlocks while modifying data using SQL Server Profiler in SQL Server 2005/2008.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sqlservercurry.com%2f2011%2f05%2ftroubleshoot-deadlocks-using-sql-server.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlservercurry.com%2f2011%2f05%2ftroubleshoot-deadlocks-using-sql-server.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Troubleshoot_Deadlocks_using_SQL_Server_Profiler_2005_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Troubleshoot_Deadlocks_using_SQL_Server_Profiler_2005_2008</guid>
      <pubDate>Wed, 25 May 2011 11:44:59 GMT</pubDate>
    </item>
    <item>
      <title>Targeting multiple environments and machines - part 1/2</title>
      <description>How do you as a developer work seamlessly across multiple environments machines? In this article I describe one possible solution. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.tchami.com%2fpost%2fMultiple-platforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.tchami.com%2fpost%2fMultiple-platforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Targeting_multiple_environments_and_machines_part_1_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Targeting_multiple_environments_and_machines_part_1_2</guid>
      <pubDate>Tue, 24 May 2011 14:59:58 GMT</pubDate>
    </item>
    <item>
      <title>Using Protocol Buffers on .Net platform (Part I)</title>
      <description>Today we will talk about using Protocol Buffers on .Net platform. I will tell  and show you what it is and why it is needed .Net developer. A format of the post is different from the usual format and it is designed as a discussion. What I think should improve the understanding of the material by readers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fosmirnov.net%2fposts%2fusing-protocol-buffers-on-net-platform-part-i%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fosmirnov.net%2fposts%2fusing-protocol-buffers-on-net-platform-part-i%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_Protocol_Buffers_on_Net_platform_Part_I</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_Protocol_Buffers_on_Net_platform_Part_I</guid>
      <pubDate>Thu, 19 May 2011 13:37:25 GMT</pubDate>
    </item>
    <item>
      <title>Speed up Visual Studio Builds - Arik Poznanski's Blog</title>
      <description>Recently I got involved in a big project where we had a single solution with approximately 100 projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2farik%2farchive%2f2011%2f05%2f17%2fspeed-up-visual-studio-builds.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2farik%2farchive%2f2011%2f05%2f17%2fspeed-up-visual-studio-builds.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Speed_up_Visual_Studio_Builds_Arik_Poznanski_s_Blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Speed_up_Visual_Studio_Builds_Arik_Poznanski_s_Blog</guid>
      <pubDate>Mon, 16 May 2011 23:20:34 GMT</pubDate>
    </item>
    <item>
      <title>Prepare Your Site For IE9 With Pinify</title>
      <description>Start pinning your site with this new jQuery plugin with IE9. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmidnightprogrammer.net%2fpost%2fPrepare-Your-Site-For-IE9-With-Pinify.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmidnightprogrammer.net%2fpost%2fPrepare-Your-Site-For-IE9-With-Pinify.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/Prepare_Your_Site_For_IE9_With_Pinify</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/Prepare_Your_Site_For_IE9_With_Pinify</guid>
      <pubDate>Wed, 18 May 2011 18:16:18 GMT</pubDate>
    </item>
  </channel>
</rss>
