<?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: Deciding Between ASP.NET MVC and WebForms</title>
	<atom:link href="http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/</link>
	<description>web development, tech reviews, tips, tricks, blogging</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:56:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Adrian Grigore</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-932</link>
		<dc:creator>Adrian Grigore</dc:creator>
		<pubDate>Tue, 05 May 2009 22:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-932</guid>
		<description>ASP.NET MVC is actually pretty good at validation, IMO much better than web forms (at least it is now, not sure if it was the same over half a year ago when you wrote the article). The reason for this is that you can centralize all validation rules on the model, so if multiple forms are using the same rules you&#039;ll still only have to write them once. &lt;br&gt;&lt;br&gt;There are even client-side validation frameworks for ASP.NET MVC (xVal for instance). So lots of form validation would actually be a reason to use MVC.</description>
		<content:encoded><![CDATA[<p>ASP.NET MVC is actually pretty good at validation, IMO much better than web forms (at least it is now, not sure if it was the same over half a year ago when you wrote the article). The reason for this is that you can centralize all validation rules on the model, so if multiple forms are using the same rules you&#39;ll still only have to write them once. </p>
<p>There are even client-side validation frameworks for ASP.NET MVC (xVal for instance). So lots of form validation would actually be a reason to use MVC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Grigore</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-807</link>
		<dc:creator>Adrian Grigore</dc:creator>
		<pubDate>Tue, 05 May 2009 15:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-807</guid>
		<description>ASP.NET MVC is actually pretty good at validation, IMO much better than web forms (at least it is now, not sure if it was the same over half a year ago when you wrote the article). The reason for this is that you can centralize all validation rules on the model, so if multiple forms are using the same rules you&#039;ll still only have to write them once. &lt;br&gt;&lt;br&gt;There are even client-side validation frameworks for ASP.NET MVC (xVal for instance). So lots of form validation would actually be a reason to use MVC.</description>
		<content:encoded><![CDATA[<p>ASP.NET MVC is actually pretty good at validation, IMO much better than web forms (at least it is now, not sure if it was the same over half a year ago when you wrote the article). The reason for this is that you can centralize all validation rules on the model, so if multiple forms are using the same rules you&#39;ll still only have to write them once. </p>
<p>There are even client-side validation frameworks for ASP.NET MVC (xVal for instance). So lots of form validation would actually be a reason to use MVC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eibrahim</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-723</link>
		<dc:creator>eibrahim</dc:creator>
		<pubDate>Thu, 18 Dec 2008 09:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-723</guid>
		<description>Looks really good.  You did a much better job ;)</description>
		<content:encoded><![CDATA[<p>Looks really good.  You did a much better job ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-722</link>
		<dc:creator>Vaibhav</dc:creator>
		<pubDate>Thu, 18 Dec 2008 05:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-722</guid>
		<description>Based on this article, and others that I have read on the Internet, and personal experience, I have represented this information again: &lt;a href=&quot;http://blog.gadodia.net/choosing-between-webforms-and-mvc/&quot; rel=&quot;nofollow&quot;&gt;http://blog.gadodia.net/choosing-between-webfor...&lt;/a&gt;&lt;br&gt;&lt;br&gt;As you are a visual person, please see if that makes things clearer for the normal guy.&lt;br&gt;&lt;br&gt;Cheers.</description>
		<content:encoded><![CDATA[<p>Based on this article, and others that I have read on the Internet, and personal experience, I have represented this information again: <a href="http://blog.gadodia.net/choosing-between-webforms-and-mvc/" rel="nofollow"></a><a href="http://blog.gadodia.net/choosing-between-webfor.." rel="nofollow">http://blog.gadodia.net/choosing-between-webfor..</a>.</p>
<p>As you are a visual person, please see if that makes things clearer for the normal guy.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Grigore</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-683</link>
		<dc:creator>Adrian Grigore</dc:creator>
		<pubDate>Tue, 14 Oct 2008 07:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-683</guid>
		<description>After following your flow chart, it seems like I should consider both. I&#039;d be surprised if the outcome would be different for an developer... ;-)&lt;br&gt;&lt;br&gt;Anyway, for cleaner generated HTML there are workarounds to (partially) achieve this with Web forms as well, such as the ASP.NET 2.0 CSS Friendly Control adapters ( &lt;a href=&quot;http://www.asp.net/CssAdapters/&quot;&gt;http://www.asp.net/CssAdapters/&lt;/a&gt; ). I just installed them a few days ago and they seem to work great.</description>
		<content:encoded><![CDATA[<p>After following your flow chart, it seems like I should consider both. I&#39;d be surprised if the outcome would be different for an developer&#8230; ;-)</p>
<p>Anyway, for cleaner generated HTML there are workarounds to (partially) achieve this with Web forms as well, such as the ASP.NET 2.0 CSS Friendly Control adapters ( <a href="http://www.asp.net/CssAdapters/">http://www.asp.net/CssAdapters/</a> ). I just installed them a few days ago and they seem to work great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Kelman</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-665</link>
		<dc:creator>Vladimir Kelman</dc:creator>
		<pubDate>Mon, 29 Sep 2008 21:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-665</guid>
		<description>To me, one of the worst features of  WebForm is posting to itself. It creates constant problems with a correct behavior of a browser&#039;s &quot;Back&quot; button. The cleanest aproach is to use PRG pattern, and WebForm does not give any feasible way to do that. My great hope is that ASP.NET MVC will resolve this issue.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.strong-point.com/Blogs/tabid/87/EntryID/8/Default.aspx&quot;&gt;http://www.strong-point.com/Blogs/tabid/87/Entr...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.strong-point.com/Blogs/tabid/87/EntryID/9/Default.aspx&quot;&gt;http://www.strong-point.com/Blogs/tabid/87/Entr...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://pro-thoughts.blogspot.com/2008/09/custom-viewstate-storage-and-multiple.html&quot;&gt;http://pro-thoughts.blogspot.com/2008/09/custom...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>To me, one of the worst features of  WebForm is posting to itself. It creates constant problems with a correct behavior of a browser&#39;s &#8220;Back&#8221; button. The cleanest aproach is to use PRG pattern, and WebForm does not give any feasible way to do that. My great hope is that ASP.NET MVC will resolve this issue.</p>
<p><a href="http://www.strong-point.com/Blogs/tabid/87/EntryID/8/Default.aspx"></a><a href="http://www.strong-point.com/Blogs/tabid/87/Entr.." rel="nofollow">http://www.strong-point.com/Blogs/tabid/87/Entr..</a>.<br /><a href="http://www.strong-point.com/Blogs/tabid/87/EntryID/9/Default.aspx"></a><a href="http://www.strong-point.com/Blogs/tabid/87/Entr.." rel="nofollow">http://www.strong-point.com/Blogs/tabid/87/Entr..</a>.<br /><a href="http://pro-thoughts.blogspot.com/2008/09/custom-viewstate-storage-and-multiple.html"></a><a href="http://pro-thoughts.blogspot.com/2008/09/custom.." rel="nofollow">http://pro-thoughts.blogspot.com/2008/09/custom..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nstults</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-651</link>
		<dc:creator>nstults</dc:creator>
		<pubDate>Fri, 12 Sep 2008 18:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-651</guid>
		<description>I agree that a flow-chart may not be the best decision making tool in this case. I do like the idea of weighting the pros and cons, but a flowchart strongly suggests a single path, in which decisions at one node will determine your next steps, and this implies a sequential relationship among the decision points. In a situation such as this, that just isn&#039;t the case, and so a flowchart has the potentially to be extremely misleading. A weighted set of priorities that products a score for each choice would be somewhat better. Personally, I think the decision comes down to the skill level and experience of the dev team, and how critical use of third party UI libraries is. If you *need* a third party UI suite like Telerik&#039;s, Infragistics or DevExpress, you can&#039;t choose MVC. If you have very junior developers that will rely heavily on copious documentation, books, training from MS, you probably can&#039;t choose MVC.  Otherwise, MVC is a very good choice and will pull your team into a new (very health) paradigm of software development because most of the community activity around MVC is practicing TDD, DDD, using ORM&#039;s, etc.</description>
		<content:encoded><![CDATA[<p>I agree that a flow-chart may not be the best decision making tool in this case. I do like the idea of weighting the pros and cons, but a flowchart strongly suggests a single path, in which decisions at one node will determine your next steps, and this implies a sequential relationship among the decision points. In a situation such as this, that just isn&#39;t the case, and so a flowchart has the potentially to be extremely misleading. A weighted set of priorities that products a score for each choice would be somewhat better. Personally, I think the decision comes down to the skill level and experience of the dev team, and how critical use of third party UI libraries is. If you *need* a third party UI suite like Telerik&#39;s, Infragistics or DevExpress, you can&#39;t choose MVC. If you have very junior developers that will rely heavily on copious documentation, books, training from MS, you probably can&#39;t choose MVC.  Otherwise, MVC is a very good choice and will pull your team into a new (very health) paradigm of software development because most of the community activity around MVC is practicing TDD, DDD, using ORM&#39;s, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PabloBlamirez</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-631</link>
		<dc:creator>PabloBlamirez</dc:creator>
		<pubDate>Tue, 09 Sep 2008 17:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-631</guid>
		<description>Regarding Web Form Strength 1 (Better for RAD) that is on balance probably fair but to get the most from the RAD experience you have to be prepared to just accept the web forms way of working databinding, standard controls etc. &lt;br&gt;If you do decide you want to deviate from the well trodden path then I find that the amount of code that is required to perform simple tasks (if done in MVC) can seem disproportionate.&lt;br&gt;For example to add a hidden field per row in a repeater and bind a value to it requires the on_row_databinding (close?) to be used and the control found in the control tree before a value can be assigned to it. Some things just feel more complex than they need to be if you understand the what is really happening behind the webforms facade</description>
		<content:encoded><![CDATA[<p>Regarding Web Form Strength 1 (Better for RAD) that is on balance probably fair but to get the most from the RAD experience you have to be prepared to just accept the web forms way of working databinding, standard controls etc. <br />If you do decide you want to deviate from the well trodden path then I find that the amount of code that is required to perform simple tasks (if done in MVC) can seem disproportionate.<br />For example to add a hidden field per row in a repeater and bind a value to it requires the on_row_databinding (close?) to be used and the control found in the control tree before a value can be assigned to it. Some things just feel more complex than they need to be if you understand the what is really happening behind the webforms facade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eibrahim</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-629</link>
		<dc:creator>eibrahim</dc:creator>
		<pubDate>Mon, 08 Sep 2008 16:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-629</guid>
		<description>You are absolutely right.  Ofcourse, you can do grids and form validation in mvc but the idea here is which framework is easier to use for that specific task.  &lt;br&gt;&lt;br&gt;You can pretty much create a sortable, pageable and editable grid in webforms by simply dragging a table from your database into your webform...</description>
		<content:encoded><![CDATA[<p>You are absolutely right.  Ofcourse, you can do grids and form validation in mvc but the idea here is which framework is easier to use for that specific task.  </p>
<p>You can pretty much create a sortable, pageable and editable grid in webforms by simply dragging a table from your database into your webform&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eibrahim</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-628</link>
		<dc:creator>eibrahim</dc:creator>
		<pubDate>Mon, 08 Sep 2008 16:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-628</guid>
		<description>Good point.  But I am a visual person and love to see charts :)...  &lt;br&gt;&lt;br&gt;But I do also have a list of &quot;strengths&quot; of both frameworks...  Do you have other suggestions or anything else that you think should be in the list below?&lt;br&gt;&lt;br&gt;MVC Strengths&lt;br&gt;	1.	Absolute control over rendered HTML&lt;br&gt;	2.	No ViewState&lt;br&gt;	3.	No PostBack&lt;br&gt;	4.	Clean separation of responsibility (Model, View, Controller)&lt;br&gt;	5.	Better suited for TDD&lt;br&gt;	6.	Steeper learning curve (might depend on your background)&lt;br&gt;Web Forms Strengths&lt;br&gt;	1.	Better suited for Rapid Application Development (RAD)&lt;br&gt;	2.	A plethora of third party controls and tools&lt;br&gt;	3.	Better integration with the IDE (Visual Studio 2008)&lt;br&gt;	4.	Abstraction of low level layers (HTML, CSS, JavaScript)</description>
		<content:encoded><![CDATA[<p>Good point.  But I am a visual person and love to see charts :)&#8230;  </p>
<p>But I do also have a list of &#8220;strengths&#8221; of both frameworks&#8230;  Do you have other suggestions or anything else that you think should be in the list below?</p>
<p>MVC Strengths<br />	1.	Absolute control over rendered HTML<br />	2.	No ViewState<br />	3.	No PostBack<br />	4.	Clean separation of responsibility (Model, View, Controller)<br />	5.	Better suited for TDD<br />	6.	Steeper learning curve (might depend on your background)<br />Web Forms Strengths<br />	1.	Better suited for Rapid Application Development (RAD)<br />	2.	A plethora of third party controls and tools<br />	3.	Better integration with the IDE (Visual Studio 2008)<br />	4.	Abstraction of low level layers (HTML, CSS, JavaScript)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PabloBlamirez</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-627</link>
		<dc:creator>PabloBlamirez</dc:creator>
		<pubDate>Mon, 08 Sep 2008 09:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-627</guid>
		<description>Decision 1:&lt;br&gt;Need to use a flowchart to decide which approach to use?&lt;br&gt;&lt;br&gt;No:&lt;br&gt;Great, you seem qualified to be the lead on this project&lt;br&gt;&lt;br&gt;Yes: &lt;br&gt;Best stick to whichever methodology you know best&lt;br&gt;&lt;br&gt;Seriously though, maybe these would just be better as a small list of pros and cons for each approach, leaving it to the readers good sense to decide what to do with that information</description>
		<content:encoded><![CDATA[<p>Decision 1:<br />Need to use a flowchart to decide which approach to use?</p>
<p>No:<br />Great, you seem qualified to be the lead on this project</p>
<p>Yes: <br />Best stick to whichever methodology you know best</p>
<p>Seriously though, maybe these would just be better as a small list of pros and cons for each approach, leaving it to the readers good sense to decide what to do with that information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad Mosa</title>
		<link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/comment-page-1/#comment-625</link>
		<dc:creator>Muhammad Mosa</dc:creator>
		<pubDate>Sun, 07 Sep 2008 18:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-625</guid>
		<description>Well, very interesting flow chart. However I am not very experianced in MVC. But I would like to give an opinion actually. For heavly Data Driven, that might include too much GridViews like controls etc.. This is also can be achived in MVC. Might need some more work maybe, but still achivable. And soon we might find some helpers to resolve such things.&lt;br&gt;So the port previous to this one RAD! is much coverring for faster development that will include such data driven scenarios.&lt;br&gt;That was just my idea. I see the 3rd node is a bit confusing.</description>
		<content:encoded><![CDATA[<p>Well, very interesting flow chart. However I am not very experianced in MVC. But I would like to give an opinion actually. For heavly Data Driven, that might include too much GridViews like controls etc.. This is also can be achived in MVC. Might need some more work maybe, but still achivable. And soon we might find some helpers to resolve such things.<br />So the port previous to this one RAD! is much coverring for faster development that will include such data driven scenarios.<br />That was just my idea. I see the 3rd node is a bit confusing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->