<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Emad Ibrahim - Latest Comments in Deciding Between ASP.NET MVC and WebForms</title><link>http://emadibrahim.disqus.com/</link><description></description><language>en</language><lastBuildDate>Tue, 05 May 2009 13:39:30 -0000</lastBuildDate><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-9018879</link><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'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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Grigore</dc:creator><pubDate>Tue, 05 May 2009 13:39:30 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-4479378</link><description>Looks really good.  You did a much better job ;)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">eibrahim</dc:creator><pubDate>Thu, 18 Dec 2008 07:18:09 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-4477739</link><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="http://blog.gadodia.net/choosing-between-webforms-and-mvc/" rel="nofollow"&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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vaibhav</dc:creator><pubDate>Thu, 18 Dec 2008 03:46:06 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-3038896</link><description>After following your flow chart, it seems like I should consider both. I'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="http://www.asp.net/CssAdapters/" rel="nofollow"&gt;http://www.asp.net/CssAdapters/&lt;/a&gt; ). I just installed them a few days ago and they seem to work great.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Grigore</dc:creator><pubDate>Tue, 14 Oct 2008 05:43:13 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-2741831</link><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's "Back" 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="http://www.strong-point.com/Blogs/tabid/87/EntryID/8/Default.aspx" rel="nofollow"&gt;http://www.strong-point.com/Blogs/tabid/87/Entr...&lt;/a&gt;&lt;br&gt;&lt;a href="http://www.strong-point.com/Blogs/tabid/87/EntryID/9/Default.aspx" rel="nofollow"&gt;http://www.strong-point.com/Blogs/tabid/87/Entr...&lt;/a&gt;&lt;br&gt;&lt;a href="http://pro-thoughts.blogspot.com/2008/09/custom-viewstate-storage-and-multiple.html" rel="nofollow"&gt;http://pro-thoughts.blogspot.com/2008/09/custom...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vladimir Kelman</dc:creator><pubDate>Mon, 29 Sep 2008 19:20:21 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-2306735</link><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'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's, Infragistics or DevExpress, you can't choose MVC. If you have very junior developers that will rely heavily on copious documentation, books, training from MS, you probably can'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's, etc.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nstults</dc:creator><pubDate>Fri, 12 Sep 2008 16:35:57 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-2249706</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PabloBlamirez</dc:creator><pubDate>Tue, 09 Sep 2008 15:17:57 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-2234021</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">eibrahim</dc:creator><pubDate>Mon, 08 Sep 2008 14:38:47 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-2233996</link><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 "strengths" 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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">eibrahim</dc:creator><pubDate>Mon, 08 Sep 2008 14:36:17 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-2228239</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">PabloBlamirez</dc:creator><pubDate>Mon, 08 Sep 2008 07:18:41 -0000</pubDate></item><item><title>Re: Deciding Between ASP.NET MVC and WebForms</title><link>http://www.emadibrahim.com/2008/09/07/deciding-between-aspnet-mvc-and-webforms/#comment-2218962</link><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><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Muhammad Mosa</dc:creator><pubDate>Sun, 07 Sep 2008 16:51:11 -0000</pubDate></item></channel></rss>