By tag: Controller
0
kicks
MVVM with Prism 101 – Part 3b: View Injection and Controller Pattern
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 th...
0
kicks
The ASP.NET MVC ActionController – The controllerless action
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 Jimm...
0
kicks
How to Call Controllers in External Assemblies in ASP.NET MVC
In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies.
0
kicks
SubControllers in ASP.NET MVC
I should have known something was up when I caught Jeffrey Palermo browsing the ASP.NET MVC Preview 5 source.