<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by jhol3990</title>
    <description>Stories kicked by jhol3990</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>Advanced Unit Test, Part V - Unit Test Patterns</title>
      <description>Patterns for test method-stub generation to improve unit test effectiveness...

...one of the goals is a tool suite that can be used to automatically generate unit tests, both as a reverse and forward engineering process.  With the latter, it should be possible to generate the method stubs for the code under test. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2farchitecture%2fautp5.aspx%23Introduction0"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2farchitecture%2fautp5.aspx%23Introduction0" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Advanced_Unit_Test_Part_V_Unit_Test_Patterns</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Advanced_Unit_Test_Part_V_Unit_Test_Patterns</guid>
      <pubDate>Wed, 27 Feb 2008 17:43:27 GMT</pubDate>
    </item>
    <item>
      <title>When TDD goes bad</title>
      <description>Last week, at the London .NET User Group meeting, Ian Cooper talked about Test-driven development, focusing on both good and bad practices. I'm a big fan of learning from anti-patterns and mistakes of other people, so the second part of his session was very interesting to me. Here is a short list of things that Ian identified as symptoms that TDD has gone bad in a project, along with my comments... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgojko.net%2f2008%2f02%2f25%2fwhen-tdd-goes-bad%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgojko.net%2f2008%2f02%2f25%2fwhen-tdd-goes-bad%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/When_TDD_goes_bad</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/When_TDD_goes_bad</guid>
      <pubDate>Tue, 26 Feb 2008 03:46:03 GMT</pubDate>
    </item>
    <item>
      <title>TDD or POUT</title>
      <description> Because Unit Testing is the plain-Jane progenitor of Test Driven Development, it's kind of unfair that it doesn't have an acronym of its own. After all, it's hard to get programmer types to pay attention if they don't have some obscure jargon to bandy about. UT is too awkward, besides being a state abbreviation in the U.S., so for this post (and, if it catches on, future posts as well) I'll borrow from the telco folks and call unit testing Plain Old Unit Testing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.theruntime.com%2fblogs%2fjacob%2farchive%2f2008%2f01%2f31%2ftdd-or-pout.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.theruntime.com%2fblogs%2fjacob%2farchive%2f2008%2f01%2f31%2ftdd-or-pout.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/TDD_or_POUT</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/TDD_or_POUT</guid>
      <pubDate>Fri, 22 Feb 2008 01:31:02 GMT</pubDate>
    </item>
    <item>
      <title>MSDN Magazine February 2008</title>
      <description>This issue contains topics like:
Mobile WCF, IIS7 Extensibility, VSTO 3.0, Unit Testing (TDD), F#, Modal AJAX Dialogs, Workflow...  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f08%2fLA%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f08%2fLA%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/MSDN_Magazine_February_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/MSDN_Magazine_February_2008</guid>
      <pubDate>Wed, 20 Feb 2008 05:16:23 GMT</pubDate>
    </item>
    <item>
      <title>Test Supported Development (TSD) is not Test Driven Development (TDD) </title>
      <description>&amp;quot;Test Supported Development&amp;quot; (TSD) intends to characterize the creation of tests during ANY/ALL stages of development, that is, tests are not necessarily created before their respective System Under Test (SUT), but not necessarily created as an afterthought, either... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.troyd.net%2fTest%2bSupported%2bDevelopment%2bTSD%2bIs%2bNot%2bTest%2bDriven%2bDevelopment%2bTDD.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.troyd.net%2fTest%2bSupported%2bDevelopment%2bTSD%2bIs%2bNot%2bTest%2bDriven%2bDevelopment%2bTDD.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Test_Supported_Development_TSD_is_not_Test_Driven_Development_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Test_Supported_Development_TSD_is_not_Test_Driven_Development_TDD</guid>
      <pubDate>Thu, 07 Feb 2008 20:38:20 GMT</pubDate>
    </item>
    <item>
      <title>The Most Useful VS Feature No One Seems To Use</title>
      <description>Speed up your debugging time by using the Exceptions dialog box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vonsharp.net%2fMostUsefulVSFeatureNoOneKnowsAbout.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vonsharp.net%2fMostUsefulVSFeatureNoOneKnowsAbout.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/The_Most_Useful_VS_Feature_No_One_Seems_To_Use</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/The_Most_Useful_VS_Feature_No_One_Seems_To_Use</guid>
      <pubDate>Thu, 07 Feb 2008 18:46:02 GMT</pubDate>
    </item>
    <item>
      <title>A brief look at the logic of TDD</title>
      <description>David Tchepak provides a down to earth outline on the rationale and benefits of TDD. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavesquared.blogspot.com%2f2008%2f02%2fbrief-look-at-logic-of-tdd.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavesquared.blogspot.com%2f2008%2f02%2fbrief-look-at-logic-of-tdd.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/A_brief_look_at_the_logic_of_TDD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/A_brief_look_at_the_logic_of_TDD</guid>
      <pubDate>Wed, 06 Feb 2008 21:26:20 GMT</pubDate>
    </item>
    <item>
      <title>TDD for Beginners Series</title>
      <description>Series of posts geared towards the beginner developer to TDD.  These are meant to be as simple as possible to get the understanding across about TDD.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.buddylindsey.com%2fBlog%2fpage%2fTDD-for-Beginners-Series.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.buddylindsey.com%2fBlog%2fpage%2fTDD-for-Beginners-Series.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/TDD_for_Beginners_Series</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/TDD_for_Beginners_Series</guid>
      <pubDate>Sat, 02 Feb 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a transparent Panel in .NET</title>
      <description>Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</guid>
      <pubDate>Thu, 31 Jan 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>8 Web Design Mistakes That Developers Make</title>
      <description>An excellent website takes a particularly savvy blend of both great design and great code. Because of this, you often find designers having to figure out code and developers trying their hand at design. Speaking as a developer who spent his university years studying among other developers, I can safely say that programmers are not designers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.wakeuplater.com%2fwebsite-building%2f8-web-design-mistakes-that-developers-make.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.wakeuplater.com%2fwebsite-building%2f8-web-design-mistakes-that-developers-make.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/8_Web_Design_Mistakes_That_Developers_Make</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/8_Web_Design_Mistakes_That_Developers_Make</guid>
      <pubDate>Thu, 31 Jan 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Expression Tree Basics</title>
      <description>Newcomers to LINQ often find expression trees difficult to grasp. In this post I hope to show that the subject is not quite as difficult as it might appear at first. Any reader who has an intermediate level understanding of LINQ should find the material in this post easy to grasp. An expression tree provides a method of translating executable code into data. This can be very valuable if you want to modify or transform code before executing it. In particular, it can be useful if you want to transform C# code such as a LINQ query expression into code that operates on another process, such as a SQL database. But I'm getting ahead of myself. By the end of this post you will find it easy to understand why it is helpful to translate code into data. First I need to provide a little background. Let's start by seeing the relatively simple syntax for creating an expression tree.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f01%2f31%2fexpression-tree-basics.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f01%2f31%2fexpression-tree-basics.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Expression_Tree_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Expression_Tree_Basics</guid>
      <pubDate>Thu, 31 Jan 2008 21:01:09 GMT</pubDate>
    </item>
    <item>
      <title>10 ASP.NET Performance and Scalability Secrets</title>
      <description>ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f10ASPNetPerformance.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2f10ASPNetPerformance.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/10_ASP_NET_Performance_and_Scalability_Secrets</guid>
      <pubDate>Thu, 31 Jan 2008 16:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Expectation Based Testing with Mocks</title>
      <description>An example and walk-through showing how to use mocks, Rhino.Mocks that is, to do expectation based testing... with a little BDD flavor thrown in just for fun. &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%2f01%2f27%2fexpectation-based-testing-with-mocks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstevenharman.net%2fblog%2farchive%2f2008%2f01%2f27%2fexpectation-based-testing-with-mocks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Expectation_Based_Testing_with_Mocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Expectation_Based_Testing_with_Mocks</guid>
      <pubDate>Tue, 29 Jan 2008 06:01:02 GMT</pubDate>
    </item>
    <item>
      <title>TDD Proven Effective! Or is it?</title>
      <description>So when Phil Haack announced that Research Supports the Effectiveness of TDD I was more than a little interested in seeing what the linked report actually contained. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscruffylookingcatherder.com%2farchive%2f2008%2f01%2f22%2ftdd-proven-effective-or-is-it.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscruffylookingcatherder.com%2farchive%2f2008%2f01%2f22%2ftdd-proven-effective-or-is-it.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/TDD_Proven_Effective_Or_is_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/TDD_Proven_Effective_Or_is_it</guid>
      <pubDate>Fri, 01 Feb 2008 21:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Testing your asp.net pages with NunitAsp and not web controls</title>
      <description>Examples to test asp.net pages alwasy use web controls, what if you don't, just follow this tips and you will be running in no time.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d47"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d47" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Testing_your_asp_net_pages_with_NunitAsp_and_not_web_controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Testing_your_asp_net_pages_with_NunitAsp_and_not_web_controls</guid>
      <pubDate>Tue, 22 Jan 2008 04:50:52 GMT</pubDate>
    </item>
    <item>
      <title>Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 1</title>
      <description>Microsoft released the first CTP of ASP.NET 3.5 Extensions and it includes ASP.NET MVC Framework as one of the main extensions for ASP.NET 3.5. In the first part of this article series about building a simple blog engine with ASP.NET MVC and LINQ, Keyvan introduces the MVC pattern, ASP.NET MVC Framework, and the fundamentals of a simple blogging engine. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f1538_Building_a_Simple_Blog_Engine_with_ASPNET_MVC_and_LINQ__Part_1"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f1538_Building_a_Simple_Blog_Engine_with_ASPNET_MVC_and_LINQ__Part_1" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_a_Simple_Blog_Engine_with_ASP_NET_MVC_and_LINQ_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_a_Simple_Blog_Engine_with_ASP_NET_MVC_and_LINQ_Part_1</guid>
      <pubDate>Tue, 22 Jan 2008 12:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Riding The Geek Rewrite Wave</title>
      <description>Rob Conery like to ask the tough questions. In this post he asks when do you know its time to do a rewrite... and how do you tell your client that. Oh, and he has a good bit of fun at my expense along the way. :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f01%2f21%2fquestion-refactor-or-rewrite%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2008%2f01%2f21%2fquestion-refactor-or-rewrite%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Riding_The_Geek_Rewrite_Wave</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Riding_The_Geek_Rewrite_Wave</guid>
      <pubDate>Wed, 23 Jan 2008 06:01:03 GMT</pubDate>
    </item>
    <item>
      <title>How to Write a Provider Model</title>
      <description>In this article Keyvan teaches you how to write your own data provider for .NET applications using the provider model. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fHowToWriteAProviderModel.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fdesignpatterns%2fHowToWriteAProviderModel.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/How_to_Write_a_Provider_Model</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/How_to_Write_a_Provider_Model</guid>
      <pubDate>Tue, 22 Jan 2008 06:46:02 GMT</pubDate>
    </item>
    <item>
      <title>New* .NET 3.5 Feature: AddIn Framework ( Part 1 of 3 )</title>
      <description>Introduction to the addin framework in .NET 3.5 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shafqatahmed.com%2f2008%2f01%2fnew-net-35-feat.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shafqatahmed.com%2f2008%2f01%2fnew-net-35-feat.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/New_NET_3_5_Feature_AddIn_Framework_Part_1_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/New_NET_3_5_Feature_AddIn_Framework_Part_1_of_3</guid>
      <pubDate>Mon, 21 Jan 2008 23:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Part Cover a code coverage tool that works with Static methods</title>
      <description>I just found this great free tool, open source, that produces xml, that has a command line interface and a nice GUI. Simple to install and start usint (less that five minutes). Why you should considered it and how it compares with Ncover. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d43"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.latrompa.com%2f%3fp%3d43" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Part_Cover_a_code_coverage_tool_that_works_with_Static_methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Part_Cover_a_code_coverage_tool_that_works_with_Static_methods</guid>
      <pubDate>Sat, 19 Jan 2008 07:17:45 GMT</pubDate>
    </item>
    <item>
      <title>Free Web.config editor</title>
      <description>A free tool that enables editing the Web.config. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechietweaks.blogspot.com%2f2008%2f01%2ffree-utility-webconfig-editor-with.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechietweaks.blogspot.com%2f2008%2f01%2ffree-utility-webconfig-editor-with.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Free_Web_config_editor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Free_Web_config_editor</guid>
      <pubDate>Mon, 21 Jan 2008 22:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Dual Monitors for Developers</title>
      <description>Let's face it, a multiple monitor setup is the only way to go for a software developer, or any other computer professional these days. If you are still using only a single monitor, you are not working at your full potential. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jrpsoftware.com%2fPermaLink%2cguid%2ca5df7028-c55e-4a54-b367-34450236e380.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jrpsoftware.com%2fPermaLink%2cguid%2ca5df7028-c55e-4a54-b367-34450236e380.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Dual_Monitors_for_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Dual_Monitors_for_Developers</guid>
      <pubDate>Sat, 19 Jan 2008 17:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Hello World of Rhino Mocks</title>
      <description>A lot of tutorials on Rhino Mocks are long and complicated.  This post gives you just enough basic code to start working with rhino mocks so you can see what is going on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.buddylindsey.com%2fBlog%2fpost%2fHello-World-of-Rhino-Mocks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.buddylindsey.com%2fBlog%2fpost%2fHello-World-of-Rhino-Mocks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Hello_World_of_Rhino_Mocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Hello_World_of_Rhino_Mocks</guid>
      <pubDate>Thu, 17 Jan 2008 21:01:07 GMT</pubDate>
    </item>
    <item>
      <title> Getting Started with Test Driven Development</title>
      <description>&amp;quot;Few days ago I started a poll on www.KoffeeKoder.com where I asked which tool do you use for testing your applications. Surprisingly, most of the people are not using any tool for testing. This means that there are more and more applications being developed which are destined to be failed. In this article I will talk about test driven development hoping that more and more developers start using TDD and see how it benefits the application.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.koffeekoder.com%2fArticleDetails.aspx%3fid%3d334"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.koffeekoder.com%2fArticleDetails.aspx%3fid%3d334" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Getting_Started_with_Test_Driven_Development</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Getting_Started_with_Test_Driven_Development</guid>
      <pubDate>Mon, 14 Jan 2008 01:01:46 GMT</pubDate>
    </item>
    <item>
      <title>Unit Tests Don't Work on Cubes</title>
      <description>I've been building web sites for a while now.  I've been writing code, object oriented style for the better part of a decade.  Unit testing I've been doing for all of about 1-2 years to various degrees.  Nothing super advanced yet, and slowly I'm getting some of the more advanced unit testing methods figured out.  Not so much advanced, but just newer methods for testing in different situations.

So now I've figured out web service unit tests, database unit tests, and all sorts of other ways to unit test things.  So my question is, how does one unit test a cube? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f01%2f08%2f6117.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fadronbhall.com%2fblogs%2ftechnology__software_development%2farchive%2f2008%2f01%2f08%2f6117.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Unit_Tests_Don_t_Work_on_Cubes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Unit_Tests_Don_t_Work_on_Cubes</guid>
      <pubDate>Fri, 11 Jan 2008 00:46:39 GMT</pubDate>
    </item>
  </channel>
</rss>