<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: 0 to 60 in &#8230; 3 months</title>
	<atom:link href="http://randomcode.net.nz/2008/02/12/0-to-60-in-3-months/feed/" rel="self" type="application/rss+xml" />
	<link>http://randomcode.net.nz/2008/02/12/0-to-60-in-3-months/</link>
	<description>Random code and concepts from yet another .NET developer</description>
	<lastBuildDate>Tue, 09 Mar 2010 05:18:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TDD and NCover &#171; Random Code</title>
		<link>http://randomcode.net.nz/2008/02/12/0-to-60-in-3-months/#comment-13</link>
		<dc:creator>TDD and NCover &#171; Random Code</dc:creator>
		<pubDate>Tue, 11 Mar 2008 21:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://nealblomfield.wordpress.com/?p=5#comment-13</guid>
		<description>[...] up to 95%, I am realistic about what I am testing.  It is a (relatively) small system I have previously talked about, and that means a lot of simple property get/set type code and some &#8220;untestable&#8221; code [...]</description>
		<content:encoded><![CDATA[<p>[...] up to 95%, I am realistic about what I am testing.  It is a (relatively) small system I have previously talked about, and that means a lot of simple property get/set type code and some &#8220;untestable&#8221; code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://randomcode.net.nz/2008/02/12/0-to-60-in-3-months/#comment-5</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 19 Feb 2008 12:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://nealblomfield.wordpress.com/?p=5#comment-5</guid>
		<description>I agree on most points - the Monorail learning curve can be steep initially, but in the end it made me NOT hate web development, which was something I had avoided for years.</description>
		<content:encoded><![CDATA[<p>I agree on most points &#8211; the Monorail learning curve can be steep initially, but in the end it made me NOT hate web development, which was something I had avoided for years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal</title>
		<link>http://randomcode.net.nz/2008/02/12/0-to-60-in-3-months/#comment-4</link>
		<dc:creator>Neal</dc:creator>
		<pubDate>Mon, 18 Feb 2008 20:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://nealblomfield.wordpress.com/?p=5#comment-4</guid>
		<description>@Robert

Thanks for the comments.  Yes, I know about the ASPView engine, however this post was more to illustrate the default state of play for someone starting out with MonoRail.  I hope to post something on efforts that are being made to simplify life for developers starting out with MonoRail shortly.

I am not using Rhino Tools directly as I started out building a simple repository based on the MSDN article.  I need to migrate across to Rhino Tools but there are some parts of it that I don&#039;t understand well enough just yet.</description>
		<content:encoded><![CDATA[<p>@Robert</p>
<p>Thanks for the comments.  Yes, I know about the ASPView engine, however this post was more to illustrate the default state of play for someone starting out with MonoRail.  I hope to post something on efforts that are being made to simplify life for developers starting out with MonoRail shortly.</p>
<p>I am not using Rhino Tools directly as I started out building a simple repository based on the MSDN article.  I need to migrate across to Rhino Tools but there are some parts of it that I don&#8217;t understand well enough just yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ream</title>
		<link>http://randomcode.net.nz/2008/02/12/0-to-60-in-3-months/#comment-3</link>
		<dc:creator>Robert Ream</dc:creator>
		<pubDate>Mon, 18 Feb 2008 05:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://nealblomfield.wordpress.com/?p=5#comment-3</guid>
		<description>&gt; you don’t get intellisense in your webpages

Actually, with &lt;a href=&quot;http://www.kenegozi.com/&quot; rel=&quot;nofollow&quot;&gt;Ken Egozi&#039;s&lt;/a&gt; &lt;a href=&quot;http://www.aspview.com/&quot; rel=&quot;nofollow&quot;&gt;AspView&lt;/a&gt; view engine you do get close enough to complete intellisense for the web pages. AspView is located in the Castle Contrib. We&#039;ve also added it to Ayende&#039;s &lt;a href=&quot;http://sourceforge.net/projects/rhino-tools/&quot; rel=&quot;nofollow&quot;&gt;Rhino Tools&lt;/a&gt; BuildFromTrunk build script, so you can run with the latest updates from Castle, NHibernate and Rhino Tools. Considering you are using &quot;a repository to isolate persistence and a unit of work to manage persistence&quot;, I assume you are using Rhino Tools anyhow...</description>
		<content:encoded><![CDATA[<p>&gt; you don’t get intellisense in your webpages</p>
<p>Actually, with <a href="http://www.kenegozi.com/" rel="nofollow">Ken Egozi&#8217;s</a> <a href="http://www.aspview.com/" rel="nofollow">AspView</a> view engine you do get close enough to complete intellisense for the web pages. AspView is located in the Castle Contrib. We&#8217;ve also added it to Ayende&#8217;s <a href="http://sourceforge.net/projects/rhino-tools/" rel="nofollow">Rhino Tools</a> BuildFromTrunk build script, so you can run with the latest updates from Castle, NHibernate and Rhino Tools. Considering you are using &#8220;a repository to isolate persistence and a unit of work to manage persistence&#8221;, I assume you are using Rhino Tools anyhow&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zen and the art of Castle maintenance &#187; Blog Archive &#187; A realistic impression about MonoRail</title>
		<link>http://randomcode.net.nz/2008/02/12/0-to-60-in-3-months/#comment-2</link>
		<dc:creator>Zen and the art of Castle maintenance &#187; Blog Archive &#187; A realistic impression about MonoRail</dc:creator>
		<pubDate>Fri, 15 Feb 2008 14:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://nealblomfield.wordpress.com/?p=5#comment-2</guid>
		<description>[...] - for the wrong reasons - and from time to time I read something that is really cool. Last one was 0 to 60 in &#8230; 3 months.  MonoRail is hard, don’t let anyone tell you any different. You have to download a bunch of [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; for the wrong reasons &#8211; and from time to time I read something that is really cool. Last one was 0 to 60 in &#8230; 3 months.  MonoRail is hard, don’t let anyone tell you any different. You have to download a bunch of [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
