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!