<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>DotNetKicks.com</title>
    <description>the latest published stories from DotNetKicks.com</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>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dotnetkicks" /><feedburner:info uri="dotnetkicks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><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;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=RLg2EgEKvLc:GeCxGIMiwOc:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=RLg2EgEKvLc:GeCxGIMiwOc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/RLg2EgEKvLc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/RLg2EgEKvLc/New_tools_for_your_TDD_arsenal</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/unittesting/New_tools_for_your_TDD_arsenal</guid>
      <pubDate>Fri, 03 Feb 2012 19:42:19 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/unittesting/New_tools_for_your_TDD_arsenal</feedburner:origLink></item>
    <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;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=pey-sw4slbs:KDTAgi7KTXA:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=pey-sw4slbs:KDTAgi7KTXA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/pey-sw4slbs" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/pey-sw4slbs/Add_a_visual_Linq_expression_builder_to_your_app_today</link>
      <guid isPermaLink="false">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>
    <feedburner:origLink>http://www.dotnetkicks.com/linq/Add_a_visual_Linq_expression_builder_to_your_app_today</feedburner:origLink></item>
    <item>
      <title>Write to a console window from a Windows application</title>
      <description>Ever wondered how you could write out to a separate console window from your Windows application rather than writing to a log file? You might need to do that for a number of reasons - mostly related to debugging. Here's how you do it... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ellogical.com%2f2012%2f02%2fwrite-to-console-window-from-windows.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ellogical.com%2f2012%2f02%2fwrite-to-console-window-from-windows.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=fYFkU9eJHik:tOLnoLmgUy8:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=fYFkU9eJHik:tOLnoLmgUy8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/fYFkU9eJHik" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/fYFkU9eJHik/Write_to_a_console_window_from_a_Windows_application</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Write_to_a_console_window_from_a_Windows_application</guid>
      <pubDate>Fri, 03 Feb 2012 16:22:57 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Write_to_a_console_window_from_a_Windows_application</feedburner:origLink></item>
    <item>
      <title>Lucene.net - Ultra-fast search for MVC or Webforms</title>
      <description>Mikhail T. has put together an article showing how you can integrate the Java-based Apache Lucene project with your .Net based MVC or WebForms sites, giving you ultra-fast and slick search capabilities. &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%2f320219%2fLucene-Net-ultra-fast-search-for-MVC-or-WebForms"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fArticles%2f320219%2fLucene-Net-ultra-fast-search-for-MVC-or-WebForms" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=7JN31y9bINs:dA-18LncMwU:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=7JN31y9bINs:dA-18LncMwU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/7JN31y9bINs" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/7JN31y9bINs/Lucene_net_Ultra_fast_search_for_MVC_or_Webforms</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/aspnet/Lucene_net_Ultra_fast_search_for_MVC_or_Webforms</guid>
      <pubDate>Thu, 02 Feb 2012 16:44:03 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/aspnet/Lucene_net_Ultra_fast_search_for_MVC_or_Webforms</feedburner:origLink></item>
    <item>
      <title>Ease jQuery UI web development with the fluent Fluqi library</title>
      <description>Fluqi is library for helping configure jQuery UI widgets with a fluent(ish) interface and rendering the control.

Details and demos at http://fluqi.apphb.com/ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffluqi.apphb.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffluqi.apphb.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=k3yQ9zje8UE:iwqsCnOc0-0:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=k3yQ9zje8UE:iwqsCnOc0-0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/k3yQ9zje8UE" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/k3yQ9zje8UE/Ease_jQuery_UI_web_development_with_the_fluent_Fluqi_library</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/mvc/Ease_jQuery_UI_web_development_with_the_fluent_Fluqi_library</guid>
      <pubDate>Wed, 01 Feb 2012 17:53:03 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/mvc/Ease_jQuery_UI_web_development_with_the_fluent_Fluqi_library</feedburner:origLink></item>
    <item>
      <title>Kinect for Windows Now Available</title>
      <description>On January 9th, Steve Ballmer announced at CES that Microsoft would be shipping Kinect for Windows on February 1st. Today version 1.0 of the SDK and runtime were made available for download, and distribution partners in twelve launch countries are starting to ship Kinect for Windows hardware. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fkinectforwindows%2farchive%2f2012%2f01%2f31%2fkinect-for-windows-is-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fkinectforwindows%2farchive%2f2012%2f01%2f31%2fkinect-for-windows-is-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=khMJ8CVGAro:zIREWfCWok8:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=khMJ8CVGAro:zIREWfCWok8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/khMJ8CVGAro" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/khMJ8CVGAro/Kinect_for_Windows_Now_Available</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/other/Kinect_for_Windows_Now_Available</guid>
      <pubDate>Wed, 01 Feb 2012 19:07:01 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/other/Kinect_for_Windows_Now_Available</feedburner:origLink></item>
    <item>
      <title>Rx - DistinctUntilChanged</title>
      <description>Rx - DistinctUntilChanged
this post will focus on the simple yet very useful DistinctUntilChanged operator.

sometimes a datum stream may produce the same value for a while, you can see it in stock exchange stream the value of specific stock may be steady for a while.
the observer can reduce its computation level by ignoring a repeatable value (sequential repeatable value, for none sequential you can use the Distinct operator).
the DistinctUntilChanged is having the follow... &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%2f2012%2f02%2f02%2frx-distinctuntilchanged.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fbnaya%2farchive%2f2012%2f02%2f02%2frx-distinctuntilchanged.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=hIrlPSx3SSU:jf1EF7oR4MI:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=hIrlPSx3SSU:jf1EF7oR4MI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/hIrlPSx3SSU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/hIrlPSx3SSU/Rx_DistinctUntilChanged</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Rx_DistinctUntilChanged</guid>
      <pubDate>Fri, 03 Feb 2012 16:23:27 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Rx_DistinctUntilChanged</feedburner:origLink></item>
    <item>
      <title>HTML5 Native Video Streaming With WebRTC</title>
      <description>A short introduction to using the getUserMedia API in the newest builds of Chrome Dev channel and Canary. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fa.shinynew.me%2fpost%2f16887310071%2fhtml5-native-video-streaming-with-webrtc"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fa.shinynew.me%2fpost%2f16887310071%2fhtml5-native-video-streaming-with-webrtc" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=no4z5HR3iDc:Ukw_4jIaqUQ:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=no4z5HR3iDc:Ukw_4jIaqUQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/no4z5HR3iDc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/no4z5HR3iDc/HTML5_Native_Video_Streaming_With_WebRTC</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/other/HTML5_Native_Video_Streaming_With_WebRTC</guid>
      <pubDate>Thu, 02 Feb 2012 15:39:20 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/other/HTML5_Native_Video_Streaming_With_WebRTC</feedburner:origLink></item>
    <item>
      <title>Writing ASP.NET MVC bootstrapper with AutoBox</title>
      <description>This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the latest version of AutoBox (available from nuget, this version also includes Castle.Windsor internally for managing dependencies rather using its own resolver and does not require interface to type naming convention [IAccountRepository -&amp;gt; AccountRepository]) . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2012%2f01%2f30%2fwriting-asp-net-mvc-bootstrapper-with-autobox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2012%2f01%2f30%2fwriting-asp-net-mvc-bootstrapper-with-autobox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=jqfUzAcAdI0:WHPEihBzwGE:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=jqfUzAcAdI0:WHPEihBzwGE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/jqfUzAcAdI0" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/jqfUzAcAdI0/Writing_ASP_NET_MVC_bootstrapper_with_AutoBox</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/mvc/Writing_ASP_NET_MVC_bootstrapper_with_AutoBox</guid>
      <pubDate>Tue, 31 Jan 2012 15:26:50 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/mvc/Writing_ASP_NET_MVC_bootstrapper_with_AutoBox</feedburner:origLink></item>
    <item>
      <title>How to Access jQuery's Internal Data</title>
      <description>One used to be able to access the internal events data and investiate what events are registered on any given element, but recently this internal information has been hidden... Thankfully, if you still need access to the internal data it is still accessible. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f01%2fhow-to-access-jquerys-internal-data.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f01%2fhow-to-access-jquerys-internal-data.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=upXMWOSmuzk:TpHZdlvRD7M:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=upXMWOSmuzk:TpHZdlvRD7M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/upXMWOSmuzk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/upXMWOSmuzk/How_to_Access_jQuery_s_Internal_Data</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/jquery/How_to_Access_jQuery_s_Internal_Data</guid>
      <pubDate>Tue, 31 Jan 2012 15:31:04 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/jquery/How_to_Access_jQuery_s_Internal_Data</feedburner:origLink></item>
    <item>
      <title>Event Handler Memory Leaks, Unwiring Events, and the WeakEventManager</title>
      <description>Many developers don't realize that a common source of memory leaks in .NET applications is the event handler. WPF 4.5 includes built-in support for weak events to help us do the right thing and not eat up all the available memory. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f10rem.net%2fblog%2f2012%2f02%2f01%2fevent-handler-memory-leaks-unwiring-events-and-the-weakeventmanager-in-wpf-45"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f10rem.net%2fblog%2f2012%2f02%2f01%2fevent-handler-memory-leaks-unwiring-events-and-the-weakeventmanager-in-wpf-45" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=8BEoQ9kkfK4:_HdGDyKXgT0:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=8BEoQ9kkfK4:_HdGDyKXgT0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/8BEoQ9kkfK4" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/8BEoQ9kkfK4/Event_Handler_Memory_Leaks_Unwiring_Events_and_the_WeakEventManager</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/wpf/Event_Handler_Memory_Leaks_Unwiring_Events_and_the_WeakEventManager</guid>
      <pubDate>Wed, 01 Feb 2012 20:47:02 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/wpf/Event_Handler_Memory_Leaks_Unwiring_Events_and_the_WeakEventManager</feedburner:origLink></item>
    <item>
      <title>The Pre-emptively active Activator</title>
      <description>This is a nice pattern to help offset the cost of object construction &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%2f12%2f18%2fThe-Pre-emptively-active-Activator.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smelser.net%2fblog%2fpost%2f2011%2f12%2f18%2fThe-Pre-emptively-active-Activator.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=WtUl9DvASHQ:1WsXfwgACGw:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=WtUl9DvASHQ:1WsXfwgACGw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/WtUl9DvASHQ" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/WtUl9DvASHQ/The_Pre_emptively_active_Activator</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/The_Pre_emptively_active_Activator</guid>
      <pubDate>Wed, 01 Feb 2012 17:59:24 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/The_Pre_emptively_active_Activator</feedburner:origLink></item>
    <item>
      <title>Currying vs partial function application</title>
      <description>Currying is a more useful concept in an academic context, whereas partial functional application is more useful in practice. However, that's the gut feeling of someone who hasn't really used a functional language in anger. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjon_skeet%2farchive%2f2012%2f01%2f30%2fcurrying-vs-partial-function-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjon_skeet%2farchive%2f2012%2f01%2f30%2fcurrying-vs-partial-function-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=Pk8TspbY0zo:GZA0qFIy6ik:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=Pk8TspbY0zo:GZA0qFIy6ik:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/Pk8TspbY0zo" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/Pk8TspbY0zo/Currying_vs_partial_function_application</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Currying_vs_partial_function_application</guid>
      <pubDate>Tue, 31 Jan 2012 15:31:04 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Currying_vs_partial_function_application</feedburner:origLink></item>
    <item>
      <title>Simple Process Manager</title>
      <description>It is a common matter to have an operation in the server that requires few steps. Sometimes it is necessary that all the steps will complete successfully, and if one fails, a rollback should be made. SQL has the transaction term to support this kind of situation, and I'm about to show how it can be done in code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgal-segal.com%2fc-sharp%2fsimple-process-manager%23.TyegdZOj7T0.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgal-segal.com%2fc-sharp%2fsimple-process-manager%23.TyegdZOj7T0.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=Vi5bFnG5Dh4:1iopfzYUmGw:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=Vi5bFnG5Dh4:1iopfzYUmGw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/Vi5bFnG5Dh4" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/Vi5bFnG5Dh4/Simple_Process_Manager</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Simple_Process_Manager</guid>
      <pubDate>Tue, 31 Jan 2012 15:33:54 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Simple_Process_Manager</feedburner:origLink></item>
    <item>
      <title>Thread Safe High Performance Capped Queue</title>
      <description>Lately I was busy creating a new infrastructure for our logging system. I work on OpenBook - a website that gets a lot of traffic and involves with many different business processes. I started logging errors, info data and more with the excellent log4net to files, but has the logs got bigger and longer it became almost impossible  to track it. We also use several IIS servers behind a load - balancer, and the result is a lot of logs on many different servers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgal-segal.com%2fc-sharp%2fthread-safe-high-performance-capped-queue%23.TyZ10mX4tA0.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgal-segal.com%2fc-sharp%2fthread-safe-high-performance-capped-queue%23.TyZ10mX4tA0.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=MA_W4tmLclc:67JWE29WN9Y:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=MA_W4tmLclc:67JWE29WN9Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/MA_W4tmLclc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/MA_W4tmLclc/Thread_Safe_High_Performance_Capped_Queue</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Thread_Safe_High_Performance_Capped_Queue</guid>
      <pubDate>Mon, 30 Jan 2012 14:49:10 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Thread_Safe_High_Performance_Capped_Queue</feedburner:origLink></item>
    <item>
      <title>Improve WCF services testability with simple Dependency Injection</title>
      <description>Dependency injection is a great technique to reduce coupling between components and improve testability. Manually injected dependencies are dependencies which are passed manually to an object's constructor. When using WCF we depend on the WCF run time to create new instances of our service class. This solution provides a way to easily control service class instantiation for any type of WCF service   &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%2f2012%2f01%2f30%2fimprove-wcf-services-testability-with-simple-dependency-injection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2froadan%2farchive%2f2012%2f01%2f30%2fimprove-wcf-services-testability-with-simple-dependency-injection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=EkDB60J1beM:TyS06eyNvDw:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=EkDB60J1beM:TyS06eyNvDw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/EkDB60J1beM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/EkDB60J1beM/Improve_WCF_services_testability_with_simple_Dependency_Injection</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/wcf/Improve_WCF_services_testability_with_simple_Dependency_Injection</guid>
      <pubDate>Mon, 30 Jan 2012 17:05:04 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/wcf/Improve_WCF_services_testability_with_simple_Dependency_Injection</feedburner:origLink></item>
    <item>
      <title>A few principles for writing blazing fast code in .NET</title>
      <description>Just a few tips to write code that requires higher performance demands &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%2f04%2f16%2fA-few-principles-for-writing-blazing-fast-code-in-NET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smelser.net%2fblog%2fpost%2f2011%2f04%2f16%2fA-few-principles-for-writing-blazing-fast-code-in-NET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=WV8pgP94J0I:uGmNajSwtWc:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=WV8pgP94J0I:uGmNajSwtWc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/WV8pgP94J0I" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/WV8pgP94J0I/A_few_principles_for_writing_blazing_fast_code_in_NET</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/A_few_principles_for_writing_blazing_fast_code_in_NET</guid>
      <pubDate>Mon, 23 Jan 2012 14:45:33 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/A_few_principles_for_writing_blazing_fast_code_in_NET</feedburner:origLink></item>
    <item>
      <title>Find the jQuery Bug 3: Give Me Truth</title>
      <description>In this open-ended series I'll be showcasing a snippet of buggy jQuery code that you might encounter, explain what the problem is, and then identify how you can easily resolve the issue. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f01%2ffind-jquery-bug-3-give-me-truth.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f01%2ffind-jquery-bug-3-give-me-truth.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=6aPALkZPf-o:AvkECW8YbZ8:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=6aPALkZPf-o:AvkECW8YbZ8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/6aPALkZPf-o" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/6aPALkZPf-o/Find_the_jQuery_Bug_3_Give_Me_Truth</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/jquery/Find_the_jQuery_Bug_3_Give_Me_Truth</guid>
      <pubDate>Mon, 30 Jan 2012 15:18:25 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/jquery/Find_the_jQuery_Bug_3_Give_Me_Truth</feedburner:origLink></item>
    <item>
      <title>Going Faster: Sexy numbers and full post-mortem</title>
      <description>In a followup to my article on how not to suck at serving web content, I go over what we did to improve page performance at DotNetKicks and why it worked. Read the first post if you haven't already: http://blogs.dotnetkicks.com/dnk-jump-in/2011/12/21/going-faster-how-not-to-suck-at-serving-web-content/ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.dotnetkicks.com%2fdnk-jump-in%2f2012%2f01%2f21%2fgoing-faster-post-mortem%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.dotnetkicks.com%2fdnk-jump-in%2f2012%2f01%2f21%2fgoing-faster-post-mortem%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=mUIiIUh1sCE:KH95qPPy06Y:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=mUIiIUh1sCE:KH95qPPy06Y:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/mUIiIUh1sCE" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/mUIiIUh1sCE/Going_Faster_Sexy_numbers_and_full_post_mortem</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/tipsandtricks/Going_Faster_Sexy_numbers_and_full_post_mortem</guid>
      <pubDate>Mon, 23 Jan 2012 14:49:20 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/tipsandtricks/Going_Faster_Sexy_numbers_and_full_post_mortem</feedburner:origLink></item>
    <item>
      <title>10 Things ASP.NET Developers Should Know About Web.config Inheritance</title>
      <description>Ten things you should know about Web.config inheritance and overrides that will simplify some configuration challenges and help with debugging. Bet there are some you didn't know about! &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%2f2012%2f01%2f17%2f10-things-asp-net-developers-should-know-about-web-config-inheritance-and-overrides.aspx%23.TxYtNY5HnSg.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjgalloway%2farchive%2f2012%2f01%2f17%2f10-things-asp-net-developers-should-know-about-web-config-inheritance-and-overrides.aspx%23.TxYtNY5HnSg.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=wz6FSkRwL3M:5u9k9cq0ofc:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=wz6FSkRwL3M:5u9k9cq0ofc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/wz6FSkRwL3M" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/wz6FSkRwL3M/10_Things_ASP_NET_Developers_Should_Know_About_Web_config_Inheritance</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/aspnet/10_Things_ASP_NET_Developers_Should_Know_About_Web_config_Inheritance</guid>
      <pubDate>Wed, 18 Jan 2012 03:16:05 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/aspnet/10_Things_ASP_NET_Developers_Should_Know_About_Web_config_Inheritance</feedburner:origLink></item>
    <item>
      <title>Phil Haack, Keith Dahlby and Paul Betts on Git for Windows</title>
      <description>Herding Code podcast talking to Phil Haack and Paul Betts (both new GitHubbers) and Keith Dahlby (author of posh-git, a set of PowerShell scripts which provide Git/PowerShell integration) about using Git on Windows. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d384%23.Txn3MULVUH0.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fherdingcode.com%2f%3fp%3d384%23.Txn3MULVUH0.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=CjhN_erpApI:KuHDhQhXwBM:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=CjhN_erpApI:KuHDhQhXwBM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/CjhN_erpApI" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/CjhN_erpApI/Phil_Haack_Keith_Dahlby_and_Paul_Betts_on_Git_for_Windows</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/community/Phil_Haack_Keith_Dahlby_and_Paul_Betts_on_Git_for_Windows</guid>
      <pubDate>Sat, 21 Jan 2012 13:41:57 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/community/Phil_Haack_Keith_Dahlby_and_Paul_Betts_on_Git_for_Windows</feedburner:origLink></item>
    <item>
      <title>Visual Studio Achievements, now a reality!</title>
      <description>Follow up to last year's comic story on Visual Studio having game-like achievements. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.whiletrue.com%2f2012%2f01%2fvisual-studio-achievements-now-a-reality%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.whiletrue.com%2f2012%2f01%2fvisual-studio-achievements-now-a-reality%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=sFbK6j2tzHU:aCnHWcRfjB8:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=sFbK6j2tzHU:aCnHWcRfjB8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/sFbK6j2tzHU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/sFbK6j2tzHU/Visual_Studio_Achievements_now_a_reality</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/visualstudio/Visual_Studio_Achievements_now_a_reality</guid>
      <pubDate>Wed, 18 Jan 2012 20:13:24 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/visualstudio/Visual_Studio_Achievements_now_a_reality</feedburner:origLink></item>
    <item>
      <title>SQL Server Virtualization Notes</title>
      <description>Virtualization of SQL Server these days are becoming more a reality and common practice. Usually if you mention SQL Server and Virtualization in one sentence people will look at you as if you are a mad man. With this post I would like to talk about a couple of notes you need to consider when you virtualize SQL Server. When using a hypervisor to consolidate your SQL Servers into a virtualization environment you need to think about the impact on CPU, Memory, Storage and Network performance and management. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcecildt.blogspot.com%2f2012%2f01%2fsql-server-virtualization-notes.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcecildt.blogspot.com%2f2012%2f01%2fsql-server-virtualization-notes.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=nKjaZ0gq178:78sXTQPqOxU:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=nKjaZ0gq178:78sXTQPqOxU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/nKjaZ0gq178" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/nKjaZ0gq178/SQL_Server_Virtualization_Notes</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/sql/SQL_Server_Virtualization_Notes</guid>
      <pubDate>Thu, 26 Jan 2012 16:22:54 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/sql/SQL_Server_Virtualization_Notes</feedburner:origLink></item>
    <item>
      <title>C#/.NET Little Pitfalls: Implicit Zero To Enum Conversion</title>
      <description>Many times, we create overloaded methods or constructors to allow them to accept different kinds of data.  Further, there are times that we may accept object when any value will do.  This works well (aside from boxing/unboxing concerns for value types), but if you have an overload that accepts object and one that takes an enum, and you pass a constant expression of 0, where does it go? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackrabbitcoder.net%2farchive%2f2012%2f01%2f26%2fc.net-little-pitfalls-implicit-zero-to-enum-conversion.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackrabbitcoder.net%2farchive%2f2012%2f01%2f26%2fc.net-little-pitfalls-implicit-zero-to-enum-conversion.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=pFsYszFAnNc:T9YA1fxzM0o:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=pFsYszFAnNc:T9YA1fxzM0o:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/pFsYszFAnNc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/pFsYszFAnNc/C_NET_Little_Pitfalls_Implicit_Zero_To_Enum_Conversion</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/C_NET_Little_Pitfalls_Implicit_Zero_To_Enum_Conversion</guid>
      <pubDate>Fri, 27 Jan 2012 20:19:18 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/C_NET_Little_Pitfalls_Implicit_Zero_To_Enum_Conversion</feedburner:origLink></item>
    <item>
      <title>Why Inheritance Doesn't Scale</title>
      <description>OO Programmer tend to use inheritance as a way of code reuse, a best practice and for better maintainability. I am no exception. But there are times where inheritance can become your worst enemy, and instead of making your life easier, complicate stuff to the point you are lost. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgal-segal.com%2fc-sharp%2fwhy-inheritance-doesnt-scale%23.TyHKAvtePmA.dotnetkicks"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgal-segal.com%2fc-sharp%2fwhy-inheritance-doesnt-scale%23.TyHKAvtePmA.dotnetkicks" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=vqJIoNspmqo:GcZJiRaZ7K8:G79ilh31hkQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=G79ilh31hkQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/dotnetkicks?a=vqJIoNspmqo:GcZJiRaZ7K8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/dotnetkicks?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/dotnetkicks/~4/vqJIoNspmqo" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/vqJIoNspmqo/Why_Inheritance_Doesn_t_Scale</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Why_Inheritance_Doesn_t_Scale</guid>
      <pubDate>Fri, 27 Jan 2012 20:28:08 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Why_Inheritance_Doesn_t_Scale</feedburner:origLink></item>
  </channel>
</rss>

