Creating Controllers-as-plugins using MVC3

OverviewWhile working on the plugin engine for FunnelWeb we decided that we wanted to add the ability for people to create their own extnesions which are Controllers and routes. Seems like a pretty simple idea, and it makes it really easy to add extern…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

OverviewWhile working on the plugin engine for FunnelWeb we decided that we wanted to add the ability for people to create their own extnesions which are Controllers and routes. Seems like a pretty simple idea, and it makes it really easy to add external functionality into FunnelWeb at a Controller level without rolling your own instace. But there’s a catch… Some backgroundWe’re using MVC3 for FunnelWeb, and part of MVC3 is this lovely new way to do Dependency Injection, the IDependencyResolver interface.


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2011-01-25T00:00:00+00:00) Creating Controllers-as-plugins using MVC3. Retrieved from https://www.scien.cx/2011/01/25/creating-controllers-as-plugins-using-mvc3/

MLA
" » Creating Controllers-as-plugins using MVC3." Posts on LINQ to Fail | Sciencx - Tuesday January 25, 2011, https://www.scien.cx/2011/01/25/creating-controllers-as-plugins-using-mvc3/
HARVARD
Posts on LINQ to Fail | Sciencx Tuesday January 25, 2011 » Creating Controllers-as-plugins using MVC3., viewed ,<https://www.scien.cx/2011/01/25/creating-controllers-as-plugins-using-mvc3/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Creating Controllers-as-plugins using MVC3. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2011/01/25/creating-controllers-as-plugins-using-mvc3/
CHICAGO
" » Creating Controllers-as-plugins using MVC3." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2011/01/25/creating-controllers-as-plugins-using-mvc3/
IEEE
" » Creating Controllers-as-plugins using MVC3." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2011/01/25/creating-controllers-as-plugins-using-mvc3/. [Accessed: ]
rf:citation
» Creating Controllers-as-plugins using MVC3 | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2011/01/25/creating-controllers-as-plugins-using-mvc3/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.