Click here to Skip to main content
15,920,576 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
L Viljoen16-Oct-13 3:26
professionalL Viljoen16-Oct-13 3:26 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
2374116-Oct-13 4:30
2374116-Oct-13 4:30 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
L Viljoen16-Oct-13 18:06
professionalL Viljoen16-Oct-13 18:06 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
2374116-Oct-13 18:34
2374116-Oct-13 18:34 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Mardy Git15-Oct-13 20:45
Mardy Git15-Oct-13 20:45 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Mardy Git15-Oct-13 20:49
Mardy Git15-Oct-13 20:49 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Rutvik Dave15-Oct-13 22:59
professionalRutvik Dave15-Oct-13 22:59 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 1:45
Christopher Duncan16-Oct-13 1:45 
Thanks, man. That's exactly the sort of balanced, pragmatic comparison I was hoping for. There's a huge amount of religion involved in any tech conversation and I'm less interested in pursuing the One True Path than I am getting it done in the real world, where they pay me to produce results in a timely fashion.

Like many of us, I came to web dev via native Windows C / C++. Webforms provides a nice crutch to hide the stateless nature of http so that application developers can focus on the application. From the little I've read thus far, it seems that the weight of the viewstate used to accomplish this is among the biggest criticisms of webforms.

MVC is promoted as having better performance because of the lack of viewstate and a focus on client side technologies. That said, it's been my experience that the closer you get to raw html and jscript, the more time you spend screwing around with browser dependendant nuances (aka bugs and deficiencies).

All of this has led me to embrace the server side, application perspective of webforms over the years. As a corporate developer, I'm optimized for development speed. You're never given a reasonable amount of time to get it done, so I like tools that let me get it done fast. Abstraction from stateless protocols, browser versions, etc. lets me focus on functionality.

With all that said, the db app I'm working on is coming up next to another webforms app that has long standing performance issues. There's attention to making sure mine doesn't suffer the same. I'm not opposed to moving to MVC if it'll build a better performing app, but I don't want to find myself mired in endless html / browser specific debugging or other things that would slow me down. Would value your thoughts.

GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
L Viljoen16-Oct-13 3:37
professionalL Viljoen16-Oct-13 3:37 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Member 291201616-Oct-13 7:58
Member 291201616-Oct-13 7:58 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
User 483504716-Oct-13 3:31
User 483504716-Oct-13 3:31 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 3:34
Christopher Duncan16-Oct-13 3:34 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Aaron Throckmorton16-Oct-13 3:48
Aaron Throckmorton16-Oct-13 3:48 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 4:54
Christopher Duncan16-Oct-13 4:54 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Aaron Throckmorton16-Oct-13 5:13
Aaron Throckmorton16-Oct-13 5:13 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 5:20
Christopher Duncan16-Oct-13 5:20 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Aaron Throckmorton16-Oct-13 3:46
Aaron Throckmorton16-Oct-13 3:46 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 4:50
Christopher Duncan16-Oct-13 4:50 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Aaron Throckmorton16-Oct-13 5:08
Aaron Throckmorton16-Oct-13 5:08 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 5:22
Christopher Duncan16-Oct-13 5:22 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 4:15
Sam.Carleton16-Oct-13 4:15 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 4:41
Christopher Duncan16-Oct-13 4:41 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 4:56
Sam.Carleton16-Oct-13 4:56 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 5:08
Christopher Duncan16-Oct-13 5:08 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
User 483504716-Oct-13 5:08
User 483504716-Oct-13 5:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.