<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dbelcham</title>
    <description>Stories kicked by dbelcham</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>PostSharp Principles: Day 1 - OnExceptionAspect</title>
      <description>The first in a series of blogs by Dustin Davis on PostSharp features. Each feature will be explored and used in a functioning project to give a better understanding of the examples.

This week Dustin uses PostSharp to enhance a simple contact management application while giving readers an introduction to some of the out-of-the-box aspect classes that PostSharp provides. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sharpcrafters.com%2fblog%2fpost%2fDay-1-e28093-OnExceptionAspect.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sharpcrafters.com%2fblog%2fpost%2fDay-1-e28093-OnExceptionAspect.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/PostSharp_Principles_Day_1_OnExceptionAspect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/PostSharp_Principles_Day_1_OnExceptionAspect</guid>
      <pubDate>Mon, 27 Jun 2011 14:45:14 GMT</pubDate>
    </item>
    <item>
      <title>Learning how to use Manual Mocks for Testing</title>
      <description>Taking a look at how to use manual mocks for testing

Often times when creating unit tests we need to work in isolation in order to cover the paths we are attempting to test. When we want to test in isolation you can use a testing technique where you mock out your dependencies. When using Mocks you can either do it manually (what we are looking at) or you can use a mocking framework like Rhino Mocks. Either way you achieve the same results. &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%2f164"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f164" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Learning_how_to_use_Manual_Mocks_for_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Learning_how_to_use_Manual_Mocks_for_Testing</guid>
      <pubDate>Wed, 24 Feb 2010 11:15:01 GMT</pubDate>
    </item>
    <item>
      <title>Building a Nant Script -- Part 4: Running SQL Scripts w/ SqlCmd</title>
      <description>Taking a look at how to build a Nant Script.  In this episode we will take a look at how to run SQL Scripts w/ SqlCmd. &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%2f87"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f87" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Building_a_Nant_Script_Part_4_Running_SQL_Scripts_w_SqlCmd</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Building_a_Nant_Script_Part_4_Running_SQL_Scripts_w_SqlCmd</guid>
      <pubDate>Wed, 25 Feb 2009 00:46:08 GMT</pubDate>
    </item>
    <item>
      <title>Building a Nant Script -- Part 1: Setting up the script</title>
      <description>Learn how to setup your build script with Nant.  You will learn the basics of using Nant to compile your application in this episode, which will be built upon in future episodes to build a more complex script. &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%2f78"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f78" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Building_a_Nant_Script_Part_1_Setting_up_the_script</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Building_a_Nant_Script_Part_1_Setting_up_the_script</guid>
      <pubDate>Wed, 21 Jan 2009 00:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Castle Windsor - Configuring your IoC Container</title>
      <description>A short screen cast with Castle Windsor and how to Configure your IoC Container &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%2f44"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f44" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Castle_Windsor_Configuring_your_IoC_Container</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Castle_Windsor_Configuring_your_IoC_Container</guid>
      <pubDate>Thu, 11 Sep 2008 23:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to IoC/DI - The art of Decoupling</title>
      <description>Introduction to IoC/DI - The art of Decoupling.  This episode we will review what Inversion of Control (IoC)/Dependancy Injection (DI) is and why they are important. &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%2f33"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f33" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Introduction_to_IoC_DI_The_art_of_Decoupling</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Introduction_to_IoC_DI_The_art_of_Decoupling</guid>
      <pubDate>Wed, 06 Aug 2008 20:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
