Click here to Skip to main content
15,904,024 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: Progress with MVC Pin
Marc Clifton13-Apr-15 8:04
mvaMarc Clifton13-Apr-15 8:04 
GeneralRe: Progress with MVC Pin
Kevin Marois13-Apr-15 4:50
professionalKevin Marois13-Apr-15 4:50 
GeneralRe: Progress with MVC Pin
Marc Clifton13-Apr-15 4:52
mvaMarc Clifton13-Apr-15 4:52 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:00
User 1013254613-Apr-15 4:00 
GeneralRe: Progress with MVC Pin
Marc Clifton13-Apr-15 4:09
mvaMarc Clifton13-Apr-15 4:09 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:21
User 1013254613-Apr-15 4:21 
GeneralRe: Progress with MVC Pin
Marc Clifton13-Apr-15 4:31
mvaMarc Clifton13-Apr-15 4:31 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:42
User 1013254613-Apr-15 4:42 
Marc Clifton wrote:
Gads, isn't the controller class re-usable?

It is - with a big compromise in that you'd need to have a common set of action names across the application. But then obviously you're going to start returning different models for each view too..

You could make each inherited class or the base class generic too, but then you're still having to maintain 100 different controllers with code that's 99% the same.. D'Oh! | :doh:

Razor's handy at times, but I wouldn't use it for model binding or generating HTML personally, more just for helpers here and there.

AJAXified apps and SPA's certainly seem to make better use of the framework.
How do you know so much about swallows? Well, you have to know these things when you're a king, you know.


modified 31-Aug-21 21:01pm.

GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 4:56
professionalBergholt Stuttley Johnson13-Apr-15 4:56 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 5:05
User 1013254613-Apr-15 5:05 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 5:36
professionalBergholt Stuttley Johnson13-Apr-15 5:36 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 5:46
User 1013254613-Apr-15 5:46 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson14-Apr-15 21:28
professionalBergholt Stuttley Johnson14-Apr-15 21:28 
GeneralRe: Progress with MVC Pin
User 1013254614-Apr-15 22:30
User 1013254614-Apr-15 22:30 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson14-Apr-15 22:47
professionalBergholt Stuttley Johnson14-Apr-15 22:47 
GeneralRe: Progress with MVC Pin
User 1013254614-Apr-15 23:05
User 1013254614-Apr-15 23:05 
GeneralRe: Progress with MVC Pin
Kevin Marois13-Apr-15 4:52
professionalKevin Marois13-Apr-15 4:52 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:58
User 1013254613-Apr-15 4:58 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 7:57
Vark11113-Apr-15 7:57 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 8:04
User 1013254613-Apr-15 8:04 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 8:06
Vark11113-Apr-15 8:06 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 8:14
User 1013254613-Apr-15 8:14 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 8:23
Vark11113-Apr-15 8:23 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 8:30
User 1013254613-Apr-15 8:30 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 5:02
professionalBergholt Stuttley Johnson13-Apr-15 5:02 

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.