I need to build an MVC application that supports "plug and play" modules. Similar to the way modules in Joomla or Wordpress works. Although I don't need to have any systems in place for managing these, as long as I can install (eg. placing files in a folder on the server) them without publishing the whole site again.
Does anyone have any experience building something like this? Or can recommend an approach to take?
I've looked into ExtCore and it does look promising, but I need to check if there are any alternative approaches that should be considered before committing to going down that road.
Any advice appreciated.