<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by terrble</title>
    <description>Stories kicked by terrble</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>SubControllers in ASP.NET MVC</title>
      <description>I should have known something was up when I caught Jeffrey Palermo browsing the ASP.NET MVC Preview 5 source.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmhinze.com%2fsubcontrollers-in-aspnet-mvc%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmhinze.com%2fsubcontrollers-in-aspnet-mvc%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubControllers_in_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubControllers_in_ASP_NET_MVC</guid>
      <pubDate>Thu, 18 Sep 2008 18:41:49 GMT</pubDate>
    </item>
    <item>
      <title>Subversion Support Comes to CodePlex. Sorta'</title>
      <description>A little publicized feature lets you use Subversion to access project hosted on CodePlex - without the need to run SvnBridge locally! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f09%2f09%2fsubversion-support-on-codeplex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f09%2f09%2fsubversion-support-on-codeplex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Subversion_Support_Comes_to_CodePlex_Sorta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Subversion_Support_Comes_to_CodePlex_Sorta</guid>
      <pubDate>Wed, 10 Sep 2008 08:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Four Ways to Test Expected Exceptions</title>
      <description>For new applications, I recommend you set aside ExpectedException and use either Assert.Throws or Throws.Exception. That way, what you are testing is clearly stated right in the code, for everyone to see. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnunit.com%2fblogs%2f%3fp%3d63"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnunit.com%2fblogs%2f%3fp%3d63" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Four_Ways_to_Test_Expected_Exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Four_Ways_to_Test_Expected_Exceptions</guid>
      <pubDate>Sat, 02 Aug 2008 02:39:00 GMT</pubDate>
    </item>
    <item>
      <title>Partitioning an ASP.NET MVC application into separate &amp;quot;Areas&amp;quot;</title>
      <description>A missing feature of ASP.NET MVC: separating controllers in different areas and namespaces. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.codeville.net%2f2008%2f07%2f30%2fpartitioning-an-aspnet-mvc-application-into-separate-areas%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.codeville.net%2f2008%2f07%2f30%2fpartitioning-an-aspnet-mvc-application-into-separate-areas%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Partitioning_an_ASP_NET_MVC_application_into_separate_Areas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Partitioning_an_ASP_NET_MVC_application_into_separate_Areas</guid>
      <pubDate>Thu, 31 Jul 2008 21:31:10 GMT</pubDate>
    </item>
    <item>
      <title>The Onion Architecture : part 2</title>
      <description>If you are looking for a full, working application as an example, please have a look. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fthe-onion-architecture-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fthe-onion-architecture-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/The_Onion_Architecture_part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/The_Onion_Architecture_part_2</guid>
      <pubDate>Wed, 30 Jul 2008 13:50:43 GMT</pubDate>
    </item>
    <item>
      <title>Diving Deeper into Ninject -- Contextual Binding</title>
      <description>Short screencasts about diving deeper into Ninject with Contextual Binding. &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%2f30"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f30" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Diving_Deeper_into_Ninject_Contextual_Binding</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Diving_Deeper_into_Ninject_Contextual_Binding</guid>
      <pubDate>Wed, 30 Jul 2008 14:01:18 GMT</pubDate>
    </item>
    <item>
      <title>The Onion Architecture</title>
      <description>The fundamental rule is that all code can depend on layers more central, but code cannot depend on layers further out from the core.  This architecture is unashamedly biased toward object-oriented programming, and it puts objects before all others. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fthe-onion-architecture-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeffreypalermo.com%2fblog%2fthe-onion-architecture-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/The_Onion_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/The_Onion_Architecture</guid>
      <pubDate>Tue, 29 Jul 2008 16:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Setting up a Project in Subversion (Svn)</title>
      <description>Short screencasts on how to set up a Project in Subversion (Svn).   &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%2f29"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f29" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Setting_up_a_Project_in_Subversion_Svn</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Setting_up_a_Project_in_Subversion_Svn</guid>
      <pubDate>Tue, 29 Jul 2008 12:31: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>Tue, 29 Jul 2008 17:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Phil Haack: Unit Test Boundaries </title>
      <description>One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f07%2f22%2funit-test-boundaries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2008%2f07%2f22%2funit-test-boundaries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Phil_Haack_Unit_Test_Boundaries</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Phil_Haack_Unit_Test_Boundaries</guid>
      <pubDate>Thu, 24 Jul 2008 15:31:09 GMT</pubDate>
    </item>
    <item>
      <title>Introduction on how to use Reflector</title>
      <description>In this episode we will walk you though how to use the .Net tool Reflector.

Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL. &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%2f28"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f28" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Introduction_on_how_to_use_Reflector</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Introduction_on_how_to_use_Reflector</guid>
      <pubDate>Thu, 24 Jul 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Summer of NHibernate Screencast Series</title>
      <description>A collection of screencasts demonstrating and teaching NHibernate, the ORM.  Non linkjacked. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsummerofnhibernate.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsummerofnhibernate.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Summer_of_NHibernate_Screencast_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Summer_of_NHibernate_Screencast_Series</guid>
      <pubDate>Wed, 23 Jul 2008 09:54:28 GMT</pubDate>
    </item>
    <item>
      <title>Linq to NHibernate in 10 minutes</title>
      <description>If you are curious about Linq to NHibernate and want to quickly check it out, here is an easy way to do it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmhinze.com%2flinq-to-nhibernate-in-10-minutes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmhinze.com%2flinq-to-nhibernate-in-10-minutes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_NHibernate_in_10_minutes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_NHibernate_in_10_minutes</guid>
      <pubDate>Tue, 22 Jul 2008 17:53:16 GMT</pubDate>
    </item>
    <item>
      <title>Functional C#</title>
      <description>This is a set of libraries to demonstrate functional programming aspects as implemented in C#. This is not to imply that C# is a functional language, but can implement some of the aspects of it. This project is to demonstrate some of those techniques  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.msdn.microsoft.com%2fFunctionalCSharp%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.msdn.microsoft.com%2fFunctionalCSharp%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Functional_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Functional_C</guid>
      <pubDate>Tue, 22 Jul 2008 17:52:10 GMT</pubDate>
    </item>
    <item>
      <title>Dynamically Composing Expression Predicates</title>
      <description>Of all the things that will drive you to manually constructing expression trees, the need for dynamic predicates is the most common in a typical business application. Fortunately, it's possible to write a set of simple and reusable extension methods that radically simplify this task. This is the role of our PredicateBuilder class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.albahari.com%2fnutshell%2fpredicatebuilder.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.albahari.com%2fnutshell%2fpredicatebuilder.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Dynamically_Composing_Expression_Predicates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Dynamically_Composing_Expression_Predicates</guid>
      <pubDate>Tue, 22 Jul 2008 17:51:22 GMT</pubDate>
    </item>
    <item>
      <title>Is Managed Code Slower Than Unmanaged Code?</title>
      <description>Ask anyone the question above and they will say that managed is slower than unmanaged code. Are they right? No they are not. The problem is that when most people think of .NET they think of other frameworks with a runtime, like Java or Visual Basic; or they may even think about interpreters. They do not think about applications, or what they do; they do not think about limiting factors like network or disk access; in short, they do not think. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.grimes.demon.co.uk%2fdotnet%2fman_unman.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.grimes.demon.co.uk%2fdotnet%2fman_unman.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Is_Managed_Code_Slower_Than_Unmanaged_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Is_Managed_Code_Slower_Than_Unmanaged_Code</guid>
      <pubDate>Wed, 23 Jul 2008 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Deep Fried DDD</title>
      <description>Dave Laribee joins the Deep Fried Bytes guys for a DDD discussion in episode 6. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid_laribee%2farchive%2f2008%2f07%2f16%2fdeep-fried-ddd.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fdavid_laribee%2farchive%2f2008%2f07%2f16%2fdeep-fried-ddd.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Deep_Fried_DDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Deep_Fried_DDD</guid>
      <pubDate>Tue, 22 Jul 2008 16:31:01 GMT</pubDate>
    </item>
    <item>
      <title>ALT.NET Podcast 8 - EF Vote of No Confidence (part 2 of Episode 7)</title>
      <description>In this episode Jeremy Miller and Ward Bell (from IdeaBlade) discuss the Vote of No Confidence on Microsoft's Entity Framework and what it means for the Alt.NET and .NET communities &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f8-vote-of-no-confidence"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faltnetpodcast.com%2fepisodes%2f8-vote-of-no-confidence" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/ALT_NET_Podcast_8_EF_Vote_of_No_Confidence_part_2_of_Episode_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/ALT_NET_Podcast_8_EF_Vote_of_No_Confidence_part_2_of_Episode_7</guid>
      <pubDate>Tue, 22 Jul 2008 18:31:06 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX 4.0 CodePlex Preview 1 available</title>
      <description>I'm very happy to announce that the first preview for the new Ajax features in ASP.NET just went live. Thanks to everyone who made that happen and thanks to all of you for providing feedback on the Roadmap.

This preview contains preview implementations for the following features:

Client-side template rendering 
Declarative instantiation of behaviors and controls 
DataView control 
Markup extensions 
Bindings  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbleroy%2farchive%2f2008%2f07%2f21%2fasp-net-ajax-4-0-codeplex-preview-1-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbleroy%2farchive%2f2008%2f07%2f21%2fasp-net-ajax-4-0-codeplex-preview-1-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_CodePlex_Preview_1_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_4_0_CodePlex_Preview_1_available</guid>
      <pubDate>Tue, 22 Jul 2008 21:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Learning To Drive a Stick Shift</title>
      <description>Ruby. Java. C#. VB.NET. And yes, even Haskell. Whatever you program in: C++ will make you better at it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codingthewheel.com%2farchives%2flearning-to-drive-a-stick-shift"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codingthewheel.com%2farchives%2flearning-to-drive-a-stick-shift" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/cplusplus/Learning_To_Drive_a_Stick_Shift</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/cplusplus/Learning_To_Drive_a_Stick_Shift</guid>
      <pubDate>Mon, 21 Jul 2008 11:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Ward's Wiki</title>
      <description>The original wiki with a ton of software design and methodology related information.  Non linkjacked. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fc2.com%2fcgi%2fwiki%3fWikiWikiWeb"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fc2.com%2fcgi%2fwiki%3fWikiWikiWeb" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Ward_s_Wiki</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Ward_s_Wiki</guid>
      <pubDate>Sun, 20 Jul 2008 17:15:26 GMT</pubDate>
    </item>
    <item>
      <title>LINQ &amp;amp; Lambda, Part 4: Lucene.Net</title>
      <description>This post demonstrates how to easily build a Lucene.Net search index from your LINQ to SQL data context and search for items within it using the LINQ to Lucene library.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvijay.screamingpens.com%2farchive%2f2008%2f07%2f21%2flinq-amp-lambda-part-4-lucene.net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvijay.screamingpens.com%2farchive%2f2008%2f07%2f21%2flinq-amp-lambda-part-4-lucene.net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_Lambda_Part_4_Lucene_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_Lambda_Part_4_Lucene_Net</guid>
      <pubDate>Mon, 21 Jul 2008 08:46:10 GMT</pubDate>
    </item>
    <item>
      <title>StructureMap: Medium-level Usage Scenarios</title>
      <description>Profiles, Registries and more with StructureMap &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%2f07%2f17%2fstructuremap-medium-level-usage-scenarios.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%2f07%2f17%2fstructuremap-medium-level-usage-scenarios.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/StructureMap_Medium_level_Usage_Scenarios</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/StructureMap_Medium_level_Usage_Scenarios</guid>
      <pubDate>Sat, 19 Jul 2008 12:36:15 GMT</pubDate>
    </item>
    <item>
      <title>Projects In Visual Studio</title>
      <description>Ideas for how to improve the experience of using projects with Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjacob.lewallen%2farchive%2f2008%2f04%2f01%2fprojects-in-visual-studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjacob.lewallen%2farchive%2f2008%2f04%2f01%2fprojects-in-visual-studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Projects_In_Visual_Studio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Projects_In_Visual_Studio</guid>
      <pubDate>Thu, 17 Jul 2008 17:53:52 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Preview 4 - Using Ajax and Ajax.Form</title>
      <description>Hanselman explains how to use the new AjaxHelper in Asp.Net MVC Preview 4.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETMVCPreview4UsingAjaxAndAjaxForm.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fASPNETMVCPreview4UsingAjaxAndAjaxForm.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_MVC_Preview_4_Using_Ajax_and_Ajax_Form</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_MVC_Preview_4_Using_Ajax_and_Ajax_Form</guid>
      <pubDate>Thu, 17 Jul 2008 15:31:03 GMT</pubDate>
    </item>
  </channel>
</rss>