<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by bennage</title>
    <description>Stories kicked by bennage</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>ScottGu: Silverlight 2 Release Candidate Now Available</title>
      <description>&amp;quot;This evening we published the first public release candidate of Silverlight 2.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f25%2fsilverlight-2-release-candidate-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f09%2f25%2fsilverlight-2-release-candidate-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/ScottGu_Silverlight_2_Release_Candidate_Now_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/ScottGu_Silverlight_2_Release_Candidate_Now_Available</guid>
      <pubDate>Fri, 26 Sep 2008 11:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Shared Hosting and the Bleeding Edge</title>
      <description>This is a good article on how to setup your site in a share hosting environment and talks about dealing with doing frindge things with your site. There are things you need to understand if you plan on setting up your ASP.NET site in a shared environment and this article goes into some very important points. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f09%2f25%2fshared-hosting-amp-the-bleeding-edge.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f09%2f25%2fshared-hosting-amp-the-bleeding-edge.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Shared_Hosting_and_the_Bleeding_Edge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Shared_Hosting_and_the_Bleeding_Edge</guid>
      <pubDate>Fri, 26 Sep 2008 01:43:30 GMT</pubDate>
    </item>
    <item>
      <title>Shared Hosting &amp;amp; The Bleeding Edge</title>
      <description>A summary of my experience getting a site up and running in a shared hosting environment using a number of bleeding-edge, open source technologies. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f09%2f25%2fshared-hosting-amp-the-bleeding-edge.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f09%2f25%2fshared-hosting-amp-the-bleeding-edge.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Shared_Hosting_The_Bleeding_Edge</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Shared_Hosting_The_Bleeding_Edge</guid>
      <pubDate>Thu, 25 Sep 2008 16:02:47 GMT</pubDate>
    </item>
    <item>
      <title>From flash to silverlight</title>
      <description>Introducing projet rosetta and shine draw! Sites dedicated to help the transition from flash to silverlight &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f09%2f09%2ffrom-flash-to-silverlight.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2frudi%2farchive%2f2008%2f09%2f09%2ffrom-flash-to-silverlight.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/From_flash_to_silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/From_flash_to_silverlight</guid>
      <pubDate>Tue, 09 Sep 2008 07:09:06 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With jQuery QUnit for Client-Side Javascript Testing </title>
      <description>Your First QUnit Test

To start testing, you'll need to start by creating an HTML page (MyFooTests.htm, for example).  This page will need to reference the jquery core JS file, testrunner.js, testsuite.css, as well as the JS file containing the code you're going to be testing. Lastly, the page will need some special HTML at the bottom with well-known ID's so that QUnit can display its output.  When you're done, you should have a rough skeleton like this: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f08%2f28%2fgetting-started-with-jquery-qunit-for-client-side-javascript-testing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fchad_myers%2farchive%2f2008%2f08%2f28%2fgetting-started-with-jquery-qunit-for-client-side-javascript-testing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Getting_Started_With_jQuery_QUnit_for_Client_Side_Javascript_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Getting_Started_With_jQuery_QUnit_for_Client_Side_Javascript_Testing</guid>
      <pubDate>Fri, 29 Aug 2008 15:52:00 GMT</pubDate>
    </item>
    <item>
      <title>Unused code is the worst of the 7 Wastes of Software</title>
      <description>Today I was having another round of conversations with a buddy of mine about the concept of waste and unused code.

In agile there is a concept called YAGNI (You Ain't Gonna Need It) that basically states that you should not add code that is not immediately needed as it is waste. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f08%2f06%2funused-code-is-the-worst-of-the-7-wastes-of-software.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f08%2f06%2funused-code-is-the-worst-of-the-7-wastes-of-software.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Unused_code_is_the_worst_of_the_7_Wastes_of_Software</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Unused_code_is_the_worst_of_the_7_Wastes_of_Software</guid>
      <pubDate>Thu, 07 Aug 2008 15:14:07 GMT</pubDate>
    </item>
    <item>
      <title>Building a WPF Application: Part 1</title>
      <description>The first in a series on building a FriendFeed client in WPF using TDD, MVP, DI, etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f22%2fbuilding-a-wpf-application-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f22%2fbuilding-a-wpf-application-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Building_a_WPF_Application_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Building_a_WPF_Application_Part_1</guid>
      <pubDate>Tue, 22 Jul 2008 23:56:39 GMT</pubDate>
    </item>
    <item>
      <title>Ward's Wiki is still a great resource from Jeremy D. Miller</title>
      <description>From Jeremy Miller.. This is fantastic and this information is so utterly vital to success and optimization for teams. It  kills me most fail to leverage the real benefit of 'speaking in patterns' at a mastery level where it is understood that the conceptual OO design is easy and trivial compared with changing your culture. Yet once it happens an entire cascade of changes often happen I have noticed which drives tems to obvious places in domain-driven 'ubiquitous language'. 

Damon &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f07%2f19%2fward-s-wiki-is-still-a-great-resource.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f07%2f19%2fward-s-wiki-is-still-a-great-resource.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Ward_s_Wiki_is_still_a_great_resource_from_Jeremy_D_Miller</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Ward_s_Wiki_is_still_a_great_resource_from_Jeremy_D_Miller</guid>
      <pubDate>Sun, 20 Jul 2008 03:10:53 GMT</pubDate>
    </item>
    <item>
      <title>Using Lambdas to get at properties</title>
      <description>A short description of how I used lambdas to set properties when I needed a little validation to go along with it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f16%2fusing-lambdas-to-get-at-properties.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f16%2fusing-lambdas-to-get-at-properties.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Using_Lambdas_to_get_at_properties</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Using_Lambdas_to_get_at_properties</guid>
      <pubDate>Thu, 17 Jul 2008 00:50:27 GMT</pubDate>
    </item>
    <item>
      <title>NDepend: code metrics at your service</title>
      <description>If you ever wrote code for a non-trivial project chances are that from time to time you stop an think: &amp;quot;I don't know, but I have the feeling that the code is not really clean/too complex/[insert adjective here that makes you feel bad about your code]&amp;quot;. Chances are even that you did not had these thoughts - but your source code indeed was not really clean, too complex or what not. While the latter situation is certainly the worse of the two, both situation make clear that we need means to quantify the quality of our code. NDepend is an excellent tool that can be used to generate those metrics &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f07%2f08%2fNDepend-code-metrics-at-your-service.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f07%2f08%2fNDepend-code-metrics-at-your-service.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/NDepend_code_metrics_at_your_service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/NDepend_code_metrics_at_your_service</guid>
      <pubDate>Wed, 09 Jul 2008 18:31:08 GMT</pubDate>
    </item>
    <item>
      <title>.NET Developers' Reference Card Round-Up</title>
      <description>I thought I would share this list of reference cards / cheat sheets that I have compiled over the last year or so. If I am missing any good ones, please post them in the comments. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f07%2f07%2fnet-developers-reference-card-roundup%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alvinashcraft.com%2f2008%2f07%2f07%2fnet-developers-reference-card-roundup%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/NET_Developers_Reference_Card_Round_Up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/NET_Developers_Reference_Card_Round_Up</guid>
      <pubDate>Tue, 08 Jul 2008 03:31:09 GMT</pubDate>
    </item>
    <item>
      <title>TemplateBinding: a bridge between styles and templates</title>
      <description>How I use control templates and styles when creating a custom look for an application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f04%2ftemplatebinding-a-bridge-between-styles-and-templates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicious.com%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f07%2f04%2ftemplatebinding-a-bridge-between-styles-and-templates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/TemplateBinding_a_bridge_between_styles_and_templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/TemplateBinding_a_bridge_between_styles_and_templates</guid>
      <pubDate>Fri, 04 Jul 2008 04:31:56 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft cracking down on community extensions</title>
      <description>Microsoft released a tool called Microsoft Source Analyzer, or StyleCop.  It analyzes source code for standards violations.  It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration.  So the community dug in and figured out how to do these things and now MS is firing off license-violation emails.  Don't they get it?  The community wants to use the product, but it's too limited ... these extensions help make it better. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2flovethedot.blogspot.com%2f2008%2f07%2fcome-on-microsoft-isnt-this-little.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2flovethedot.blogspot.com%2f2008%2f07%2fcome-on-microsoft-isnt-this-little.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Microsoft_cracking_down_on_community_extensions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Microsoft_cracking_down_on_community_extensions</guid>
      <pubDate>Thu, 03 Jul 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Little nugget of simplification when loading an XDocument </title>
      <description>Simplification when loading an XDocument  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f07%2f02%2flittle-nugget-of-simplification-when-loading-an-xdocument.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f07%2f02%2flittle-nugget-of-simplification-when-loading-an-xdocument.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Little_nugget_of_simplification_when_loading_an_XDocument</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Little_nugget_of_simplification_when_loading_an_XDocument</guid>
      <pubDate>Thu, 03 Jul 2008 12:50:11 GMT</pubDate>
    </item>
    <item>
      <title> Styling Separators in WPF </title>
      <description>A brief outline on how to style separators for menus and toolbars in WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f06%2f19%2fstyling-separators-in-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f06%2f19%2fstyling-separators-in-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Styling_Separators_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Styling_Separators_in_WPF</guid>
      <pubDate>Mon, 30 Jun 2008 14:47:16 GMT</pubDate>
    </item>
    <item>
      <title>Contrasting Control Templates &amp;amp; Styles in WPF </title>
      <description>An introduction and some musing on the differences between Control Templates and Styles in WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f06%2f27%2fcontrasting-control-templates-amp-styles-in-wpf.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fchristopher_bennage%2farchive%2f2008%2f06%2f27%2fcontrasting-control-templates-amp-styles-in-wpf.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Contrasting_Control_Templates_Styles_in_WPF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Contrasting_Control_Templates_Styles_in_WPF</guid>
      <pubDate>Mon, 30 Jun 2008 14:39:10 GMT</pubDate>
    </item>
    <item>
      <title>donjon - an agile project management web app</title>
      <description>From hammet - the man behind the castle project
&amp;quot;Our first goal is to make an agile project management web app. Why? We are not happy with the apps we have been using. They clearly are clueless regarding usability, and the pricing is unreasonable - not to mention the drug dealer selling model. The one that has a very decent UI is just not flexible. Also, I'm not a total fan of SaaS model, so I'd rather host my and my clients projects and important data.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhammett.castleproject.org%2f%3fp%3d303"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhammett.castleproject.org%2f%3fp%3d303" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/donjon_an_agile_project_management_web_app</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/donjon_an_agile_project_management_web_app</guid>
      <pubDate>Thu, 03 Jul 2008 23:01:02 GMT</pubDate>
    </item>
    <item>
      <title>The criticism of the Entity Framework - not just around DDD</title>
      <description>Describing the historical context for the criticism for EF&amp;gt;. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f06%2f26%2fthe-criticism-of-the-entity-framework-is-not-just-around-domain-driven-design.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fian_cooper%2farchive%2f2008%2f06%2f26%2fthe-criticism-of-the-entity-framework-is-not-just-around-domain-driven-design.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/The_criticism_of_the_Entity_Framework_not_just_around_DDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/The_criticism_of_the_Entity_Framework_not_just_around_DDD</guid>
      <pubDate>Thu, 26 Jun 2008 17:01:10 GMT</pubDate>
    </item>
    <item>
      <title>Caliburn Feature Profile</title>
      <description>Rob puts together a list of Caliburn's currently supported features. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f05%2f27%2fcaliburn-feature-profile.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f05%2f27%2fcaliburn-feature-profile.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Caliburn_Feature_Profile</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Caliburn_Feature_Profile</guid>
      <pubDate>Thu, 29 May 2008 18:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Good Development Practices - Basic Reading List</title>
      <description>Casey lists a set of essential books. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicious.com%2fblogs%2fcasey%2farchive%2f2008%2f05%2f19%2fgood-development-practices-basic-reading-list.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicious.com%2fblogs%2fcasey%2farchive%2f2008%2f05%2f19%2fgood-development-practices-basic-reading-list.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Good_Development_Practices_Basic_Reading_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Good_Development_Practices_Basic_Reading_List</guid>
      <pubDate>Mon, 19 May 2008 13:19:59 GMT</pubDate>
    </item>
    <item>
      <title>Why use EF</title>
      <description>What does EF do to you? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f05%2f18%2fwhy-ef.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f05%2f18%2fwhy-ef.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Why_use_EF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Why_use_EF</guid>
      <pubDate>Sun, 18 May 2008 22:23:42 GMT</pubDate>
    </item>
    <item>
      <title>Caliburn and Prism</title>
      <description>Rob discusses the relationship between the Caliburn project and Prism. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f28%2fcaliburn-and-prism.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f28%2fcaliburn-and-prism.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Caliburn_and_Prism</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Caliburn_and_Prism</guid>
      <pubDate>Mon, 28 Apr 2008 20:57:47 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate 2.0 Supa' Layer</title>
      <description>Essentially I wanted a way to make queries work better within the context of a Domain Driven Design approach.  I'm a big believer in Persistence Ignorance, so this means that I had to find a way to represent queries in a provider independent way.   LINQ does this for me, mostly, but I still need a 'syntactically pleasing' way to get the LINQ provider to the query at runtime.  Well, it turns out that doing this is pretty easy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f03%2fmy-nhibernate-2-0-supa-layer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2frob_eisenberg%2farchive%2f2008%2f04%2f03%2fmy-nhibernate-2-0-supa-layer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/NHibernate_2_0_Supa_Layer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/NHibernate_2_0_Supa_Layer</guid>
      <pubDate>Thu, 03 Apr 2008 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>LINQifying - getting rid of CollectionBase?</title>
      <description>If you're sitting on some old types that implement CollectionBase you might find that they don't directly work with LINQ. Here's how you can make these types work with LINQ. &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%2f291161.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.west-wind.com%2fweblog%2fposts%2f291161.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/LINQifying_getting_rid_of_CollectionBase</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/LINQifying_getting_rid_of_CollectionBase</guid>
      <pubDate>Wed, 26 Mar 2008 08:58:42 GMT</pubDate>
    </item>
    <item>
      <title>PTOM: The Open Closed Principle</title>
      <description>Covers the open closed principle of Object Oriented Design. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoe_ocampo%2farchive%2f2008%2f03%2f21%2fptom-the-open-closed-principle.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.lostechies.com%2fblogs%2fjoe_ocampo%2farchive%2f2008%2f03%2f21%2fptom-the-open-closed-principle.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/PTOM_The_Open_Closed_Principle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/PTOM_The_Open_Closed_Principle</guid>
      <pubDate>Tue, 25 Mar 2008 19:50:19 GMT</pubDate>
    </item>
  </channel>
</rss>