<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by daveschinkel</title>
    <description>Stories kicked by daveschinkel</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>Introdction to S#arp Architecture</title>
      <description>An introduction to the S#arp Architecture 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%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f75"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f75" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Introdction_to_S_arp_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Introdction_to_S_arp_Architecture</guid>
      <pubDate>Thu, 08 Jan 2009 19:31:17 GMT</pubDate>
    </item>
    <item>
      <title>Do I put this method into a New Class? Decisions Decisions.</title>
      <description>These days I'm working a lot more on not just code features, but also more architecture from scratch.  That is, creating many new Abstract classes, Non-Abstract classes, Interfaces and utilizing more and more Design Patterns.  Thus every field, member, property, etc. created in the class or interface heirarchy tree becomes very important in how you define them and where you define them as well as any dependencies that they may be carrying.  You try to create a class or interface structure with as least # dependencies as possible, so that a change to one object will not affect the other (thus a good separation of concerns in your design).  You're not just creating a class here and there, but you're creating the architecture (class trees, foundations for which developers on the team will utilize later).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodezest.com%2farchive%2f2009%2f01%2f04%2fdo-i-put-this-method-into-a-new-class.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodezest.com%2farchive%2f2009%2f01%2f04%2fdo-i-put-this-method-into-a-new-class.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Do_I_put_this_method_into_a_New_Class_Decisions_Decisions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Do_I_put_this_method_into_a_New_Class_Decisions_Decisions</guid>
      <pubDate>Mon, 05 Jan 2009 04:32:04 GMT</pubDate>
    </item>
    <item>
      <title>Teaching someone to test using an Isolation Framework</title>
      <description>Part of my job at work is to teach and mentor other developers on our team.  Right now I am in the process of teaching two of our developers how to create unit tests (notice I did NOT say integration tests because most anyone can do those).  We are also learning how to create our tests by utilizing an Isolation Framework (aka mocking framework). &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%2f12%2f30%2fteaching-someone-to-test-using-an-isolation-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f12%2f30%2fteaching-someone-to-test-using-an-isolation-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Teaching_someone_to_test_using_an_Isolation_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Teaching_someone_to_test_using_an_Isolation_Framework</guid>
      <pubDate>Sun, 04 Jan 2009 18:16:22 GMT</pubDate>
    </item>
    <item>
      <title> Challenge everything, accept nothing at face value, ...</title>
      <description>.. only then will we learn.

After reading, thinking and reflecting, I believe that I agree with the intent of the content of this post. &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%2f12%2f24%2fchallenge-everything-accept-nothing-at-face-value-only-then-will-we-learn.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f12%2f24%2fchallenge-everything-accept-nothing-at-face-value-only-then-will-we-learn.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Challenge_everything_accept_nothing_at_face_value</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Challenge_everything_accept_nothing_at_face_value</guid>
      <pubDate>Fri, 02 Jan 2009 20:19:02 GMT</pubDate>
    </item>
    <item>
      <title>SILVER-U - A Neat Way to Remember the ASP.NET Page Life Cycle</title>
      <description>Mnemonic devices are fun, aren't they? They're especially userful for remembering steps that are performed in a certain order -- like how to start a motorcycle, or how ASP.NET serves web pages.

I happen to be a certified Motorcycle Safety Instructor at Illinois State University. In our classes, we use the Motorcycle Safety Foundation curriculum, which contains all kinds of mnemonic devices to help student riders remember various motorcycle related procedures. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fsilver-u-a-neat-way-to-remember-the-asp-net-page-life-cycle%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fsilver-u-a-neat-way-to-remember-the-asp-net-page-life-cycle%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SILVER_U_A_Neat_Way_to_Remember_the_ASP_NET_Page_Life_Cycle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SILVER_U_A_Neat_Way_to_Remember_the_ASP_NET_Page_Life_Cycle</guid>
      <pubDate>Fri, 19 Dec 2008 04:36:12 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 Most Annoying &amp;amp; Overplayed Phrases or Actions (.NET Workplace)</title>
      <description>We all have some annoying phrases or just bizarre actions that happen often across the board in the work world that annoy the hell out of us in our .NET world.  So I thought I'd bring that to attention.

That and Datasets was his high quality low cost speech every day to all the developers.  Damn, that's definitely a "high quality environment".  DataSets.  Sounds like a marketing manager to me.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f18%2ftop-10-most-annoying-amp-overplayed-phrases-or-actions-in.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f18%2ftop-10-most-annoying-amp-overplayed-phrases-or-actions-in.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Top_10_Most_Annoying_Overplayed_Phrases_or_Actions_NET_Workplace</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Top_10_Most_Annoying_Overplayed_Phrases_or_Actions_NET_Workplace</guid>
      <pubDate>Fri, 19 Dec 2008 04:11:09 GMT</pubDate>
    </item>
    <item>
      <title>Lhotka's Post is Pointless - Please Get Rid of VB Microsoft!</title>
      <description> was reading my incoming mail today. Got another .NET Insight email. Decided this time to read it and not push it off to my article folder in Gmail. One of the first lamest articles I've ever seen from .NET Insight which can have good articles, was "hotka's Labyrinth: The End of the Language Wars". What's the point of this post? What's the point of this post?  How does this benefit anyone?  It's a null point. He claims that this will end the wars against which language is better because .NET is language independent.  As far as I am concerned (someone who started in VB.NET and moved to C# thankfully), this is not the end and language DOES matter because syntax makes my life easier and more productive in terms of typing AND reading. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f16%2flhotkarsquos-post-is-pointless-ndash-please-get-rid-of-vb.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f16%2flhotkarsquos-post-is-pointless-ndash-please-get-rid-of-vb.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Lhotka_s_Post_is_Pointless_Please_Get_Rid_of_VB_Microsoft</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Lhotka_s_Post_is_Pointless_Please_Get_Rid_of_VB_Microsoft</guid>
      <pubDate>Wed, 17 Dec 2008 04:10:13 GMT</pubDate>
    </item>
    <item>
      <title>Oxite - Oh Dear Lord Why?! </title>
      <description>Oxite is an open source application built on ASP.NET MVC and Karl Seguin raises some points related to the design/architecture/implementation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f15%2foxite-oh-dear-lord-why.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2008%2f12%2f15%2foxite-oh-dear-lord-why.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Oxite_Oh_Dear_Lord_Why</guid>
      <pubDate>Tue, 16 Dec 2008 15:01:16 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to WCF: Creating your first Service</title>
      <description>Taking a look at WCF and how to create your first service using this great technology &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%2f71"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f71" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Introduction_to_WCF_Creating_your_first_Service</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Introduction_to_WCF_Creating_your_first_Service</guid>
      <pubDate>Tue, 16 Dec 2008 18:01:13 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET Confirmation Button using JQuery </title>
      <description>Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f12%2faspnet-confirmation-button-using-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f12%2faspnet-confirmation-button-using-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Confirmation_Button_using_JQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Confirmation_Button_using_JQuery</guid>
      <pubDate>Mon, 15 Dec 2008 09:46:04 GMT</pubDate>
    </item>
    <item>
      <title>jQuery for Absolute Beginners: Video Series</title>
      <description>This is a 9 parts video series for beginners to learn jQuery. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnettuts.com%2farticles%2fweb-roundups%2fjquery-for-absolute-beginners-video-series%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnettuts.com%2farticles%2fweb-roundups%2fjquery-for-absolute-beginners-video-series%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_for_Absolute_Beginners_Video_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_for_Absolute_Beginners_Video_Series</guid>
      <pubDate>Mon, 15 Dec 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Themes</title>
      <description>I would like to expand this post with your themes.  I will start with mine and if you send me yours I will edit this post &amp;amp; put it up with your name, settings file for download, and a screen shot.  Please make sure they are original and you did not steal them from Scott Gu, Scott Henselman or any other site for that matter.  I think it would be cool to get some more original what I call artistic templates for people to have fun with.  I will grow this post as long as I'm getting them now and forever.  Hopefully this becomes a very cool/fun post as it grows. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f13%2fvisual-studio-themes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f13%2fvisual-studio-themes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Visual_Studio_Themes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Visual_Studio_Themes</guid>
      <pubDate>Sun, 14 Dec 2008 04:21:44 GMT</pubDate>
    </item>
    <item>
      <title>37 Phenomenal jQuery Plugins and Demos for Developers</title>
      <description>Find the most practical and best jQuery plugins for web developers, see demos, learn about and download them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fspeckyboy.com%2f2008%2f12%2f10%2f37-phenomenal-jquery-plugins-and-demos-for-developers%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fspeckyboy.com%2f2008%2f12%2f10%2f37-phenomenal-jquery-plugins-and-demos-for-developers%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/37_Phenomenal_jQuery_Plugins_and_Demos_for_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/37_Phenomenal_jQuery_Plugins_and_Demos_for_Developers</guid>
      <pubDate>Sun, 14 Dec 2008 22:31:09 GMT</pubDate>
    </item>
    <item>
      <title>[PSA] Using the Code Behind in MVC causes blindness</title>
      <description>Just a PSA on why NOT to use the Code Behinds in 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%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f12%2f12%2fpsa-using-the-code-behind-in-mvc-causes-blindness.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevlicio.us%2fblogs%2fderik_whittaker%2farchive%2f2008%2f12%2f12%2fpsa-using-the-code-behind-in-mvc-causes-blindness.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/PSA_Using_the_Code_Behind_in_MVC_causes_blindness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/PSA_Using_the_Code_Behind_in_MVC_causes_blindness</guid>
      <pubDate>Tue, 16 Dec 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Building a simple multiplayer game with ASP.Net MVC and jQuery</title>
      <description>Last weekend I had presented a small multiplayer-game built in MVC and jQuery as a sample for a speaking engagement. There isn't much to the &amp;quot;game&amp;quot;, as you currently can only move around, but it helps illustrate how easy it is to use jQuery and MVC together to make something interesting. Who knows, maybe the source could kick-start development on your own game? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.squaredroot.com%2fpost.aspx%3fid%3df84f38e9-725c-4adc-ac17-e0d92ac0e176"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.squaredroot.com%2fpost.aspx%3fid%3df84f38e9-725c-4adc-ac17-e0d92ac0e176" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_simple_multiplayer_game_with_ASP_Net_MVC_and_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_simple_multiplayer_game_with_ASP_Net_MVC_and_jQuery</guid>
      <pubDate>Mon, 15 Dec 2008 02:16:17 GMT</pubDate>
    </item>
    <item>
      <title>jQuery Autocomplete   JSON   ASP.NET MVC</title>
      <description>Great overview of undocumented jQuery AutoComplete. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.schuager.com%2f2008%2f09%2fjquery-autocomplete-json-apsnet-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.schuager.com%2f2008%2f09%2fjquery-autocomplete-json-apsnet-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/jQuery_Autocomplete_JSON_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/jQuery_Autocomplete_JSON_ASP_NET_MVC</guid>
      <pubDate>Mon, 15 Dec 2008 03:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Taking a look at how to create a application feature via TDD</title>
      <description>This is the second part of 'Creating a new feature via TDD' series where we make our test logic pass by filling out our application logic. &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%2f70"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f70" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Taking_a_look_at_how_to_create_a_application_feature_via_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Taking_a_look_at_how_to_create_a_application_feature_via_TDD</guid>
      <pubDate>Thu, 11 Dec 2008 17:16:21 GMT</pubDate>
    </item>
    <item>
      <title>Be a Keyboard Guru, not a Mouse Guru</title>
      <description>If you are a developer who wants to improve your skills, do not just think of code &amp;amp; syntax.  Have you ever been in front of a team lead or architect lead and they look like magicians when they code and you feel embarrassed when you pick up your mouse?  I know I have.  Well, it's not really anything fancy.  They are not musicians even though it's intimidating when you are not that fast with the keyboard; 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f10%2fbe-a-keyboard-guru-not-a-mouse-guru.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f10%2fbe-a-keyboard-guru-not-a-mouse-guru.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Be_a_Keyboard_Guru_not_a_Mouse_Guru</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Be_a_Keyboard_Guru_not_a_Mouse_Guru</guid>
      <pubDate>Fri, 12 Dec 2008 15:46:17 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to NHibernate: Intermediate NHibernate Usage (Part 6) </title>
      <description>In the 7th and final episode of this series, you'll see some code examples of working with collections of related objects and how lazy loading and cascade operations work from a code perspective. &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%2f69"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f69" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Introduction_to_NHibernate_Intermediate_NHibernate_Usage_Part_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Introduction_to_NHibernate_Intermediate_NHibernate_Usage_Part_6</guid>
      <pubDate>Tue, 09 Dec 2008 18:46:08 GMT</pubDate>
    </item>
    <item>
      <title>Cyclomatic Complexity Standard for Methods</title>
      <description>I think one of the best standards any team could have in their pocket is the Cyclomatic Complexity metric by Thomas McCabe.  It sounds fancy but really it's just a very good guideline that every developer on your team should use and think about when creating a method every time in code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f08%2fcyclomatic-complexity-standard-for-methods.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f08%2fcyclomatic-complexity-standard-for-methods.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Cyclomatic_Complexity_Standard_for_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Cyclomatic_Complexity_Standard_for_Methods</guid>
      <pubDate>Tue, 09 Dec 2008 03:52:55 GMT</pubDate>
    </item>
    <item>
      <title>Keep Methods Short &amp;amp; Stop with the Curly</title>
      <description>There are two major annoyances when it comes to good code and readable code.  Here are 2 things that really every team should ensure happens

1) Any method should not be more than 50 lines but preferably 25 if possible.  I cannot stand huge methods.  The point of OOP is &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f08%2fkeep-methods-short-amp-stop-with-the-curly.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f08%2fkeep-methods-short-amp-stop-with-the-curly.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Keep_Methods_Short_Stop_with_the_Curly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Keep_Methods_Short_Stop_with_the_Curly</guid>
      <pubDate>Tue, 09 Dec 2008 02:59:49 GMT</pubDate>
    </item>
    <item>
      <title>Becoming a ReSharper Samurai - Part 2</title>
      <description>This is the second in a multi-part series were we will guide you through various features of ReSharper.  &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%2f68"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f68" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Becoming_a_ReSharper_Samurai_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Becoming_a_ReSharper_Samurai_Part_2</guid>
      <pubDate>Fri, 05 Dec 2008 00:46:05 GMT</pubDate>
    </item>
    <item>
      <title>Getting a Reference back to a Web control's Parent Container</title>
      <description>But lets make this  a little more complex.  Lets say that this repeater is ultimately located inside a user control.  And that user control resides obviously in your .aspx page.  And you have a handler method in the code-behind of your .aspx page that handles a certain event based on another control located inside your repeater.  For example lets say in that repeater,  you had a LinkButton.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f01%2fgetting-a-reference-back-to-a-web-controlrsquos-container.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f01%2fgetting-a-reference-back-to-a-web-controlrsquos-container.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Getting_a_Reference_back_to_a_Web_control_s_Parent_Container</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Getting_a_Reference_back_to_a_Web_control_s_Parent_Container</guid>
      <pubDate>Tue, 02 Dec 2008 04:51:02 GMT</pubDate>
    </item>
    <item>
      <title>Signs of a GOOD Manager / Team Lead</title>
      <description>Characteristics / attitudes / process of good management &amp;amp; leadership:

1) Have a passion about technology but &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f01%2fsigns-of-a-good-manager-team-lead.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f12%2f01%2fsigns-of-a-good-manager-team-lead.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Signs_of_a_GOOD_Manager_Team_Lead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Signs_of_a_GOOD_Manager_Team_Lead</guid>
      <pubDate>Mon, 01 Dec 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Taking a look at the various ways to implement Binding in Asp.Net MVC</title>
      <description>A short screen casts that takes a look at the various ways to implement Binding in Asp.Net MVC &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%2f66"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f66" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Taking_a_look_at_the_various_ways_to_implement_Binding_in_Asp_Net_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Taking_a_look_at_the_various_ways_to_implement_Binding_in_Asp_Net_MVC</guid>
      <pubDate>Tue, 25 Nov 2008 15:46:13 GMT</pubDate>
    </item>
  </channel>
</rss>