<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by RickDangerous</title>
    <description>Stories kicked by RickDangerous</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>WPF Toolkit DataGrid Part IV: TemplateColumns and Row Grouping</title>
      <description>This post is part of the WPF Toolkit DataGrid series. In this part we will have a look into more advanced concepts. First we will see how we can use the DataGridTemplateColumn to imitate the behavior of a DataGridComboBoxColumn and to show a small chart representing the age deviation from average for each player. We will then have a look on how we can group rows on our DataGrid using two separate methodologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsweux.com%2fblogs%2fsmoura%2findex.php%2fwpf%2f2009%2f06%2f15%2fwpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsweux.com%2fblogs%2fsmoura%2findex.php%2fwpf%2f2009%2f06%2f15%2fwpf-toolkit-datagrid-part-iv-templatecolumns-and-row-grouping%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Toolkit_DataGrid_Part_IV_TemplateColumns_and_Row_Grouping</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Toolkit_DataGrid_Part_IV_TemplateColumns_and_Row_Grouping</guid>
      <pubDate>Tue, 16 Jun 2009 22:57:55 GMT</pubDate>
    </item>
    <item>
      <title>The best way to learn new API's; TDD!</title>
      <description>In this post I will tell you a story about how I used TDD (Test Driven Development) to learn new a new API, and how I successfully managed to accomplish my task before expected, and delivered 100% working code (no defects), even though I did something I've never done before - interested? I thought so ;) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.goeran.no%2fPermaLink%2cguid%2cfe01bed3-c526-4b76-bb91-f82f4792aece.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.goeran.no%2fPermaLink%2cguid%2cfe01bed3-c526-4b76-bb91-f82f4792aece.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/The_best_way_to_learn_new_API_s_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/The_best_way_to_learn_new_API_s_TDD</guid>
      <pubDate>Mon, 04 May 2009 20:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Context Sensitive Help in WPF</title>
      <description>Demonstrates how to provide context sensitive help through attached properties - simple and clear :-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpeteohanlon.wordpress.com%2f2009%2f05%2f01%2feasy-help-with-wpf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpeteohanlon.wordpress.com%2f2009%2f05%2f01%2feasy-help-with-wpf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Context_Sensitive_Help_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Context_Sensitive_Help_in_WPF</guid>
      <pubDate>Mon, 04 May 2009 16:01:15 GMT</pubDate>
    </item>
    <item>
      <title>Download M-V-VM Project Template/Toolkit</title>
      <description>Download M-V-VM Project Template/Toolkit today!!!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2009%2f05%2f01%2fdownload-m-v-vm-project-template-toolkit.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fllobo%2farchive%2f2009%2f05%2f01%2fdownload-m-v-vm-project-template-toolkit.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Download_M_V_VM_Project_Template_Toolkit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Download_M_V_VM_Project_Template_Toolkit</guid>
      <pubDate>Mon, 04 May 2009 17:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to Mixins For the C# Developer</title>
      <description>If you are a C# developer then you may keep hearing about all the cool kids from Smalltalk, Ruby, Python, Scala using these crazy things called mixins. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f30%2fIntroduction-to-Mixins-For-the-C-Developer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f30%2fIntroduction-to-Mixins-For-the-C-Developer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Introduction_to_Mixins_For_the_C_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Introduction_to_Mixins_For_the_C_Developer</guid>
      <pubDate>Fri, 01 May 2009 05:39:00 GMT</pubDate>
    </item>
    <item>
      <title>I Spose I'll Just Say It: You Should Learn MVC</title>
      <description>I'm never shy about my opinion - why start now? I've been reading a lot of posts flying about on whether you should learn MVC, Summing up the differences so you can decide when to use it, I even found a post that offers a scorecard approach! I remember reading the latter post thinking to myself "how can you possibly put a number next to Testability? And why it is only 2 more points than "using a RAD designer"? Isn't this missing the entire point? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fi-spose-ill-just-say-it-you-should-learn-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fi-spose-ill-just-say-it-you-should-learn-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_You_Should_Learn_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_You_Should_Learn_MVC</guid>
      <pubDate>Thu, 23 Apr 2009 17:31:21 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC and the Managed Extensibility Framework (MEF)</title>
      <description>Microsoft's Managed Extensibility Framework (MEF) is a .NET library (released on CodePlex) that enables greater re-use of application components. You can do this by dynamically composing your application based on a set of classes and methods that can be combined at runtime. Think of it like building an appliation that can host plugins, which in turn can also be composed of different plugins. Since examples say a thousand times more than text, let's go ahead with a sample leveraging MEF in an ASP.NET MVC web application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f21%2fASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2009%2f04%2f21%2fASPNET-MVC-and-the-Managed-Extensibility-Framework-(MEF).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_and_the_Managed_Extensibility_Framework_MEF</guid>
      <pubDate>Tue, 21 Apr 2009 22:46:14 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Search box and Asp.net MVC</title>
      <description>This is a simple tutorial on how to create a fancy search box, that has suggestions underneath the input box, and that also can do autocomplete. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fericdotnet.wordpress.com%2f2009%2f04%2f09%2fjquery-search-box-and-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fericdotnet.wordpress.com%2f2009%2f04%2f09%2fjquery-search-box-and-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/jQuery_Search_box_and_Asp_net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/jQuery_Search_box_and_Asp_net_MVC</guid>
      <pubDate>Mon, 13 Apr 2009 12:16:03 GMT</pubDate>
    </item>
    <item>
      <title>5 Minute Tutorial on Managed Extensibility Framework (MEF)</title>
      <description>A quick, to the point tutorial on exposing and consuming a plugin architecture created with MEF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2009%2f04%2f04%2f5%2bMinute%2bTutorial%2bOn%2bManaged%2bExtensibility%2bFramework%2bMEF.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.milkcarton.com%2fblog%2f2009%2f04%2f04%2f5%2bMinute%2bTutorial%2bOn%2bManaged%2bExtensibility%2bFramework%2bMEF.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/5_Minute_Tutorial_on_Managed_Extensibility_Framework_MEF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/5_Minute_Tutorial_on_Managed_Extensibility_Framework_MEF</guid>
      <pubDate>Thu, 09 Apr 2009 22:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Database driven Asp.Net JQuery Tree</title>
      <description>Asp.net implementation of the famous treeview from Bassistance.de &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.clientsideasp.net%2f2009%2f03%2f31%2fdatabase-driven-aspnet-jquery-tree%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.clientsideasp.net%2f2009%2f03%2f31%2fdatabase-driven-aspnet-jquery-tree%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Database_driven_Asp_Net_JQuery_Tree</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Database_driven_Asp_Net_JQuery_Tree</guid>
      <pubDate>Wed, 01 Apr 2009 23:32:43 GMT</pubDate>
    </item>
    <item>
      <title>Walkthrough: full example of using MvcContrib grid w/jQuery datatable.</title>
      <description>How to create a grid layout in ASP.NET MVC using the MvcContrib extensions and jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fpaulwhit%2farchive%2f2009%2f03%2f28%2fwalkthrough-full-example-of-using-mvccontrib-grid-with-jquery-datatable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fpaulwhit%2farchive%2f2009%2f03%2f28%2fwalkthrough-full-example-of-using-mvccontrib-grid-with-jquery-datatable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Walkthrough_full_example_of_using_MvcContrib_grid_w_jQuery_datatable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Walkthrough_full_example_of_using_MvcContrib_grid_w_jQuery_datatable</guid>
      <pubDate>Sun, 05 Apr 2009 13:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating SOLID Code: Dependency Inversion Principle</title>
      <description> Taking a look at how to create SOLID Code: Creating SOLID Code: Dependency Inversion Principle (DIP). This is a last episode in a series where we will take a look at each of the parts the SOLID Princi &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f96"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f96" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Dependency_Inversion_Principle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Dependency_Inversion_Principle</guid>
      <pubDate>Fri, 27 Mar 2009 01:01:04 GMT</pubDate>
    </item>
    <item>
      <title>To Inject Or Not To Inject</title>
      <description>The benefits of Dependency Injection are very hard to see when only dealing with very simple examples. I tried to come up with an example that is simple enough to fit in a blog post, but is able to show the benefits of using Dependency Injection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f03%2f23%2fTo-Inject-Or-Not-To-Inject.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f03%2f23%2fTo-Inject-Or-Not-To-Inject.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/To_Inject_Or_Not_To_Inject</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/To_Inject_Or_Not_To_Inject</guid>
      <pubDate>Tue, 24 Mar 2009 01:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Mix 09 Quick Video Link List</title>
      <description>Mix 09 Quick Video Link List in a format allowing easy search &amp;amp; download
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2009%2f03%2fmix-09-quick-video-link-list.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Mix_09_Quick_Video_Link_List</guid>
      <pubDate>Wed, 25 Mar 2009 16:01:20 GMT</pubDate>
    </item>
    <item>
      <title>David Kaneda On jQTouch The jQuery Plugin For iPhone Development</title>
      <description>Many developers have found their answer to developing for the iPhone in the iUi framework. For those who are already well versed with jQuery, a jQuery based solution would be ideal. jQTouch comes to the rescue! To learn more about jQTouch and what it holds for developers, I hooked up with David Kaneda of Morfunk &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fopensourcereleasefeed.com%2finterview%2fshow%2fdavid-kaneda-on-jqtouch-the-jquery-plugin-for-iphone-development"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fopensourcereleasefeed.com%2finterview%2fshow%2fdavid-kaneda-on-jqtouch-the-jquery-plugin-for-iphone-development" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/David_Kaneda_On_jQTouch_The_jQuery_Plugin_For_iPhone_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/David_Kaneda_On_jQTouch_The_jQuery_Plugin_For_iPhone_Development</guid>
      <pubDate>Tue, 17 Mar 2009 17:17:46 GMT</pubDate>
    </item>
    <item>
      <title>New jQuery Plugin - ImageSwitch, amazing effect with simple code</title>
      <description>ImageSwitch is a new jQuery plugin and this is one of my most favorite plug-ins. The main point of this plug-in is to make an easy-to-use, simple and fast plug-in to create effect when you switch between images. Minimize the arguments you need to input and still give you beautiful effects &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hieu.co.uk%2fpost%2f2009%2f03%2f13%2fNew-jQuery-Plugin-ImageSwitch-amazing-effect-with-simple-code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hieu.co.uk%2fpost%2f2009%2f03%2f13%2fNew-jQuery-Plugin-ImageSwitch-amazing-effect-with-simple-code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/New_jQuery_Plugin_ImageSwitch_amazing_effect_with_simple_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/New_jQuery_Plugin_ImageSwitch_amazing_effect_with_simple_code</guid>
      <pubDate>Sat, 14 Mar 2009 05:58:22 GMT</pubDate>
    </item>
    <item>
      <title>Creating SOLID Code: Open/Closed Principle (OCP)</title>
      <description>Taking a look at how to create SOLID Code: Creating SOLID Code: Open/Closed Principle (OCP). This is a second in a series where we will take a look at each of the parts the SOLID Principle &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f90"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f90" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Open_Closed_Principle_OCP</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Creating_SOLID_Code_Open_Closed_Principle_OCP</guid>
      <pubDate>Thu, 05 Mar 2009 22:46:13 GMT</pubDate>
    </item>
    <item>
      <title>All New DSL's will be 2nd Class Citizens until at least 2018</title>
      <description>Very soon we have to answer a very important set of questions. 
How do we use the language? Text Editor? Smarter tools such as Eclipse or Visual Studio? How does it integrate with other languages?  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jonathancrossland.com%2fpost%2fAll-DSLs-will-be-2nd-Class-Citizens-until-2018.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jonathancrossland.com%2fpost%2fAll-DSLs-will-be-2nd-Class-Citizens-until-2018.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/All_New_DSL_s_will_be_2nd_Class_Citizens_until_at_least_2018</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/All_New_DSL_s_will_be_2nd_Class_Citizens_until_at_least_2018</guid>
      <pubDate>Mon, 02 Mar 2009 21:14:21 GMT</pubDate>
    </item>
    <item>
      <title>A New Look for Visual Studio 2010!</title>
      <description>At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0.  Today I'm happy to reveal the new UI for Visual Studio, also built on WPF: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjasonz%2farchive%2f2009%2f02%2f20%2fa-new-look-for-visual-studio-2010.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/A_New_Look_for_Visual_Studio_2010</guid>
      <pubDate>Wed, 25 Feb 2009 04:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Some Common GroupBy Operations on List&amp;lt;&amp;gt; using LINQ </title>
      <description>The 'GroupBy' feature in LINQ is amazing and very powerful. In this article, we will see some common GroupBy operations using LINQ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d260"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d260" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Some_Common_GroupBy_Operations_on_List_using_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Some_Common_GroupBy_Operations_on_List_using_LINQ</guid>
      <pubDate>Mon, 26 Jan 2009 22:01:11 GMT</pubDate>
    </item>
    <item>
      <title>Yet another Singleton Yada-Yada</title>
      <description>Using a static-constructor in a singleton, affects it's laziness.
Here's a generic singleton that is thread-safe using a static-constructor, and still lazy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d89"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpregion.com%2fblog%2f%3fp%3d89" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Yet_another_Singleton_Yada_Yada</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Yet_another_Singleton_Yada_Yada</guid>
      <pubDate>Wed, 17 Dec 2008 16:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Have you ever wondered why CodePlex is so slow?</title>
      <description>Taking a look at one feature on CodePlex that is much slower than it needs to be, due to indiscriminate use of UpdatePanels and bloated ViewState, and then comparing it to similar functionality on Stack Overflow to illustrate how much more efficiently the same feature can be implemented. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f03%2fhave-you-ever-wondered-why-codeplex-is-so-slow%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fencosia.com%2f2008%2f12%2f03%2fhave-you-ever-wondered-why-codeplex-is-so-slow%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Have_you_ever_wondered_why_CodePlex_is_so_slow</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Have_you_ever_wondered_why_CodePlex_is_so_slow</guid>
      <pubDate>Wed, 03 Dec 2008 23:31:21 GMT</pubDate>
    </item>
    <item>
      <title>WPF ICollectionViewExplained</title>
      <description>Tips and tricks on ICollectionView for WPF Apps and how it can be used in M-V-VM &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f11%2f22%2ficollectionview-explained%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarlongrech.wordpress.com%2f2008%2f11%2f22%2ficollectionview-explained%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wwf/WPF_ICollectionViewExplained</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wwf/WPF_ICollectionViewExplained</guid>
      <pubDate>Mon, 24 Nov 2008 20:31:23 GMT</pubDate>
    </item>
    <item>
      <title>WPF Model - View - View-Model Screencast</title>
      <description>A really helpful screencast from Jason Dolinger showing how to use the M-V-VM pattern in a simple WPF application. He starts off with the code that a Windows Forms developer might use and refactors it to M-V-VM. Also includes a demonstration of how it is nicely unit testable utilising Moq and how to use the Unity IoC container. 1 hour 30 mins long. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lab49.com%2farchives%2f2650"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lab49.com%2farchives%2f2650" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Model_View_View_Model_Screencast</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Model_View_View_Model_Screencast</guid>
      <pubDate>Sun, 09 Nov 2008 01:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Creating a culture of quality: Part 1</title>
      <description>Starting our new series from tech start-ups, Bob from Huddle explains how they tackle the challenge of maintaining high quality code, when the last thing developers want to do is test.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.com%2fcolumn%2f8314%2fcreating-a-culture-of-quality-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.com%2fcolumn%2f8314%2fcreating-a-culture-of-quality-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Creating_a_culture_of_quality_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Creating_a_culture_of_quality_Part_1</guid>
      <pubDate>Sat, 01 Nov 2008 21:00:28 GMT</pubDate>
    </item>
  </channel>
</rss>