<?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>Ivan Porto Carrero &#187; Open Source</title>
	<atom:link href="http://flanders.co.nz/category/oss/feed/" rel="self" type="application/rss+xml" />
	<link>http://flanders.co.nz</link>
	<description>thoughts.each { &#38;:propagandise }</description>
	<lastBuildDate>Fri, 12 Mar 2010 12:24:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New view engines in the MvcContrib project for asp.net mvc</title>
		<link>http://flanders.co.nz/2007/12/26/new-view-engines-in-the-mvccontrib-project-for-aspnet-mvc/</link>
		<comments>http://flanders.co.nz/2007/12/26/new-view-engines-in-the-mvccontrib-project-for-aspnet-mvc/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 05:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.koolkraft.net/2007/12/26/new-view-engines-in-the-mvccontrib-project-for-aspnet-mvc/</guid>
		<description><![CDATA[When I got back from visiting my parents over the christmas holiday I checked the MvcContrib project to find out that both Andrew Peter&#8217;s NHAML view engine and my XSLT view engine have been accepted in the trunk of those projects.
What&#8217;s left to do for me is provide a sample site that shows usage of [...]]]></description>
			<content:encoded><![CDATA[<p>When I got back from visiting my parents over the christmas holiday I checked the <a href="http://www.codeplex.com/MVCContrib">MvcContrib</a> project to find out that both Andrew Peter&#8217;s <a href="http://andrewpeters.net/2007/12/19/introducing-nhaml-an-aspnet-mvc-view-engine/">NHAML view engine</a> and my <a href="http://flanders.co.nz/blog/archive/2007/12/15/xsltviewengine-patch-submitted.aspx">XSLT view engine</a> have been accepted in the trunk of those projects.</p>
<p>What&#8217;s left to do for me is provide a sample site that shows usage of the view engine.  This has been a very rewarding experience so far <img src='http://flanders.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I found out about IViewSourceLoader to get the path to the current view file for example.</p>
<p>I also learnt a new trick to increase my test coverage and be able to test the content of the rendered view. </p>
<p>To get the mvc contrib project you can either download it from the <a href="http://www.codeplex.com/MVCContrib/Release/ProjectReleases.aspx">releases section</a> on the codeplex site.</p>
<p>Or you can check out the source code and build it yourself from the <a href="http://mvccontrib.googlecode.com/svn/trunk">subversion repository</a></p>
</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:516204c8-d219-44cf-8431-a703dba87893" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">del.icio.us Tags: <a href="http://del.icio.us/popular/aspnetmvc" rel="tag">aspnetmvc</a>,<a href="http://del.icio.us/popular/mvccontrib" rel="tag">mvccontrib</a></div>
<p> 
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e4d9ec6e-3113-4a8a-a0ec-7e746d138e66" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/aspnetmvc" rel="tag">aspnetmvc</a></div>
</p>
<div class="wlWriterSmartContent" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:4e8051a5-2cbe-4c08-b865-8f4340ad2f02" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"><!--dotnetkickit--></div>
]]></content:encoded>
			<wfw:commentRss>http://flanders.co.nz/2007/12/26/new-view-engines-in-the-mvccontrib-project-for-aspnet-mvc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I like what I&#8217;m seeing from Microsoft lately</title>
		<link>http://flanders.co.nz/2007/10/26/i-like-what-im-seeing-from-microsoft-lately/</link>
		<comments>http://flanders.co.nz/2007/10/26/i-like-what-im-seeing-from-microsoft-lately/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 22:22:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.koolkraft.net/2007/10/26/i-like-what-im-seeing-from-microsoft-lately/</guid>
		<description><![CDATA[Microsoft has just hired Rob Connery from SubSonic, and his job is going to be to work on his own open source project.
I am very pleasantly surprised by that news, and this is the change of direction so many people have been waiting for I think. 
I for one like this whole new direction of [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has just hired <a href="http://blog.wekeroad.com/2007/10/26/microsoft-subsonic-and-me/">Rob Connery</a> from SubSonic, and his job is going to be to work on his own open source project.<br />
I am very pleasantly surprised by that news, and this is the change of direction so many people have been waiting for I think. </p>
<p>I for one like this whole new direction of embracing open source. It seems like lately the party can&#8217;t stop, they also hired: Scott Hanselman, Phil Haack and Alex James. I should maybe start thinking about getting one aggregated feed from msdn <img src='http://flanders.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s good to see that open source projects are now being endorsed. I can&#8217;t wait to see what&#8217;s next. </p>
]]></content:encoded>
			<wfw:commentRss>http://flanders.co.nz/2007/10/26/i-like-what-im-seeing-from-microsoft-lately/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
