<?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: Does the ASP.Net MVC Framework Frustrate You?</title>
	<atom:link href="http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Sep 2011 17:23:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: hyperhyper</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-754</link>
		<dc:creator>hyperhyper</dc:creator>
		<pubDate>Fri, 13 Aug 2010 17:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-754</guid>
		<description>So here we are 2 years later and the pace that things are pouring out of Micrsoft is still going.  

*  F#
*  MVC 2 came out in April 
*  MVC 3 beta 1 is out 
*  LInq is out (still supported though), EF4 is in.
*  Razor
*  Webmatrix
*  Silverlight 4
*  Expression Studio 4

As someone who took a few steps away from the MS world and is now getting back into it, it is hard to know which direction is the correct one.  I started to look at LINQ back when MVC first came out and it looked pretty nice but then word came down that MS was dropping it in favour of EF (though it is still supported, the recommended way is to use EF for various reasons).

Hard to know if they are going to change directions again and drop the technology that I have spent months learning.

You can see the chaos with their other divisions as well (Zune, Bing, WinMo + Kin).  There needs to be some overarching vision within the company - they have the brains and talent to turn themselves back into a company that leads in many areas.   

Hopefully things settle down a bit because I&#039;ve attached myself to them again and I&#039;m not a fan of bumpy rides.</description>
		<content:encoded><![CDATA[<p>So here we are 2 years later and the pace that things are pouring out of Micrsoft is still going.  </p>
<p>*  F#<br />
*  MVC 2 came out in April<br />
*  MVC 3 beta 1 is out<br />
*  LInq is out (still supported though), EF4 is in.<br />
*  Razor<br />
*  Webmatrix<br />
*  Silverlight 4<br />
*  Expression Studio 4</p>
<p>As someone who took a few steps away from the MS world and is now getting back into it, it is hard to know which direction is the correct one.  I started to look at LINQ back when MVC first came out and it looked pretty nice but then word came down that MS was dropping it in favour of EF (though it is still supported, the recommended way is to use EF for various reasons).</p>
<p>Hard to know if they are going to change directions again and drop the technology that I have spent months learning.</p>
<p>You can see the chaos with their other divisions as well (Zune, Bing, WinMo + Kin).  There needs to be some overarching vision within the company &#8211; they have the brains and talent to turn themselves back into a company that leads in many areas.   </p>
<p>Hopefully things settle down a bit because I&#8217;ve attached myself to them again and I&#8217;m not a fan of bumpy rides.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Bushnell</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-58</link>
		<dc:creator>Richard Bushnell</dc:creator>
		<pubDate>Tue, 10 Feb 2009 08:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-58</guid>
		<description>Hi Paul,

Yes, it is a bit of an old post, but I don&#039;t really see any big changes in the MVC framework. And as you point out, I really don&#039;t see any advantages to using it for most ASP.Net developers.

I must admit, I haven&#039;t used the ASP.Net MVC bits for a while, but I did have a look at the source code repository on codeplex recently. Despite Scott Hanselman&#039;s statement to the contrary (see the comments above), it really does seem to be a poor implementation of Rails. Granted, the MVC model has been around a long time, but all the other stuff in Rails hasn&#039;t, and they&#039;ve obviously tried to copy it.

As you suggest, I do not see why they didn&#039;t take the bull by the horns, communicate with P&amp;P, and try to create a new framework which makes it quicker to develop and easier to test with WebForms than it has been so far.

I too have my own implementation of MVP, copied and simplified from P&amp;P. It turns out to be a nice model. If they had put the same investment into building nice tools to support that model in Visual Studio, people would have been just as happy, and actually started to use it. Now there is a completely new model, and our customers won&#039;t pay us to use it.

Thanks for your comment. Much appreciated, and very interesting to know how people see the MVC stuff at this late stage.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Yes, it is a bit of an old post, but I don&#8217;t really see any big changes in the MVC framework. And as you point out, I really don&#8217;t see any advantages to using it for most ASP.Net developers.</p>
<p>I must admit, I haven&#8217;t used the ASP.Net MVC bits for a while, but I did have a look at the source code repository on codeplex recently. Despite Scott Hanselman&#8217;s statement to the contrary (see the comments above), it really does seem to be a poor implementation of Rails. Granted, the MVC model has been around a long time, but all the other stuff in Rails hasn&#8217;t, and they&#8217;ve obviously tried to copy it.</p>
<p>As you suggest, I do not see why they didn&#8217;t take the bull by the horns, communicate with P&#038;P, and try to create a new framework which makes it quicker to develop and easier to test with WebForms than it has been so far.</p>
<p>I too have my own implementation of MVP, copied and simplified from P&#038;P. It turns out to be a nice model. If they had put the same investment into building nice tools to support that model in Visual Studio, people would have been just as happy, and actually started to use it. Now there is a completely new model, and our customers won&#8217;t pay us to use it.</p>
<p>Thanks for your comment. Much appreciated, and very interesting to know how people see the MVC stuff at this late stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul, UK</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-57</link>
		<dc:creator>Paul, UK</dc:creator>
		<pubDate>Mon, 09 Feb 2009 23:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-57</guid>
		<description>Hi, this seems to be an old post but as a someone who looked at the latest (9th Feb 2009) release (and unless I missed something major?!) I&#039;m inclined to agree with your most of your comments Richard.

My MVC experience came from requirements such as a) everything must be expressed in XML b) from customers who were always providing &#039;changes&#039; c) it must run (maybe) on both web and winform.  Hence I chose the UIP from P&amp;P.  Okay it was messy (maybe due to some design pattern choices I made OUTSIDE UIP) but on the whole it worked (I didn&#039;t worry too much about screen/state flow too much).

Now, I expected a posh(er) version of UIP that allowed be to use my (and my customers) WebForms investiment including all the AJAX stuff.  I also like the XML definition as I could generate some cool looking graphs to validate the requirements IN PICTURES (as well as allowing the &#039;just configuaration changes&#039; the salesman promised to our customers).

The MS MVC appears to do away with this and put all the navigation/state tranistion stuff in compiled code.   I could cope with that if I didn&#039;t then have to junk all the AJAX stuff we&#039;ve invested in (GridView editing hacks and add-ons etc.). as well as stuff like watermark textboxes etc.  Yep, I could re-code these but the point is I don&#039;t want to and nor does my customer wish to pay me to do so.  So what do I do (look around for a more grown up UIP so I may answer my own question)?</description>
		<content:encoded><![CDATA[<p>Hi, this seems to be an old post but as a someone who looked at the latest (9th Feb 2009) release (and unless I missed something major?!) I&#8217;m inclined to agree with your most of your comments Richard.</p>
<p>My MVC experience came from requirements such as a) everything must be expressed in XML b) from customers who were always providing &#8216;changes&#8217; c) it must run (maybe) on both web and winform.  Hence I chose the UIP from P&amp;P.  Okay it was messy (maybe due to some design pattern choices I made OUTSIDE UIP) but on the whole it worked (I didn&#8217;t worry too much about screen/state flow too much).</p>
<p>Now, I expected a posh(er) version of UIP that allowed be to use my (and my customers) WebForms investiment including all the AJAX stuff.  I also like the XML definition as I could generate some cool looking graphs to validate the requirements IN PICTURES (as well as allowing the &#8216;just configuaration changes&#8217; the salesman promised to our customers).</p>
<p>The MS MVC appears to do away with this and put all the navigation/state tranistion stuff in compiled code.   I could cope with that if I didn&#8217;t then have to junk all the AJAX stuff we&#8217;ve invested in (GridView editing hacks and add-ons etc.). as well as stuff like watermark textboxes etc.  Yep, I could re-code these but the point is I don&#8217;t want to and nor does my customer wish to pay me to do so.  So what do I do (look around for a more grown up UIP so I may answer my own question)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-56</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 06 Aug 2008 08:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-56</guid>
		<description>Yes it&#039;s this overwhelming deluge of &quot;new&quot; technology that is urging me out of a hands-on role and into something more managerial.</description>
		<content:encoded><![CDATA[<p>Yes it&#8217;s this overwhelming deluge of &#8220;new&#8221; technology that is urging me out of a hands-on role and into something more managerial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-55</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 02 Jul 2008 23:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-55</guid>
		<description>I agree fully agree with this post.  Why does Microsoft have to rip stuff off?  Look at this post on Mr. Lam&#039;s blog:

http://www.iunknown.com/2008/06/ironruby-and-aspnet-mvc.html

Come on man!! Microsoft is just feeding DHH&#039;s master plan. If just 10% of guys who never heard of Rails discover it was the basis of ASP.NET MVC and they fall in love with Ruby, you have just asked them to jump over to the Mac loving Microsoft hating world.  That&#039;s what happened to me...and its only a matter of time until I break free of the 800 pound gorilla.

That code is almost identical to Rails code...with only minor differences.  Microsoft is a ten headed dragon with each head trying to move the body in a different directions.  You know what would be better?  Dump Windows...dump it and build an OS from the ground up that can kick OS X&#039;s ass.  Spin off companies for SharePoint and all the other shit and let them survive or die in the marketplace. Until you do something smart, I&#039;m going to talk shit about you on a daily basis....and I work in Redmond...but thankfully not for Microsoft.</description>
		<content:encoded><![CDATA[<p>I agree fully agree with this post.  Why does Microsoft have to rip stuff off?  Look at this post on Mr. Lam&#8217;s blog:</p>
<p><a href="http://www.iunknown.com/2008/06/ironruby-and-aspnet-mvc.html" rel="nofollow">http://www.iunknown.com/2008/06/ironruby-and-aspnet-mvc.html</a></p>
<p>Come on man!! Microsoft is just feeding DHH&#8217;s master plan. If just 10% of guys who never heard of Rails discover it was the basis of ASP.NET MVC and they fall in love with Ruby, you have just asked them to jump over to the Mac loving Microsoft hating world.  That&#8217;s what happened to me&#8230;and its only a matter of time until I break free of the 800 pound gorilla.</p>
<p>That code is almost identical to Rails code&#8230;with only minor differences.  Microsoft is a ten headed dragon with each head trying to move the body in a different directions.  You know what would be better?  Dump Windows&#8230;dump it and build an OS from the ground up that can kick OS X&#8217;s ass.  Spin off companies for SharePoint and all the other shit and let them survive or die in the marketplace. Until you do something smart, I&#8217;m going to talk shit about you on a daily basis&#8230;.and I work in Redmond&#8230;but thankfully not for Microsoft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ Trehy</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-54</link>
		<dc:creator>TJ Trehy</dc:creator>
		<pubDate>Tue, 25 Mar 2008 08:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-54</guid>
		<description>I am with you Richard and feel a bit overwhelming too! But guys like Scott and Rob are undoubtedly tickled pink by the MVC and &quot;Ruby on Rails&quot;.

Anyhow, after watching this video some time ago (now missing in action):
http://subsonic.wekeroad.com/view/all-about-rails.asp
by Rob I was convinced that the MVC is the future.

Nevertheless, I am not sure why Scott downplayed the MVC at the MIX08 saying something like, &quot;99% of you probably won&#039;t be interested in this.&quot; But shouldn&#039;t we be?

Lastly, maybe we should have become history teachers. I think it would have been a lot easier, although a lot less fun.

Oh well!</description>
		<content:encoded><![CDATA[<p>I am with you Richard and feel a bit overwhelming too! But guys like Scott and Rob are undoubtedly tickled pink by the MVC and &#8220;Ruby on Rails&#8221;.</p>
<p>Anyhow, after watching this video some time ago (now missing in action):<br />
<a href="http://subsonic.wekeroad.com/view/all-about-rails.asp" rel="nofollow">http://subsonic.wekeroad.com/view/all-about-rails.asp</a><br />
by Rob I was convinced that the MVC is the future.</p>
<p>Nevertheless, I am not sure why Scott downplayed the MVC at the MIX08 saying something like, &#8220;99% of you probably won&#8217;t be interested in this.&#8221; But shouldn&#8217;t we be?</p>
<p>Lastly, maybe we should have become history teachers. I think it would have been a lot easier, although a lot less fun.</p>
<p>Oh well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafael Pol</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-53</link>
		<dc:creator>Rafael Pol</dc:creator>
		<pubDate>Thu, 31 Jan 2008 00:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-53</guid>
		<description>+1 Totally agree, those people at Redmond are killing me.</description>
		<content:encoded><![CDATA[<p>+1 Totally agree, those people at Redmond are killing me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Bushnell</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-52</link>
		<dc:creator>Richard Bushnell</dc:creator>
		<pubDate>Wed, 30 Jan 2008 07:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-52</guid>
		<description>Scott,

Okay. I stand corrected. :)</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>Okay. I stand corrected. <img src='http://www.richardbushnell.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hanselman</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-51</link>
		<dc:creator>Scott Hanselman</dc:creator>
		<pubDate>Wed, 30 Jan 2008 05:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-51</guid>
		<description>Richard,

Totally, I agree that there is lots of Rails-like stuff in there, just as Rails looks like classic Model2. I was calling RenderView and Routing stuff in Java at Nike like ten years ago. I don&#039;t say that to be flippant or defensive (it&#039;s hard to tell &quot;tone&quot; in text) I say it in a matter-of-fact way. MVC concepts are not new and they can only be done so many ways. You know?</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Totally, I agree that there is lots of Rails-like stuff in there, just as Rails looks like classic Model2. I was calling RenderView and Routing stuff in Java at Nike like ten years ago. I don&#8217;t say that to be flippant or defensive (it&#8217;s hard to tell &#8220;tone&#8221; in text) I say it in a matter-of-fact way. MVC concepts are not new and they can only be done so many ways. You know?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Bushnell</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-50</link>
		<dc:creator>Richard Bushnell</dc:creator>
		<pubDate>Mon, 28 Jan 2008 18:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-50</guid>
		<description>Scott,

I&#039;m not meaning to put the MVC framework down in any way. There&#039;s definitely some great work being done there. You must admit though, the Routing, the RenderView methods, etc, etc, all are extremely similar to Rails.

In itself, that&#039;s not such a bad thing. My only question is can we relieve the pain of ASP.Net as it is now, without having to resort to something completely new.

Richard</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>I&#8217;m not meaning to put the MVC framework down in any way. There&#8217;s definitely some great work being done there. You must admit though, the Routing, the RenderView methods, etc, etc, all are extremely similar to Rails.</p>
<p>In itself, that&#8217;s not such a bad thing. My only question is can we relieve the pain of ASP.Net as it is now, without having to resort to something completely new.</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Hughes</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-49</link>
		<dc:creator>Ian Hughes</dc:creator>
		<pubDate>Mon, 28 Jan 2008 18:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-49</guid>
		<description>Awesome write-up, Richard. I think you echo the sentiments of a lot of people out there. There is so much excitement about what is coming out Redmond these days, but the pace is relentless and exhaustive to keep-up with. A few weeks back (around the time Volta was released at MS Live Labs) I just yelled &quot;enough!&quot;.

Ok, I have an amazing set of tools from MS right now; I am just going to focus on mastering what I have without adding anything new for bit. I feel like a contestant of that &quot;Supermaket Sweeps&quot; game-show. Rushing down the aisles shoving as much technology into a basket as I can in the allotted time.

I love MVC as pattern and I think it&#039;s great for clean development livin&#039; I just hope that it doesn&#039;t become a casualty of Microsoft new technology fatigue.</description>
		<content:encoded><![CDATA[<p>Awesome write-up, Richard. I think you echo the sentiments of a lot of people out there. There is so much excitement about what is coming out Redmond these days, but the pace is relentless and exhaustive to keep-up with. A few weeks back (around the time Volta was released at MS Live Labs) I just yelled &#8220;enough!&#8221;.</p>
<p>Ok, I have an amazing set of tools from MS right now; I am just going to focus on mastering what I have without adding anything new for bit. I feel like a contestant of that &#8220;Supermaket Sweeps&#8221; game-show. Rushing down the aisles shoving as much technology into a basket as I can in the allotted time.</p>
<p>I love MVC as pattern and I think it&#8217;s great for clean development livin&#8217; I just hope that it doesn&#8217;t become a casualty of Microsoft new technology fatigue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.Net MVC Corollary - What to do? - .Net Smoothie</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-48</link>
		<dc:creator>ASP.Net MVC Corollary - What to do? - .Net Smoothie</dc:creator>
		<pubDate>Mon, 28 Jan 2008 03:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-48</guid>
		<description>[...] seems like my last post caused quite an unexpected stir. Thanks to both Rob and Scott for taking the time to answer me. I [...]</description>
		<content:encoded><![CDATA[<p>[...] seems like my last post caused quite an unexpected stir. Thanks to both Rob and Scott for taking the time to answer me. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henning Kilset</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-47</link>
		<dc:creator>Henning Kilset</dc:creator>
		<pubDate>Sat, 26 Jan 2008 19:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-47</guid>
		<description>Hello. New kid on the block here.

To be honest, I don&#039;t really think the ASP.Net MVC Framework (MVC.Net?) is targeted at existing, longtime, hardcore ASP.Net developers. It&#039;s definitely going to have pull with the &quot;in-crowd&quot; currently tinkering with Rails, JBoss Seam and MonoRail, though.

We&#039;re working on many different Monorail projects at work, and we keep looking sideways to whatever ASP.Net MVC &quot;is up to&quot; currently, but have found it to be a bit lacking still. With some time, I&#039;m sure we&#039;re going to make the switch.</description>
		<content:encoded><![CDATA[<p>Hello. New kid on the block here.</p>
<p>To be honest, I don&#8217;t really think the ASP.Net MVC Framework (MVC.Net?) is targeted at existing, longtime, hardcore ASP.Net developers. It&#8217;s definitely going to have pull with the &#8220;in-crowd&#8221; currently tinkering with Rails, JBoss Seam and MonoRail, though.</p>
<p>We&#8217;re working on many different Monorail projects at work, and we keep looking sideways to whatever ASP.Net MVC &#8220;is up to&#8221; currently, but have found it to be a bit lacking still. With some time, I&#8217;m sure we&#8217;re going to make the switch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Stevens</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-46</link>
		<dc:creator>Alan Stevens</dc:creator>
		<pubDate>Sat, 26 Jan 2008 03:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-46</guid>
		<description>Richard, I totally get where you&#039;re coming from. I think the idea is to allow devs more choice in how we build web apps. I also believe that tools like the MVC Tolkit and MVC Contrib will provide additional tools to make working with MVC more RAD.

Besides, Scott&#039;s gonna&#039; make everything okay. :-)

++Alan</description>
		<content:encoded><![CDATA[<p>Richard, I totally get where you&#8217;re coming from. I think the idea is to allow devs more choice in how we build web apps. I also believe that tools like the MVC Tolkit and MVC Contrib will provide additional tools to make working with MVC more RAD.</p>
<p>Besides, Scott&#8217;s gonna&#8217; make everything okay. <img src='http://www.richardbushnell.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>++Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Conery &#187; Ramble: ASP.NET MVC Is A Geek Chisel</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-45</link>
		<dc:creator>Rob Conery &#187; Ramble: ASP.NET MVC Is A Geek Chisel</dc:creator>
		<pubDate>Sat, 26 Jan 2008 00:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-45</guid>
		<description>[...] question has come up a lot (this is from Rich Bushnell&#8217;s recent post): I don’t need a complete new system for building pages. It just took me 3 years to learn ASP.Net [...]</description>
		<content:encoded><![CDATA[<p>[...] question has come up a lot (this is from Rich Bushnell&#8217;s recent post): I don’t need a complete new system for building pages. It just took me 3 years to learn ASP.Net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hanselman</title>
		<link>http://www.richardbushnell.net/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/comment-page-1/#comment-44</link>
		<dc:creator>Scott Hanselman</dc:creator>
		<pubDate>Fri, 25 Jan 2008 09:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://richardbushnell.net/index.php/2008/01/25/does-the-aspnet-mvc-framework-frustrate-you/#comment-44</guid>
		<description>I think you have some very valid points, and I&#039;ll write up a post to answer some of your concerns. I would however push back a bit in calling ASP.NET MVC a blatant copy of Rails. MVC is almost 30 years old as a concept and P&amp;P had an MVP imp before Rails existed, not to mention Monorail was around for a long time. To be clear, you h have many valid points, I&#039;m just saying not everything is a copy or rip off of Rails.

I will help get you the guidance you&#039;re asking for.</description>
		<content:encoded><![CDATA[<p>I think you have some very valid points, and I&#8217;ll write up a post to answer some of your concerns. I would however push back a bit in calling ASP.NET MVC a blatant copy of Rails. MVC is almost 30 years old as a concept and P&amp;P had an MVP imp before Rails existed, not to mention Monorail was around for a long time. To be clear, you h have many valid points, I&#8217;m just saying not everything is a copy or rip off of Rails.</p>
<p>I will help get you the guidance you&#8217;re asking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

