MVC Proponents - Please leave my webforms alone or I'll go PRADOhttp://forums.asp.net/t/1348862.aspx/1?MVC+Proponents+Please+leave+my+webforms+alone+or+I+ll+go+PRADOSun, 23 Nov 2008 20:44:25 -050013488622749168http://forums.asp.net/p/1348862/2749168.aspx/1?MVC+Proponents+Please+leave+my+webforms+alone+or+I+ll+go+PRADOMVC Proponents - Please leave my webforms alone or I'll go PRADO <p>What's is going on with this MVC crazinness.&nbsp; I'm sorry but I had to vent.&nbsp; This has to stop.&nbsp; MVC was good for desktop applications, but for the web?&nbsp; I saw the video that claims they will do a task-list in 20 minutes; I laughed.&nbsp; First, the person was rushing through the IDE as only a seasoned expert can.&nbsp; Second, he mixed a lot of foreach tags with the html.&nbsp; Third, I built the same application with webforms in 5 minutes (no kidding); just dragged a data list, dragged a data_source, even opened a linq to sql and bound the linq to the data list.&nbsp; Formatted the datalist to be understrike after selected.&nbsp; Oh, put some css as well to make it nice (that actually took me 2 of the 5 minutes).&nbsp; ASP.NET Developers Listen - we love webforms.&nbsp; There is no need to change what's good.&nbsp; That was the only reason why I'm paying a more expensive hosting that supports ASP.NET.&nbsp; I'm telling you, if you go MVC - I'll go PRADO and host my site in a free Apache server.&nbsp; Nough said.&nbsp; Thank you.</p> 2008-11-17T03:03:01-05:002749606http://forums.asp.net/p/1348862/2749606.aspx/1?Re+MVC+Proponents+Please+leave+my+webforms+alone+or+I+ll+go+PRADORe: MVC Proponents - Please leave my webforms alone or I'll go PRADO <p>Hi,</p> <p>please take a look at this article: <a id="viewpost_ascx_TitleUrl" title="Title of this entry." href="http://www.haacked.com/archive/2008/11/13/future-of-aspnet.aspx"> The Future of WebForms And ASP.NET MVC</a>.&nbsp;At our project we also still use webforms but if there would come&nbsp;server controls like a listview, ..., in it we might take a dive into it. Personally I like that the ASP.NET team added several new possible ways of developing your stuf&nbsp;(Webforms, MVC, dynamic data, ...) and that you have the choice. If you want to stick with webforms that's just ok.</p> <p>Grz, Kris.</p> 2008-11-17T07:50:15-05:002749641http://forums.asp.net/p/1348862/2749641.aspx/1?Re+MVC+Proponents+Please+leave+my+webforms+alone+or+I+ll+go+PRADORe: MVC Proponents - Please leave my webforms alone or I'll go PRADO <p>&nbsp;That post is fun. If you like webforms, stick with it. But don't come around telling people to stop develop mvc, please no. I'm so happy to have got rid of webforms, should MVC be dropped, I'll leave microsoft technologies to switch to ruby on rails.</p> <p>&nbsp;</p> <p>Nough said.</p> <p>Thank you. <br> </p> 2008-11-17T08:11:47-05:002749929http://forums.asp.net/p/1348862/2749929.aspx/1?Re+MVC+Proponents+Please+leave+my+webforms+alone+or+I+ll+go+PRADORe: MVC Proponents - Please leave my webforms alone or I'll go PRADO <p>&nbsp;Hi,</p> <p>&nbsp; &nbsp; You are true lover of Web Form. I appreciate it. But each development (Web Form or MVC) has it's own advantage(s) and disadvantage(s). </p> <p>Let's leave it to the developer or Architect to decide which one they want. </p> <p>Regards, </p> <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mvcian <br> </p> 2008-11-17T10:26:22-05:002750821http://forums.asp.net/p/1348862/2750821.aspx/1?Re+MVC+Proponents+Please+leave+my+webforms+alone+or+I+ll+go+PRADORe: MVC Proponents - Please leave my webforms alone or I'll go PRADO <p>All,</p> <p>I appreciate that my opinion is being heard.&nbsp; I have to admit that maybe I judged to quickly.&nbsp; I played around with MVC and identified some potential development benefits.&nbsp; I still think it is a retro-move to something that was engineered in the 70's (late 70's but still 70's) and for totally different purposes than the web.&nbsp; Also, although the first MVC architecture proposed the separation of those elements, that doesnt mean that you actually have to have the architecture with that specific framework.&nbsp; Let me explain; the first proposal was to create layers between the data logic (then named models), the business logic (then named controller) and the ui logic (then named views); but that does not mean that your architecture has to have those specific frames.&nbsp; </p> <p>The code-behind model was&nbsp;developed by Microsoft in the 90's (1995 was the first proposal with XSP(?) but the final framework didnot become official until late 90's).&nbsp; The code-behind model was good for the web because it separated all the layers mentioned above, but did not create abstractions out of the actual pages.&nbsp; See, MVC is proposed for big enterprises, but those are the actual ones that will notice the effect in performance when the MVC engine has to create an abstraction from the actual code and then translate it (dispatch it, render it; choose RoR, Zend or any other) to another language.&nbsp; There has to be an actual cost in performance.&nbsp; Whay&nbsp;not go straight to the source?&nbsp; HTML is not that bad; and with code behind the HTML can contain code without mixing it with it.</p> <p>Developers like MVC because they dont have to repeat as much code and we are lazy by nature (personnaly that's why I'm interested in developing and want leave my legal career behind once and for all [but this is not about me]).&nbsp; My humble suggestion to ASP.NET team is: keep supporting WebForms, a lot of people come into the developing field because they find WebForms user friendly.&nbsp; If you want to offer the MVC alternative, that's ok; I guess you have to make a business decision and bring the RoRs and CakePHP and Zend and Symphony and Django geeks back to the ASP.NET world.&nbsp; For those hard-core RoR type developers MVC in ASP.NET is a bliss; they dont have to work with command line and the Visual Studio line offers a lot of out-of-the-box solutions that speeds development.&nbsp; But then again, why would they choose ASP.NET over RoR or Cake if they can host their applications cheaper with those other frameworks?&nbsp; And that is why you cannot stop supporting WebForms and have to put even more tutorials (updated ones please) for WebForms.</p> <p>Does this make sense?&nbsp; Hey, I'm just a n00b; so I dont really know a lot. Bu what better way to learn than to criticize and get criticized?&nbsp; Maybe I should stick to law (no, wait, I dont like lawyers.)</p> <p>Thanks.</p> <p>Luis</p> 2008-11-17T16:44:23-05:002763001http://forums.asp.net/p/1348862/2763001.aspx/1?Re+MVC+Proponents+Please+leave+my+webforms+alone+or+I+ll+go+PRADORe: MVC Proponents - Please leave my webforms alone or I'll go PRADO <p>&nbsp;I too am very cautious about MVC and its purported benefit. I am glad that there is someone else sounding a note of caution about MVC.<br> </p> 2008-11-23T20:44:25-05:00