Click here to Skip to main content
15,914,398 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
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 
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 
If you're not running the views through ASP.NET MVC then you're right, there's no need for a view controller.

My point was more about having views where ASP.NET insists on me having to write a view controller with an action that simply returns the view. In those cases, the code I'm forced to write..
C#
protected ActionResult Index() 
{ 
    return View(); 
}
..seems extraneous and is often found duplicated, even multiple times in individual view controllers at times.
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
#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 
GeneralRe: Progress with MVC Pin
#realJSOP14-Apr-15 5:24
professional#realJSOP14-Apr-15 5:24 
GeneralRe: Progress with MVC Pin
Mike Hankey14-Apr-15 5:33
mveMike Hankey14-Apr-15 5:33 
GeneralOld book conundrum... Pin
charlieg13-Apr-15 3:09
charlieg13-Apr-15 3:09 

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.