Click here to Skip to main content
15,914,360 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
User 1013254613-Apr-15 4:49
User 1013254613-Apr-15 4:49 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 5:05
professionalBergholt Stuttley Johnson13-Apr-15 5:05 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 5:06
User 1013254613-Apr-15 5:06 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 5:23
professionalBergholt Stuttley Johnson13-Apr-15 5:23 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 5:24
User 1013254613-Apr-15 5:24 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 5:41
professionalBergholt Stuttley Johnson13-Apr-15 5:41 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 5:57
User 1013254613-Apr-15 5:57 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 8:13
Vark11113-Apr-15 8:13 
SPA's are to MVC as WPF is to Windows Forms.

Can you combine the two in a single application? Sure. If you want to have lots of headaches and duplicated code.
It's much simpler to do one or the other. In my SPA's I have exactly one web page: index.html, and zero page controllers. Everything is webapi and javascript. Then I'm not trying to do mental gymnastics around partial pages vs. partial views vs. shared views, or api controllers vs. page controllers (routing gets to be a mess when you go down this road).

GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 8:28
User 1013254613-Apr-15 8:28 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 8:49
Vark11113-Apr-15 8:49 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 22:05
User 1013254613-Apr-15 22:05 
GeneralRe: Progress with MVC Pin
#realJSOP13-Apr-15 4:23
professional#realJSOP13-Apr-15 4:23 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:27
User 1013254613-Apr-15 4:27 
GeneralRe: Progress with MVC Pin
JimmyRopes13-Apr-15 4:12
professionalJimmyRopes13-Apr-15 4:12 
GeneralRe: Progress with MVC Pin
Simon_Whale13-Apr-15 4:18
Simon_Whale13-Apr-15 4:18 
GeneralRe: Progress with MVC Pin
Nagy Vilmos13-Apr-15 4:22
professionalNagy Vilmos13-Apr-15 4:22 
GeneralRe: Progress with MVC Pin
Simon_Whale13-Apr-15 4:25
Simon_Whale13-Apr-15 4:25 
GeneralRe: Progress with MVC Pin
Sascha Lefèvre13-Apr-15 4:23
professionalSascha Lefèvre13-Apr-15 4:23 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 4:29
professionalBergholt Stuttley Johnson13-Apr-15 4:29 
GeneralRe: Progress with MVC Pin
Simon_Whale13-Apr-15 4:31
Simon_Whale13-Apr-15 4:31 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 4:40
professionalBergholt Stuttley Johnson13-Apr-15 4:40 
GeneralRe: Progress with MVC Pin
Mark_Wallace13-Apr-15 4:44
Mark_Wallace13-Apr-15 4:44 
GeneralRe: Progress with MVC Pin
CDP180213-Apr-15 4:43
CDP180213-Apr-15 4:43 
GeneralRe: Progress with MVC Pin
Kevin Marois13-Apr-15 4:55
professionalKevin Marois13-Apr-15 4:55 
GeneralRe: Progress with MVC Pin
Mike Hankey13-Apr-15 4:46
mveMike Hankey13-Apr-15 4:46 

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.