<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by NotMyself</title>
    <description>Stories kicked by NotMyself</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>Fast Add Reference Dialog for VS 2010</title>
      <description>I have spent a couple of days on implementing a fast add reference dialog box for Visual Studio. The time of adding a reference has been a great time to have some coffee, to have lunch, or even a way to save economy (remember, developer time costs money!). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f06%2f18%2fvs-addin-fast-add-reference-dialog-no-more-coffee-break.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2ftuna_toksoz%2farchive%2f2009%2f06%2f18%2fvs-addin-fast-add-reference-dialog-no-more-coffee-break.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Fast_Add_Reference_Dialog_for_VS_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Fast_Add_Reference_Dialog_for_VS_2010</guid>
      <pubDate>Fri, 19 Jun 2009 07:00:00 GMT</pubDate>
    </item>
    <item>
      <title>NBuilder website launched - Rapid generation of test objects for .NET</title>
      <description>NBuilder now has a website which will serve as the home for all its documentation.

http://nbuilder.org

About NBuilder -

Through a fluent, extensible interface, NBuilder allows you to rapidly create test data, automatically assigning values to properties and public fields that are of type of the built in .NET data types (e.g. ints and strings). NBuilder allows you to override for properties you are interested in using lambda expressions.

Example usage:

Builder&amp;lt;Product&amp;gt;
   .CreateListOfSize(10)
   .WhereTheFirst(2)
       .Have(x =&amp;gt; x.Title = &amp;quot;special title&amp;quot;)
       .And(x =&amp;gt; x.Price = 15.24m)
   .Build();

NBuilder is an open source project, hosted on google code.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnbuilder.org%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnbuilder.org%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/NBuilder_website_launched_Rapid_generation_of_test_objects_for_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/NBuilder_website_launched_Rapid_generation_of_test_objects_for_NET</guid>
      <pubDate>Mon, 15 Jun 2009 11:23:07 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With Selenium For ASP.NET Developers</title>
      <description>During the Olympia Software Craftsmanship Workshop last weekend, Jeff Olsen (@olsonjeffery) demonstrated the use of the web testing framework Selenium. I was really impressed with the Selenium IDE and how easy it was to use in Firefox. One of the menu items of the IDE is to export a test as C#. I wanted to find out exactly what it takes for a .NET developer to get started using Selenium. This post is intended to help others get started. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iamnotmyself.com%2f2009%2f06%2f10%2fGettingStartedWithSeleniumForASPNETDevelopers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iamnotmyself.com%2f2009%2f06%2f10%2fGettingStartedWithSeleniumForASPNETDevelopers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Getting_Started_With_Selenium_For_ASP_NET_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Getting_Started_With_Selenium_For_ASP_NET_Developers</guid>
      <pubDate>Fri, 12 Jun 2009 16:23:21 GMT</pubDate>
    </item>
    <item>
      <title>Announcing the Olympia Software Craftsmanship Workshop</title>
      <description>You're at work and you catch yourself writing another 100 line method that you can't test and really can't even understand. You scour the internet for ideas but there are so many ideas. Some say don't test, others says don't test anything, still others say test every keystroke! You just let your head drop to your desk with a solid thud. You think to yourself, "Is this really the best I can do?" &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2felegantcode.com%2f2009%2f05%2f05%2fannouncing-olympia-software-craftsmanship-workshop%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2felegantcode.com%2f2009%2f05%2f05%2fannouncing-olympia-software-craftsmanship-workshop%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/Announcing_the_Olympia_Software_Craftsmanship_Workshop</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/Announcing_the_Olympia_Software_Craftsmanship_Workshop</guid>
      <pubDate>Thu, 07 May 2009 23:03:18 GMT</pubDate>
    </item>
    <item>
      <title>How To Be Awesome: Enforcing ToDos With Specification Tests</title>
      <description>Using specification tests to document bugs in the system and flag hacks in the code to get around the bugs. The hope being that when the bug is fixed, a test will fail and you know where to go to remove all your nasty hacks. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.IAmNotMyself.com%2f2009%2f04%2f24%2fHowToBeAwesomeEnforcingToDosWithSpecificationTests.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.IAmNotMyself.com%2f2009%2f04%2f24%2fHowToBeAwesomeEnforcingToDosWithSpecificationTests.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/How_To_Be_Awesome_Enforcing_ToDos_With_Specification_Tests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/How_To_Be_Awesome_Enforcing_ToDos_With_Specification_Tests</guid>
      <pubDate>Sun, 26 Apr 2009 05:30:20 GMT</pubDate>
    </item>
    <item>
      <title>Alt.Net Podcast Episode 17: The State of Alt.Net</title>
      <description>Mike Moore talks with Scott Bellware about the state of Alt.Net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f17-the-state-of-alt-net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f17-the-state-of-alt-net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Alt_Net_Podcast_Episode_17_The_State_of_Alt_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Alt_Net_Podcast_Episode_17_The_State_of_Alt_Net</guid>
      <pubDate>Sat, 07 Mar 2009 22:01:04 GMT</pubDate>
    </item>
    <item>
      <title>ALT.NET Podcast 14: Object Databases</title>
      <description>Rob Conery and James Avery discuss object databases.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f14-object-databases"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f14-object-databases" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/ALT_NET_Podcast_14_Object_Databases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/ALT_NET_Podcast_14_Object_Databases</guid>
      <pubDate>Sun, 11 Jan 2009 00:16:10 GMT</pubDate>
    </item>
    <item>
      <title>A Challenge to the VB.Net Community at Large on OSS</title>
      <description>Title pretty much says it... &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%2f2009%2f01%2f07%2fa-challenge-to-the-vb-net-community-at-large-on-oss.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2009%2f01%2f07%2fa-challenge-to-the-vb-net-community-at-large-on-oss.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/A_Challenge_to_the_VB_Net_Community_at_Large_on_OSS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/A_Challenge_to_the_VB_Net_Community_at_Large_on_OSS</guid>
      <pubDate>Fri, 09 Jan 2009 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>ALT.NET Seattle 2009 is Happening</title>
      <description>If you attended ALT.NET Seattle least year, you might be wondering whether or not it's happening this year. I am excited to announce that we are actually going to host an ALT.NET Seattle conference this year. 

What: ALT.NET Seattle 2009. (The site is still being worked on. Thanks to Justin Bonozier and Shoshanah Bain for getting the site up). 
Where: Digipen (thanks to Jeff Tucker for lining up the space) 
When: Evening February 27th through March 1st. 
Registration: Opens this tuesday evening at 6PM. We're holding on registration to allow the word to spread. There will be a max of 150 attendees. Check the wiki on Tuesday for details. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fglenn.block%2farchive%2f2009%2f01%2f02%2falt-net-seattle-2009-is-happening.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fglenn.block%2farchive%2f2009%2f01%2f02%2falt-net-seattle-2009-is-happening.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/ALT_NET_Seattle_2009_is_Happening</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/ALT_NET_Seattle_2009_is_Happening</guid>
      <pubDate>Sat, 03 Jan 2009 01:02:17 GMT</pubDate>
    </item>
    <item>
      <title>16 steps to write flexible business validation in C# using validation </title>
      <description>Validation is one of the most important parts in any software project. Building flexible business validation is every one's dream. Rather than writing frameworks from scratch to do these things, Microsoft validation blocks makes it a breeze. In this article we will discuss how validation application blocks help us to build flexible validations using validation application blocks. Its just a simple sixteen step process to put our business validation in action using validation blocks.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle147.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle147.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/16_steps_to_write_flexible_business_validation_in_C_using_validation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/16_steps_to_write_flexible_business_validation_in_C_using_validation</guid>
      <pubDate>Tue, 30 Sep 2008 22:51:30 GMT</pubDate>
    </item>
    <item>
      <title>Dear Alt.Net Developers:  Stop blaming Microsoft and WebForms for crea</title>
      <description>I am responsible for every website I create.  If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn't render well in all browsers, that is my fault.  I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework.  Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2008%2f08%2f29%2fDear-AltNet-Developers-Stop-blaming-Microsoft-and-WebForms-for-creating-bad-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2008%2f08%2f29%2fDear-AltNet-Developers-Stop-blaming-Microsoft-and-WebForms-for-creating-bad-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dear_Alt_Net_Developers_Stop_blaming_Microsoft_and_WebForms_for_crea</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dear_Alt_Net_Developers_Stop_blaming_Microsoft_and_WebForms_for_crea</guid>
      <pubDate>Fri, 29 Aug 2008 22:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 Things That Annoy Programmers</title>
      <description>Programmers all have their personal pet peeves.  Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work.  The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fTop-10-Things-That-Annoy-Programmers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kevinwilliampang.com%2fpost%2fTop-10-Things-That-Annoy-Programmers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Top_10_Things_That_Annoy_Programmers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Top_10_Things_That_Annoy_Programmers</guid>
      <pubDate>Fri, 29 Aug 2008 04:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Dear Asp.Net Developers: Stop Making Our Technology Look Bad</title>
      <description>Have you ever tried to use one browser and one browser only? This article outlines how impossible it can be even in 2008 to do.  There are countless public facing Asp.Net web sites that require Internet Explorer.  The perception and impact this has on the non Asp.Net community is something developers need to think about.  It is an interesting read that provides a lot of insight into the problem and some ways to fix it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkeithelder.net%2fblog%2farchive%2f2008%2f08%2f28%2fDear-Asp.Net-Developers-Stop-Making-Our-Technology-Look-Bad.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkeithelder.net%2fblog%2farchive%2f2008%2f08%2f28%2fDear-Asp.Net-Developers-Stop-Making-Our-Technology-Look-Bad.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Dear_Asp_Net_Developers_Stop_Making_Our_Technology_Look_Bad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Dear_Asp_Net_Developers_Stop_Making_Our_Technology_Look_Bad</guid>
      <pubDate>Fri, 29 Aug 2008 04:01:11 GMT</pubDate>
    </item>
    <item>
      <title> No GoLive required to use ASP.NET MVC in production</title>
      <description>ASP.NET MVC EULA allows its usage in live operating environment, so it can be used in production &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f08%2f22%2fno-golive-required-to-use-asp.net-mvc-in-production.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f08%2f22%2fno-golive-required-to-use-asp.net-mvc-in-production.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/No_GoLive_required_to_use_ASP_NET_MVC_in_production</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/No_GoLive_required_to_use_ASP_NET_MVC_in_production</guid>
      <pubDate>Fri, 22 Aug 2008 23:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Convenience Kills, or the Case Against RAD Tools</title>
      <description>A rather heated discussion erupted last week on Twitter and IRC concerning so-called "drag-and-drop demos" - point-and-click demonstrations of "software development" that just involve dragging controls around on a graphical designer without a lot of actual coding involved. Being entirely unable to resist joining in on debates, I had to chime in and give my two cents. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkohari.org%2f2008%2f08%2f18%2fconvenience-kills%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkohari.org%2f2008%2f08%2f18%2fconvenience-kills%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Convenience_Kills_or_the_Case_Against_RAD_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Convenience_Kills_or_the_Case_Against_RAD_Tools</guid>
      <pubDate>Tue, 19 Aug 2008 02:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Automagic Tooling and the Dumbing-Down of Developers</title>
      <description>Summer of NHibernate's Stephen Bohlen discusses the primary difference between software automation tools and the developers who use them. The post is a nice corollary to the recently popular &amp;quot;Why I am Unimpressed with Rawness of Skillz&amp;quot; post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2funhandled-exceptions.com%2fblog%2findex.php%2f2008%2f08%2f10%2fautomagic-tooling-and-the-dumbing-down-of-developers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2funhandled-exceptions.com%2fblog%2findex.php%2f2008%2f08%2f10%2fautomagic-tooling-and-the-dumbing-down-of-developers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Automagic_Tooling_and_the_Dumbing_Down_of_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Automagic_Tooling_and_the_Dumbing_Down_of_Developers</guid>
      <pubDate>Mon, 11 Aug 2008 01:02:16 GMT</pubDate>
    </item>
    <item>
      <title>Fluent NHibernate and those sweet LINQ repositories</title>
      <description>Hidden gems in this cool open source library. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tobinharris.com%2f2008%2f8%2f9%2ffluent-nhibernate-and-those-sweet-linq-repositories"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tobinharris.com%2f2008%2f8%2f9%2ffluent-nhibernate-and-those-sweet-linq-repositories" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Fluent_NHibernate_and_those_sweet_LINQ_repositories</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Fluent_NHibernate_and_those_sweet_LINQ_repositories</guid>
      <pubDate>Mon, 11 Aug 2008 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Fluent NHibernate</title>
      <description>I've adopted a project from Jeremy Miller that I think has the potential to be a really useful tool. It's called Fluent NHibernate, and it's primarily a fluent API for mapping classes with NHibernate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jagregory.com%2f2008%2f08%2f08%2fintroducing-fluent-nhibernate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jagregory.com%2f2008%2f08%2f08%2fintroducing-fluent-nhibernate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Introducing_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Introducing_Fluent_NHibernate</guid>
      <pubDate>Sat, 09 Aug 2008 01:16:47 GMT</pubDate>
    </item>
    <item>
      <title>Skinning the Cat with Fluent NHibernate</title>
      <description>As you may have noticed, I have become interested in the concept of Object Relational Mapping and the NHibernate framework. One of the more painful/tedious aspects of using NHibernate is hand writing the xml mapping files. That is why I got excited when I heard that Jeremy Miller was open sourcing his mapping generation libraries.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f08%2f07%2fSkinningTheCatWithFluentNHibernate.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.iamnotmyself.com%2f2008%2f08%2f07%2fSkinningTheCatWithFluentNHibernate.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Skinning_the_Cat_with_Fluent_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Skinning_the_Cat_with_Fluent_NHibernate</guid>
      <pubDate>Fri, 08 Aug 2008 07:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Specification Pattern and Lambdas</title>
      <description>While working on my current project I decided that I had a need to use the Specification Pattern . After finding a clean implementation by Jeff Perrin I set to work creating the specifications that I needed. I quickly realized that we were going to end up having a ton of specifications and sometimes they would only apply to very special cases. Other times they would be very broad cases and they needed to be even more composable than even the fluid interface implemented in Jeff's implementation wasn't going to be enough. It after all still required me to create a concrete implementation for each specification, no matter how minuscule it might be.

This is the part where I thought to my self that since i was really only creating implementations for a single method that I could just write a LambdaSpecification and be able to use this for all the special cases I had.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fang3lfir3.wordpress.com%2f2008%2f07%2f28%2fspecification-pattern-and-lambdas%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fang3lfir3.wordpress.com%2f2008%2f07%2f28%2fspecification-pattern-and-lambdas%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Specification_Pattern_and_Lambdas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Specification_Pattern_and_Lambdas</guid>
      <pubDate>Wed, 30 Jul 2008 01:46:03 GMT</pubDate>
    </item>
    <item>
      <title>jQuery for ASP.NET MVC unleashed!</title>
      <description>jQuery plugins for the ASP.NET MVC framework &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%2ce55bfb55-ac10-48db-98a4-d28343e0f98a.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.goeran.no%2fPermaLink%2cguid%2ce55bfb55-ac10-48db-98a4-d28343e0f98a.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/jQuery_for_ASP_NET_MVC_unleashed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/jQuery_for_ASP_NET_MVC_unleashed</guid>
      <pubDate>Sat, 26 Jul 2008 01:46:05 GMT</pubDate>
    </item>
    <item>
      <title>nHibernate performance against stored procedures</title>
      <description>A 5 part blogpost about the performance of a select statement done with ADO.Net using inline sql, and stored procedures (even some dynamic sql) and then nHibernate to get the same results. But this one has an alternate ending.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDesktopDev%2fMSTech%2fnhibernate-performance-against-stored-pr"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.lessthandot.com%2findex.php%2fDesktopDev%2fMSTech%2fnhibernate-performance-against-stored-pr" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/nHibernate_performance_against_stored_procedures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/nHibernate_performance_against_stored_procedures</guid>
      <pubDate>Fri, 25 Jul 2008 22:01:15 GMT</pubDate>
    </item>
    <item>
      <title>Some best practices for NHibernate by Ayende</title>
      <description>A few hours ago I completed a code review of an application using NHibernate. This is not the first time I am doing such a thing, of course, and I noticed that there are quite a few areas where I tend to have comments in such code reviews.

The following is based on several such code bases that I went through, and contains a partial list of things that you need to watch for. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f07%2f24%2fHow-to-review-NHibernate-application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f07%2f24%2fHow-to-review-NHibernate-application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Some_best_practices_for_NHibernate_by_Ayende</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Some_best_practices_for_NHibernate_by_Ayende</guid>
      <pubDate>Sat, 26 Jul 2008 01:01:11 GMT</pubDate>
    </item>
    <item>
      <title>What a C# Coder Should Know Before They Write VB </title>
      <description>&amp;quot;I just had an e-mail exchange with someone looking for a VB lead in Colorado Springs. I think they are going to have trouble filling it with an existing VB expert, and it occurred to me that someone who had led a successful VB 6 -&amp;gt; C# project could fit the bill, if they knew some key things about VB. I told the recruiter I thought the right person with a C# background and the right (respectful) attitude could be a good fit with two weeks work.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fkathleen%2farchive%2f2008%2f07%2f19%2fwhat-a-c-coder-should-know-before-they-write-vb.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fkathleen%2farchive%2f2008%2f07%2f19%2fwhat-a-c-coder-should-know-before-they-write-vb.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/What_a_C_Coder_Should_Know_Before_They_Write_VB</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/What_a_C_Coder_Should_Know_Before_They_Write_VB</guid>
      <pubDate>Thu, 24 Jul 2008 02:31:12 GMT</pubDate>
    </item>
    <item>
      <title>MVC Storefront Part 17: Checkout With Jeff Atwood</title>
      <description>Checkout With Jeff Atwood &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fmvc-storefront%2fmvcstore-part-17%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fmvc-storefront%2fmvcstore-part-17%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/MVC_Storefront_Part_17_Checkout_With_Jeff_Atwood</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/MVC_Storefront_Part_17_Checkout_With_Jeff_Atwood</guid>
      <pubDate>Fri, 18 Jul 2008 04:01:04 GMT</pubDate>
    </item>
  </channel>
</rss>