Click here to Skip to main content
15,907,326 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
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 
You can read pro's and con's all over the place until you are blue in the face, so let me just be a witness to what happened in my company:

We where starting a new project, the first lead used ASP.Net, which is where I learned it. We had 6 months to deliver, and we delivered it right on time! In the second, I asked for 2 weeks to do a ASP.Net MVC proof of concept for the next phase. The idea was to have the whole app use both.

The reason I wanted to use ASP.Net MVC was because we had to render some dynamic forms. With things I had learned in the MVVM world, I had a feeling that ASP.Net MVC would do some binding between the model type and the view to simplify things exponentially.

The second phase was more complex: the dynamic forms, integrating with the old code, and other new features. We had another 6 months, we got it done in 4!

The speed and easy of doing it in ASP.Net MVC was simply amazing, I knew it would be faster, but I didn't even begin to imagine it would be as fast and easy as it was.

Disclaimer: MVC programming IS a different way of thinking. I, personally, have been thinking in the MVC way for a while because of the MVVM programming I have done, I am positive that foundation helped greatly in speed things up. My point: If you are not use to thinking in the MVC fashion, it might take a bit more time to come up to speed then it did for me.

P.S. If you do go the MVC route, make sure you learn and use a Direct Inject (DI) library of some sort. SpringFramework.Net is a good option.
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 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 5:17
Sam.Carleton16-Oct-13 5:17 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
User 483504716-Oct-13 5:22
User 483504716-Oct-13 5:22 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 6:45
Sam.Carleton16-Oct-13 6:45 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
User 483504716-Oct-13 6:57
User 483504716-Oct-13 6:57 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 7:53
Sam.Carleton16-Oct-13 7:53 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
User 483504716-Oct-13 8:12
User 483504716-Oct-13 8:12 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
Sam.Carleton16-Oct-13 8:19
Sam.Carleton16-Oct-13 8:19 
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 

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.