<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dude, where is my Kaizen? &#187; Nothing but .NET</title>
	<atom:link href="http://www.bjoernrochel.de/tag/nothing-but-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bjoernrochel.de</link>
	<description>Björn Rochel&#039;s weblog</description>
	<lastBuildDate>Mon, 21 Jun 2010 07:26:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>80 hours later . . .</title>
		<link>http://www.bjoernrochel.de/2008/09/27/80-hours-later/</link>
		<comments>http://www.bjoernrochel.de/2008/09/27/80-hours-later/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 23:11:29 +0000</pubDate>
		<dc:creator>BjRo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Nothing but .NET]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.bjoernrochel.de/?p=138</guid>
		<description><![CDATA[
[Concern(typeof(NothingButDotNetBootCamp))]
public class when_the_boot_camp_is_over :
InstanceContextSpecification&#60;NothingButDotNetBootCamp&#62;
{
    INothingButDotNetParticipant bjoern;
    public void establish_context()
    {
      bjoern = dependency&#60;INothingButDotNetParticipant&#62;();
    }
    public NothingButDotNetBootCamp create_sut()
    {
      return new NothingButDotNetBootCamp(bjoern);
    }
   [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bjoernrochel.de/wp-content/uploads/2008/09/done.jpg"><img style="0px" src="http://www.bjoernrochel.de/wp-content/uploads/2008/09/done-thumb.jpg" border="0" alt="done" width="504" height="337" /></a></p>
<p>[Concern(typeof(NothingButDotNetBootCamp))]<br />
public class when_the_boot_camp_is_over :<br />
InstanceContextSpecification&lt;NothingButDotNetBootCamp&gt;<br />
{<br />
    INothingButDotNetParticipant bjoern;</p>
<p>    public void establish_context()<br />
    {<br />
      bjoern = dependency&lt;INothingButDotNetParticipant&gt;();<br />
    }</p>
<p>    public NothingButDotNetBootCamp create_sut()<br />
    {<br />
      return new NothingButDotNetBootCamp(bjoern);<br />
    }</p>
<p>    [Observation]<br />
    public void should_be_proud_to_have_survived_80_hours_of_coding()<br />
    {<br />
        bjoern.should_be_proud_to_have_survived_80_hours_of_coding();<br />
    }</p>
<p>    [Observation]<br />
    public void should_be_proud_of_having_reached_330_revisions()<br />
    {<br />
        bjoern.should_be_proud_of_having_reached_330_revisions();<br />
    }</p>
<p>    [Observation]<br />
    public void should_be_thankful_to_have_met_a_guy_like_JP()<br />
    {<br />
        bjoern.should_be_thankful_to_have_met_a_guy_like_JP();<br />
    }<br />
}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
All tests finished: 3 Successful, 0 Failed; 0 Ignored in 80 hours</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bjoernrochel.de/2008/09/27/80-hours-later/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nothing but .NET Germany &#8211; Half time recap</title>
		<link>http://www.bjoernrochel.de/2008/09/24/nothing-but-net-germany-half-time-recap/</link>
		<comments>http://www.bjoernrochel.de/2008/09/24/nothing-but-net-germany-half-time-recap/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 21:04:36 +0000</pubDate>
		<dc:creator>BjRo</dc:creator>
				<category><![CDATA[BDD]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Domain Specific Languages]]></category>
		<category><![CDATA[Nothing but .NET]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.bjoernrochel.de/2008/09/24/nothing-but-net-germany-half-time-recap/</guid>
		<description><![CDATA[We&#8217;re now half way through the course and I must say that it&#8217;s even a better experience than I originally expected. I&#8217;ve got to know a lot of very interesting, smart and also very kind people this week. The chemistry in the course is just amazing.
The course itself is radically different from any training I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re now half way through the course and I must say that it&#8217;s even a better experience than I originally expected. I&#8217;ve got to know a lot of very interesting, smart and also very kind people this week. The chemistry in the course is just amazing.</p>
<p>The course itself is radically different from any training I&#8217;ve ever received. The level of interaction between JP and the participants is REALLY high. The content of the course is worth a lot of posts. Just to give you a sneak peak on what we&#8217;re currently doing:</p>
<p>We&#8217;re actually developing software. JP showed not  a single PowerPoint-slide this week. In a Jeremy Miller you could headline some of the things we&#8217;re currently developing &#8220;Build your own ASP.NET MVC&#8221;.  We&#8217;re basically developing a web application from scratch</p>
<ol>
<li>based on a FronController  architecture . . .</li>
<li>build iterative in a top down manner . . .</li>
<li>in pair programming sessions . . .</li>
<li>using a test first approach with BDD . . . .</li>
<li>continuously integrated . . .</li>
<li>with extensive usage of fluent interfaces / internal DSLs.</li>
</ol>
<p>It&#8217;s a bit like being a kid at toy shop (of course in a developer way <img src='http://www.bjoernrochel.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ) .  It&#8217;s pretty exhausting, though. To give you an idea how  long a day with JP can actually be:</p>
<ol>
<li>Monday         14h</li>
<li>Thursday       14h</li>
<li>Wednesday    16h</li>
</ol>
<p><span style="text-decoration: underline;">Conclusion</span></p>
<p>There is one thing I can already say at the current stage of the course: If you ever get the opportunity to be a week with JP and you&#8217;re passionate about .NET software development: DON&#8217;T MISS IT.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bjoernrochel.de/2008/09/24/nothing-but-net-germany-half-time-recap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
