<?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/"
		>
<channel>
	<title>Comments on: ASP.Net MVC without using &#8216;The Framework&#8217; part 1</title>
	<atom:link href="http://www.ronaldwidha.net/2008/06/11/aspnet-mvc-without-using-the-framework-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ronaldwidha.net/2008/06/11/aspnet-mvc-without-using-the-framework-part-1/</link>
	<description>podcast addict, believes in occam razor, software consultant</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:00:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Ronald Widha &#187; Blog Archive &#187; Model View Presenter on Asp.Net using WebFormsMVP framework</title>
		<link>http://www.ronaldwidha.net/2008/06/11/aspnet-mvc-without-using-the-framework-part-1/comment-page-1/#comment-473</link>
		<dc:creator>Ronald Widha &#187; Blog Archive &#187; Model View Presenter on Asp.Net using WebFormsMVP framework</dc:creator>
		<pubDate>Sun, 30 May 2010 15:59:12 +0000</pubDate>
		<guid isPermaLink="false">/Articles/ASP.Net-MVC-without-using-&#039;The-Framework&#039;-part-1.aspx#comment-473</guid>
		<description>[...] more than a year ago, I wrote two posts on opting for MVC pattern on Asp.net Webform (Asp.Net MVC without using ‘the framework part1 and part 2: a good example of unit testing). A few months ago, I heard about Tatham Oddie’s [...]</description>
		<content:encoded><![CDATA[<p>[...] more than a year ago, I wrote two posts on opting for MVC pattern on Asp.net Webform (Asp.Net MVC without using ‘the framework part1 and part 2: a good example of unit testing). A few months ago, I heard about Tatham Oddie’s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ronaldwidha.net/2008/06/11/aspnet-mvc-without-using-the-framework-part-1/comment-page-1/#comment-215</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:13:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/ASP.Net-MVC-without-using-&#039;The-Framework&#039;-part-1.aspx#comment-215</guid>
		<description>&lt;p&gt;@Fajar Endra Nusa Thanks for the link. It&#039;s awesome. I&#039;ve actually read that through at some point ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Fajar Endra Nusa Thanks for the link. It&#8217;s awesome. I&#8217;ve actually read that through at some point <img src='http://www.ronaldwidha.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ronaldwidha.net/2008/06/11/aspnet-mvc-without-using-the-framework-part-1/comment-page-1/#comment-214</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 09 Apr 2009 02:17:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/ASP.Net-MVC-without-using-&#039;The-Framework&#039;-part-1.aspx#comment-214</guid>
		<description>&lt;p&gt;Developers used to create his/her own MVC approach for ASP.NET based web development, hehe. &lt;/p&gt;
&lt;p&gt;Anyway, Microsoft P&amp;P provides an Application Architecture Pocket Guide for web app (pdf version). We can simply download it from http://apparch.codeplex.com/Wiki/View.aspx?title=App%20Pattern%20-%20Three-Tier%20Web%20Application%20Scenario%20(Domain%20Entity).&lt;/p&gt;
&lt;p&gt;Keep posting good articles, Ron : )&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Developers used to create his/her own MVC approach for ASP.NET based web development, hehe. </p>
<p>Anyway, Microsoft P&#038;P provides an Application Architecture Pocket Guide for web app (pdf version). We can simply download it from <a href="http://apparch.codeplex.com/Wiki/View.aspx?title=App%20Pattern%20-%20Three-Tier%20Web%20Application%20Scenario%20(Domain%20Entity)" rel="nofollow">http://apparch.codeplex.com/Wiki/View.aspx?title=App%20Pattern%20-%20Three-Tier%20Web%20Application%20Scenario%20(Domain%20Entity)</a>.</p>
<p>Keep posting good articles, Ron : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronaldwidha</title>
		<link>http://www.ronaldwidha.net/2008/06/11/aspnet-mvc-without-using-the-framework-part-1/comment-page-1/#comment-213</link>
		<dc:creator>ronaldwidha</dc:creator>
		<pubDate>Sun, 15 Jun 2008 23:11:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/ASP.Net-MVC-without-using-&#039;The-Framework&#039;-part-1.aspx#comment-213</guid>
		<description>&lt;p&gt;Hey Xian! Thanks man. Glad you enjoyed it.&lt;/p&gt;
&lt;p&gt;&gt; What you are missing i suppose is a clear example of the benefits of this design pattern.&lt;/p&gt;
&lt;p&gt;I didn&#039;t want to cover what&#039;s already been stated elsewhere. If you notice, unlike most blogs, my posts contains (hopefully) enough links to keep one busy for a while.&lt;/p&gt;
&lt;p&gt;The link on the reference: Martin Fowler&#039;s Supervising Controller pattern discuss the very topic that you are asking (which you probably already knew, but still can enjoy).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Xian! Thanks man. Glad you enjoyed it.</p>
<p>> What you are missing i suppose is a clear example of the benefits of this design pattern.</p>
<p>I didn&#8217;t want to cover what&#8217;s already been stated elsewhere. If you notice, unlike most blogs, my posts contains (hopefully) enough links to keep one busy for a while.</p>
<p>The link on the reference: Martin Fowler&#8217;s Supervising Controller pattern discuss the very topic that you are asking (which you probably already knew, but still can enjoy).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ronaldwidha.net/2008/06/11/aspnet-mvc-without-using-the-framework-part-1/comment-page-1/#comment-212</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 15 Jun 2008 18:17:00 +0000</pubDate>
		<guid isPermaLink="false">/Articles/ASP.Net-MVC-without-using-&#039;The-Framework&#039;-part-1.aspx#comment-212</guid>
		<description>&lt;p&gt;That is a very concise definition Ron, with an easy to understand example. If only i was presented with this when i first learn of it :).&lt;/p&gt;
&lt;p&gt;What you are missing i suppose is a clear example of the benefits of this design pattern. But of course this is but part 1.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That is a very concise definition Ron, with an easy to understand example. If only i was presented with this when i first learn of it <img src='http://www.ronaldwidha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>What you are missing i suppose is a clear example of the benefits of this design pattern. But of course this is but part 1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

