Click here to Skip to main content
15,913,773 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
ENOTTY16-Oct-13 9:31
ENOTTY16-Oct-13 9:31 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
L Viljoen16-Oct-13 18:08
professionalL Viljoen16-Oct-13 18:08 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
jschell16-Oct-13 8:11
jschell16-Oct-13 8:11 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
3n1g16-Oct-13 3:35
3n1g16-Oct-13 3:35 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
L Viljoen16-Oct-13 3:45
professionalL Viljoen16-Oct-13 3:45 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
3n1g16-Oct-13 3:52
3n1g16-Oct-13 3:52 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
L Viljoen16-Oct-13 4:18
professionalL Viljoen16-Oct-13 4:18 
GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
virang_2115-Oct-13 16:30
virang_2115-Oct-13 16:30 
I am in the same boat as you (very new to MVC development). I have developed one application using ASP.NET web forms and now I am trying to convert it to MVC.

First issue you will face is to get your head around how all things glue together in MVC ( Not that hard ).

Issue 1 : If you have update panels in your existing app there is no such control in MVC so you have to rely on JQuery AJAX calls and handle data success and error on the view. So much for separation of concern!!

Issue 2 : If you are targeting multiple platforms like app need to run on computer as well as tablet you are in trouble as now you have to think about how JQuery and JQuery Mobile will spoil the fun for you. e.q. document.ready() won't work in mobile.

Making some cool looking website that does some basic stuff is good in MVC but it takes a lot of learning to produce something decent in MVC that can be called corporate application and be ready to pay for some third party controls like KendoUI to ease the pain of developing in MVC..
Zen and the art of software maintenance : rm -rf *

Math is like love : a simple idea but it can get complicated.

GeneralRe: Religious question - MVC benefits vs ASP.NET? Pin
2374115-Oct-13 19:17
2374115-Oct-13 19:17 
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 
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 

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.