Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MVC3 Plugin architecture recommendations

I am trying to find some more information on approaches to creating a plugin architecture.

I've seen some good articles on MEF and MVC2 and Phil Haack mentioned some new extensibilty hooks available in MVC3 (http://haacked.com/archive/2010/05/16/three-hidden-extensibility-gems-in-asp-net-4.aspx)

Has anyone seen some good references on creating a plugin architecture for a MVC3 project?

I'd prefer to use technologies specific to MVC3, not to just hack a MVC2 solution in to the MVC2 framework.

Any ideas and suggestions would be greatly appreciated!

like image 934
Al. Avatar asked Feb 24 '26 08:02

Al.


1 Answers

We're using a combination of MVCContrib Portable Areas and Mono.Addins for our plugin framework.

It is working wonderfully.

like image 155
Michael Shimmins Avatar answered Feb 27 '26 02:02

Michael Shimmins



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!