<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devpinoy.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>cruizer - All Comments</title><link>http://devpinoy.org/blogs/cruizer/default.aspx</link><description>aspiring to free and open the mind of .NET developers</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>Slow Start - Testaments and Books</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-1.aspx#33437</link><pubDate>Thu, 27 Nov 2008 15:03:06 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33437</guid><dc:creator>Jop's Work</dc:creator><description>&lt;p&gt;Here is my answer to Keith&amp;#39;s Bible App challenge . I know the deadline has already passed but I want&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33437" width="1" height="1"&gt;</description></item><item><title>Slow Start - Testaments and Books</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-1.aspx#33418</link><pubDate>Thu, 27 Nov 2008 10:37:01 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33418</guid><dc:creator>Jop's Work</dc:creator><description>&lt;p&gt;Here is my answer to Keith&amp;#39;s Bible App challenge . I know the deadline has already passed but I want&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33418" width="1" height="1"&gt;</description></item><item><title>re: TDD Step by Step, Part 2: The Database</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-2-the-database.aspx#33325</link><pubDate>Wed, 26 Nov 2008 05:13:10 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33325</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;now that you&amp;#39;ve mentioned it, I think the more appropriate name is &amp;quot;ForEachRow,&amp;quot; rather than &amp;quot;WhileInReader.&amp;quot; The former is clearer as to what it does, while the latter is -- well, implementation-specific. :) Thanks for the tip on Action&amp;lt;OleDbDataReader&amp;gt; too!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33325" width="1" height="1"&gt;</description></item><item><title>re: TDD Step by Step, Part 2: The Database</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-2-the-database.aspx#33321</link><pubDate>Wed, 26 Nov 2008 03:32:47 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33321</guid><dc:creator>jakelite</dc:creator><description>&lt;p&gt;I like the WhileInReader approach you have there. Functional C#. As always, great article!&lt;/p&gt;
&lt;p&gt;You can also use Action&amp;lt;OleDbDataReader&amp;gt; instead of creating your own ReaderDelegate. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33321" width="1" height="1"&gt;</description></item><item><title>re: TDD Step by Step, Part 2: The Database</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-2-the-database.aspx#33318</link><pubDate>Wed, 26 Nov 2008 02:22:44 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33318</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;Thanks keith for clarifying that the Bible db uses the King James Version (KJV) which has been around for hundreds of years -- and is not shackled by copyright :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33318" width="1" height="1"&gt;</description></item><item><title>re: TDD Step by Step, Part 2: The Database</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-2-the-database.aspx#33316</link><pubDate>Wed, 26 Nov 2008 01:34:21 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33316</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;@static thanks for reminding me :D ha ha! it&amp;#39;s been over a year! anyway i&amp;#39;ll get to finishing this one first, then maybe i&amp;#39;ll finally do part 2 of that... ;)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33316" width="1" height="1"&gt;</description></item><item><title>re: TDD Step by Step, Part 2: The Database</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-2-the-database.aspx#33315</link><pubDate>Wed, 26 Nov 2008 01:14:07 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33315</guid><dc:creator>static</dc:creator><description>&lt;p&gt;Thanks for your thorough explanation. I&amp;#39;m new to TDD so this is really helping me a lot.&lt;/p&gt;
&lt;p&gt;Do you think you&amp;#39;ll write part 2 of you &amp;quot;Developing a User Login Facility&amp;quot; article (&lt;a rel="nofollow" target="_new" href="http://devpinoy.org/blogs/cruizer/archive/2007/04/03/test-first-demo-developing-a-user-login-facility-part-1.aspx"&gt;devpinoy.org/.../test-first-demo-developing-a-user-login-facility-part-1.aspx&lt;/a&gt;)?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33315" width="1" height="1"&gt;</description></item><item><title>TDD Step by Step, Part 1 - cruizer</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-2-the-database.aspx#33294</link><pubDate>Tue, 25 Nov 2008 18:57:13 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33294</guid><dc:creator>TDD Step by Step, Part 1 - cruizer</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;TDD Step by Step, Part 1 - cruizer&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33294" width="1" height="1"&gt;</description></item><item><title>re: TDD Step by Step, Part 2: The Database</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-2-the-database.aspx#33293</link><pubDate>Tue, 25 Nov 2008 18:30:38 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33293</guid><dc:creator>keithrull</dc:creator><description>&lt;p&gt;WAIT! DON&amp;#39;T SLEEP YET!&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t keep us hanging and finish part 3! Hehehe!&lt;/p&gt;
&lt;p&gt;Nice and clean approach! Great job Cruizer! Can&amp;#39;t wait to see part 3!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33293" width="1" height="1"&gt;</description></item><item><title>re: TDD Step by Step, Part 1</title><link>http://devpinoy.org/blogs/cruizer/archive/2008/11/24/tdd-step-by-step-part-1.aspx#33290</link><pubDate>Tue, 25 Nov 2008 17:34:53 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33290</guid><dc:creator>keithrull</dc:creator><description>&lt;p&gt;Great post cruizer! My solution for this contest had a test project too but i didn&amp;#39;t include it. The project had MbUnit and NMock. I haven&amp;#39;t had the chance to see Moq in an actual implementation and this article gave me an idea on how to use it!&lt;/p&gt;
&lt;p&gt;Thanks Cruizer! Keep it coming!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33290" width="1" height="1"&gt;</description></item><item><title>TDD Step by Step, Part 1</title><link>http://devpinoy.org/blogs/cruizer/archive/2006/08/25/TDD-is-about-design_3B00_-tests-are-just-side-effects.aspx#33265</link><pubDate>Tue, 25 Nov 2008 03:07:37 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33265</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;In a hot discussion thread in msforums.ph about the value of unit testing and adopting test-driven development&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33265" width="1" height="1"&gt;</description></item><item><title>TDD Step by Step, Part 1</title><link>http://devpinoy.org/blogs/cruizer/archive/2007/04/03/test-first-demo-developing-a-user-login-facility-part-1.aspx#33264</link><pubDate>Tue, 25 Nov 2008 03:07:36 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33264</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;In a hot discussion thread in msforums.ph about the value of unit testing and adopting test-driven development&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33264" width="1" height="1"&gt;</description></item><item><title>TDD Step by Step, Part 1</title><link>http://devpinoy.org/blogs/cruizer/archive/2006/09/15/Sample-NMock-code.aspx#33263</link><pubDate>Tue, 25 Nov 2008 03:07:35 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33263</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;In a hot discussion thread in msforums.ph about the value of unit testing and adopting test-driven development&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33263" width="1" height="1"&gt;</description></item><item><title>TDD Step by Step, Part 1</title><link>http://devpinoy.org/blogs/cruizer/archive/2006/08/17/Red_2D00_Green_2D00_Refactor_3A00_-Test_2D00_Driven-Development-with-.NET.aspx#33262</link><pubDate>Tue, 25 Nov 2008 03:07:34 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33262</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;In a hot discussion thread in msforums.ph about the value of unit testing and adopting test-driven development&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33262" width="1" height="1"&gt;</description></item><item><title>TDD Step by Step, Part 1</title><link>http://devpinoy.org/blogs/cruizer/archive/2006/08/25/TDD-is-about-design_3B00_-tests-are-just-side-effects.aspx#33260</link><pubDate>Tue, 25 Nov 2008 03:06:59 GMT</pubDate><guid isPermaLink="false">99090821-4da1-4a75-98c2-a35884625ff7:33260</guid><dc:creator>cruizer</dc:creator><description>&lt;p&gt;In a hot discussion thread in msforums.ph about the value of unit testing and adopting test-driven development&lt;/p&gt;
&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=33260" width="1" height="1"&gt;</description></item></channel></rss>