Click here to Skip to main content
15,918,003 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 4:12
mvaMarc Clifton13-Apr-15 4:12 
GeneralRe: Progress with MVC Pin
DaveX8613-Apr-15 4:37
DaveX8613-Apr-15 4:37 
GeneralRe: Progress with MVC Pin
Marc Clifton13-Apr-15 4:47
mvaMarc Clifton13-Apr-15 4:47 
GeneralRe: Progress with MVC Pin
TheGreatAndPowerfulOz13-Apr-15 7:55
TheGreatAndPowerfulOz13-Apr-15 7:55 
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 
Just a personal preference but I tend to steer clear of jquery UI stuff and use Bootstrap instead - I think things work nicer, especially for mobile devices, and (and in my opinion) it's a lot easier to customise/extend than jquery UI.

I like ASP.NET MVC, but the thing I didn't like was having to create a controller for every view (seemed a bit too much like the old webforms code behind files), so I created a NuGet package which intercepts the routing to use a built in "standard" controller if no controller or action is defined for a route.

It means you can just add views without a controller. If you find you need a controller for a specific view/action then you can add it and it gets picked up automatically Smile | :)

NuGet: https://www.nuget.org/packages/ControllerLess/[^]
Source: https://github.com/brentj73/ControllerLess[^]
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
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 
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 

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.