Click here to Skip to main content
15,907,395 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
Steve Naidamast16-Oct-13 4:17
professionalSteve Naidamast16-Oct-13 4:17 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 4:39
Christopher Duncan16-Oct-13 4:39 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Mycroft Holmes17-Nov-13 19:09
professionalMycroft Holmes17-Nov-13 19:09 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Bruce Patin16-Oct-13 6:08
Bruce Patin16-Oct-13 6:08 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 6:51
Christopher Duncan16-Oct-13 6:51 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Jay N.16-Oct-13 9:07
Jay N.16-Oct-13 9:07 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan16-Oct-13 9:10
Christopher Duncan16-Oct-13 9:10 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Kirk Wood16-Oct-13 15:55
Kirk Wood16-Oct-13 15:55 
There are some benefits to MVC, but if they are worth it or not depends on you (and your team).

In general terms, WebForms has gone to great lengths to abstract away the web portion of development. Also, there is a tendency for many developers to mix the business logic and the display logic together. (And in all honesty, sometimes it is hard to not mix them from my point of view.)

As for using AJAX, WebForms makes the easiest stuff easier, and much beyond that harder. (And the hard stuff near impossible.) While MVC doesn't try to hide as much from you and thus many actually find it easier in the long run.

Now for database work, along with MVC comes the WebAPI which makes it easy to create a service that can be consumed by clients not coming from the .NET sphere. (This is only good if you actually have others trying to consume your data.)

From my perspective, there is also more demand for developers who know MVC. It is the latest shiny thing that gets jobs. And being employable by the next company is always a concern for me. So if I have a chance to progress my resume while working for my employer, I take that opportunity. One could argue that in enough years, it will be easier to find someone to maintain MVC than WebForms.
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Christopher Duncan17-Oct-13 1:37
Christopher Duncan17-Oct-13 1:37 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam Meacham19-Oct-13 9:16
Sam Meacham19-Oct-13 9:16 
GeneralMessage Removed Pin
15-Oct-13 9:18
professionalN_tro_P15-Oct-13 9:18 
GeneralRe: Life (spoiler) Pin
Kornfeld Eliyahu Peter15-Oct-13 9:28
professionalKornfeld Eliyahu Peter15-Oct-13 9:28 
GeneralRe: Life (spoiler) PinPopular
Maximilien15-Oct-13 9:34
Maximilien15-Oct-13 9:34 
GeneralRe: Life (spoiler) Pin
chriselst15-Oct-13 9:39
chriselst15-Oct-13 9:39 
GeneralRe: Life (spoiler) Pin
Ranjan.D15-Oct-13 9:52
professionalRanjan.D15-Oct-13 9:52 
GeneralRe: Life (spoiler) Pin
Kornfeld Eliyahu Peter15-Oct-13 9:58
professionalKornfeld Eliyahu Peter15-Oct-13 9:58 
GeneralRe: Life (spoiler) Pin
Ranjan.D15-Oct-13 10:23
professionalRanjan.D15-Oct-13 10:23 
GeneralMessage Removed Pin
15-Oct-13 10:38
professionalN_tro_P15-Oct-13 10:38 
GeneralRe: Life (spoiler) Pin
Ranjan.D15-Oct-13 11:16
professionalRanjan.D15-Oct-13 11:16 
QuestionRe: Life (spoiler) Pin
Captain Price15-Oct-13 18:16
professionalCaptain Price15-Oct-13 18:16 
AnswerRe: Life (spoiler) Pin
Ranjan.D16-Oct-13 0:17
professionalRanjan.D16-Oct-13 0:17 
GeneralRe: Life (spoiler) Pin
Mike Hankey15-Oct-13 10:11
mveMike Hankey15-Oct-13 10:11 
GeneralRe: Life (spoiler) Pin
R. Giskard Reventlov15-Oct-13 10:14
R. Giskard Reventlov15-Oct-13 10:14 
GeneralRe: Life (spoiler) Pin
PIEBALDconsult15-Oct-13 10:17
mvePIEBALDconsult15-Oct-13 10:17 
GeneralRe: Life (spoiler) Pin
ricmil4215-Oct-13 11:05
ricmil4215-Oct-13 11:05 

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.