<?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>Creating a Dynamic Extensible Expando Object</title>
      <description>Rick Strahl takes us on a tour of the wonderful ExpandoObject in C# and shows us how to use it to create extensible objects with ease. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f2012%2fFeb%2f08%2fCreating-a-dynamic-extensible-C-Expando-Object"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f2012%2fFeb%2f08%2fCreating-a-dynamic-extensible-C-Expando-Object" 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=rK0l3LfdCnw:iLyYrWs-mrw: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=rK0l3LfdCnw:iLyYrWs-mrw: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/rK0l3LfdCnw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/rK0l3LfdCnw/Creating_a_Dynamic_Extensible_Expando_Object</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Creating_a_Dynamic_Extensible_Expando_Object</guid>
      <pubDate>Thu, 09 Feb 2012 17:46:54 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Creating_a_Dynamic_Extensible_Expando_Object</feedburner:origLink></item>
    <item>
      <title>Dynamic CSS with Razor (part 2)</title>
      <description>In PART ONE we saw how to create a gradient programmatically in order automate a CSS stylesheet using the Razor engine. We started from a base color in the RGB space and converted it to the HSL space. Given its Lightness we could easily build shades and highlights of the starting color. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-part-2.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.h3mm3.com%2f2012%2f02%2fdynamic-css-with-razor-part-2.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=X3PiUrKS8bw:NS5XHiglWy4: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=X3PiUrKS8bw:NS5XHiglWy4: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/X3PiUrKS8bw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/X3PiUrKS8bw/Dynamic_CSS_with_Razor_part_2</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_part_2</guid>
      <pubDate>Thu, 09 Feb 2012 17:21:32 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/mvc/Dynamic_CSS_with_Razor_part_2</feedburner:origLink></item>
    <item>
      <title>Regular Expressions in CoffeeScript are Awesome!</title>
      <description>Let's face it, regular expressions aren't for everyone. It takes a special breed of developer to actually enjoy writing regular expressions. Although I enjoy them, the developer that comes after me may find that they are cryptic and hard to read ... One of the very cool things I like about CoffeeScript is that you can annotate your regular expressions!  &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%2f02%2fregular-expressions-in-coffeescript-are.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f02%2fregular-expressions-in-coffeescript-are.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=XDvydh7eAEU:28Bum3r4NOs: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=XDvydh7eAEU:28Bum3r4NOs: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/XDvydh7eAEU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/XDvydh7eAEU/Regular_Expressions_in_CoffeeScript_are_Awesome</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/jquery/Regular_Expressions_in_CoffeeScript_are_Awesome</guid>
      <pubDate>Wed, 08 Feb 2012 16:02:47 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/jquery/Regular_Expressions_in_CoffeeScript_are_Awesome</feedburner:origLink></item>
    <item>
      <title>C# Needs Seqs</title>
      <description>A proposition for a new keyword in C# to support IEnumberable&amp;lt;T&amp;gt;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2012%2f02%2f07%2fC-Needs-Seqs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2012%2f02%2f07%2fC-Needs-Seqs.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=vy-p-hBNgGg:nmOiekofKcg: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=vy-p-hBNgGg:nmOiekofKcg: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/vy-p-hBNgGg" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/vy-p-hBNgGg/C_Needs_Seqs</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/C_Needs_Seqs</guid>
      <pubDate>Wed, 08 Feb 2012 17:42:20 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/C_Needs_Seqs</feedburner:origLink></item>
    <item>
      <title>Basic Raven DB Indexing and Querying with Lucene</title>
      <description>We've got up and running with Raven DB for our new project, which has been a delight to use from a code perspective, but one of the big gaps for me is figuring out how to do SQL like queries. I'm not too bad at putting a SQL query together as something I do semi-regularly as part of my job, so I thought it shouldn't be too much of a stretch to start pulling some statistics. I was wrong. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2funstructuredthinking.blogspot.com.au%2f2012%2f02%2fbasic-raven-db-indexing-and-querying.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2funstructuredthinking.blogspot.com.au%2f2012%2f02%2fbasic-raven-db-indexing-and-querying.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=BXSEAN5hCuk:9QNotE34NMs: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=BXSEAN5hCuk:9QNotE34NMs: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/BXSEAN5hCuk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/BXSEAN5hCuk/Basic_Raven_DB_Indexing_and_Querying_with_Lucene</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/database/Basic_Raven_DB_Indexing_and_Querying_with_Lucene</guid>
      <pubDate>Wed, 08 Feb 2012 17:39:59 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/database/Basic_Raven_DB_Indexing_and_Querying_with_Lucene</feedburner:origLink></item>
    <item>
      <title>A list of useful link for Team Foundation Server</title>
      <description>A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. &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%2f12%2f20%2fx01-team-foundation-server-list%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f12%2f20%2fx01-team-foundation-server-list%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=N9igS6P5qDU:uOp-xtlEM9A: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=N9igS6P5qDU:uOp-xtlEM9A: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/N9igS6P5qDU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/N9igS6P5qDU/A_list_of_useful_link_for_Team_Foundation_Server</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/visualstudio/A_list_of_useful_link_for_Team_Foundation_Server</guid>
      <pubDate>Wed, 08 Feb 2012 09:30:11 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/visualstudio/A_list_of_useful_link_for_Team_Foundation_Server</feedburner:origLink></item>
    <item>
      <title>Implementing Undo/Redo with Lambda expressions</title>
      <description>How to implement multiple levels of Undo (and Redo) in a .NET application using Lambda expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftommulgrew.pixelati.com%2f2011%2f04%2f23%2fimplementing-doundo-support-in-net-applications-with-lambda-expressions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftommulgrew.pixelati.com%2f2011%2f04%2f23%2fimplementing-doundo-support-in-net-applications-with-lambda-expressions%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=cPDHiwPJtiw:OKjGswZtVuU: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=cPDHiwPJtiw:OKjGswZtVuU: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/cPDHiwPJtiw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/cPDHiwPJtiw/Implementing_Undo_Redo_with_Lambda_expressions</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Implementing_Undo_Redo_with_Lambda_expressions</guid>
      <pubDate>Tue, 07 Feb 2012 16:29:50 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Implementing_Undo_Redo_with_Lambda_expressions</feedburner:origLink></item>
    <item>
      <title>Why is RAID So Important for Databases?</title>
      <description>A good server design has no, or very few, single points of failure. One of the most common server component that fails, are disks. So data redundancy becomes essential to recoverability. Redundant Array of Independent/Inexpensive Disks (RAID) is a disk system that provides better fault-tolerance by making use of redundancy of disk(s).
 &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%2f12%2fwhy-is-raid-important-for-databases.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sqlservercurry.com%2f2011%2f12%2fwhy-is-raid-important-for-databases.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=IpIdB1AxpsU:xW4JH-WV8zs: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=IpIdB1AxpsU:xW4JH-WV8zs: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/IpIdB1AxpsU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/IpIdB1AxpsU/Why_is_RAID_So_Important_for_Databases</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/database/Why_is_RAID_So_Important_for_Databases</guid>
      <pubDate>Tue, 07 Feb 2012 15:32:36 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/database/Why_is_RAID_So_Important_for_Databases</feedburner:origLink></item>
    <item>
      <title>Casting just a little faster</title>
      <description>This is a tip for the micro-optimizers in the crowd. Got a tight loop and need a little more performance. This may help. &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%2f2012%2f01%2f09%2fCasting-just-a-little-faster.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.smelser.net%2fblog%2fpost%2f2012%2f01%2f09%2fCasting-just-a-little-faster.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=DGtlxxahsLY:cpfB9fLP34c: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=DGtlxxahsLY:cpfB9fLP34c: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/DGtlxxahsLY" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/DGtlxxahsLY/Casting_just_a_little_faster</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Casting_just_a_little_faster</guid>
      <pubDate>Wed, 08 Feb 2012 17:50:21 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Casting_just_a_little_faster</feedburner:origLink></item>
    <item>
      <title>Running your TeamCity builds from PowerShell for any Git branch</title>
      <description>I love TeamCity and use it since a while to automate my build/release processes. As human we should never do the work a machine can do, we have certainly better and more interesting things to do.

The habit I saw in the different projects I worked for is to create new TeamCity builds for the branches you work on. It take quite some work to do, even with templates.

So I came with another way of doing it. It is leverage Git, PowerShell and the possibility to run TeamCity builds by "Accessing Server by HTTP" &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fRunning-your-TeamCity-builds-from-a-command-line.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.laurentkempe.com%2fpost%2fRunning-your-TeamCity-builds-from-a-command-line.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=5V9c_FC8xgk:BZgNCkVV66s: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=5V9c_FC8xgk:BZgNCkVV66s: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/5V9c_FC8xgk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/5V9c_FC8xgk/Running_your_TeamCity_builds_from_PowerShell_for_any_Git_branch</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/altnet/Running_your_TeamCity_builds_from_PowerShell_for_any_Git_branch</guid>
      <pubDate>Mon, 06 Feb 2012 19:46:55 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/altnet/Running_your_TeamCity_builds_from_PowerShell_for_any_Git_branch</feedburner:origLink></item>
    <item>
      <title>NCrunch, The Incredible TDD Tool!</title>
      <description>A review of the TDD tool 'NCrunch'. &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%2fncrunch-incredible-tdd-tool.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ellogical.com%2f2012%2f02%2fncrunch-incredible-tdd-tool.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=gTDKlDMCYiQ:Mau7KrinFKc: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=gTDKlDMCYiQ:Mau7KrinFKc: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/gTDKlDMCYiQ" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/gTDKlDMCYiQ/NCrunch_The_Incredible_TDD_Tool</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/visualstudio/NCrunch_The_Incredible_TDD_Tool</guid>
      <pubDate>Mon, 06 Feb 2012 19:46:55 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/visualstudio/NCrunch_The_Incredible_TDD_Tool</feedburner:origLink></item>
    <item>
      <title>Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()</title>
      <description>I've seen quite a bit of confusion from developers about what the real different is between the .bind(), .live(), .delegate(), and .on() methods are jQuery and when they should be used.  &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%2f02%2fdifferences-between-jquery-bind-vs-live.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.elijahmanor.com%2f2012%2f02%2fdifferences-between-jquery-bind-vs-live.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=4RWgWdUF03A:U_tKZBItek0: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=4RWgWdUF03A:U_tKZBItek0: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/4RWgWdUF03A" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/4RWgWdUF03A/Differences_Between_jQuery_bind_vs_live_vs_delegate_vs_on</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/jquery/Differences_Between_jQuery_bind_vs_live_vs_delegate_vs_on</guid>
      <pubDate>Mon, 06 Feb 2012 18:17:11 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/jquery/Differences_Between_jQuery_bind_vs_live_vs_delegate_vs_on</feedburner:origLink></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;&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>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>Debugging Windows Service</title>
      <description>In this post we can see the process of debugging windows services &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpavanarya.wordpress.com%2f2012%2f02%2f05%2fdebugging-a-windows-service%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpavanarya.wordpress.com%2f2012%2f02%2f05%2fdebugging-a-windows-service%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=RASn5jFzZxk:-Da59lKtqV4: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=RASn5jFzZxk:-Da59lKtqV4: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/RASn5jFzZxk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/RASn5jFzZxk/Debugging_Windows_Service</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/csharp/Debugging_Windows_Service</guid>
      <pubDate>Mon, 06 Feb 2012 19:24:04 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/csharp/Debugging_Windows_Service</feedburner:origLink></item>
    <item>
      <title>Testing DI bootstrappers</title>
      <description>While your Dependency Injection bootstrappers - being responsible for gluing your application together - are a vital part of your application, they are seldom put under test. I don't see any reason why they shouldn't be though. The cost of these tests is negligible, definitely if you compare it to the cost of the often catastrophical outcome of bugs in your bootstrappers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjclaes.blogspot.com%2f2012%2f02%2ftesting-di-bootstrappers.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjclaes.blogspot.com%2f2012%2f02%2ftesting-di-bootstrappers.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=L3GNNrcq8Qw:7fM8W9ci4V8: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=L3GNNrcq8Qw:7fM8W9ci4V8: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/L3GNNrcq8Qw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/dotnetkicks/~3/L3GNNrcq8Qw/Testing_DI_bootstrappers</link>
      <guid isPermaLink="false">http://www.dotnetkicks.com/unittesting/Testing_DI_bootstrappers</guid>
      <pubDate>Mon, 06 Feb 2012 19:10:13 GMT</pubDate>
    <feedburner:origLink>http://www.dotnetkicks.com/unittesting/Testing_DI_bootstrappers</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>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>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>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>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>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>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>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>
  </channel>
</rss>

