Stories recently tagged with 'Controller'

MVVM with Prism 101 – Part 3b: View Injection and Controller Pattern(developmentalmadness.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 3 months ago

In my last post I addressed regions in the Composite Application Library for WPF/Silverlight (Prism). I looked at what they were and how they were used. But by the end of the post I felt that the concept of View Injection needed further attention. I’ve almost exclusively used View Discovery up to this point in my development. But when I’ve run into a need to use View Injection I’m uncomfortable with what seems to be a tightly coupled relationship. read more...

add a comment |category: |Views: 220

tags: another

The ASP.NET MVC ActionController – The controllerless action(jeffreypalermo.com)

submitted by alleyalley(2840) 2 years, 7 months ago

There has been quite a bit of discussion about how controllers are really namespaces trying to get out once you use the concept on a nontrivial application. Brian Donahue’s post on The anti-controller revolution prompted me to do this little experiment. He references some twitter posts by Jimmy Bogard, one of my esteemed consultants at Headspring Systems. Chad Myers also has opined about the notion of more independent actions and has cited precedence. read more...

add a comment |category: |Views: 14

tags: another

How to Call Controllers in External Assemblies in ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 2 months ago

In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. read more...

1 comment |category: |Views: 216

tags: another

SubControllers in ASP.NET MVC(mhinze.com)

submitted by terrbleterrble(1665) 3 years, 4 months ago

I should have known something was up when I caught Jeffrey Palermo browsing the ASP.NET MVC Preview 5 source. read more...

add a comment |category: |Views: 140

tags: another