I can see that something similar has already been asked, and that an answer was given here:
how to create pluggable ASP.Net website?
However, I wonder if someone can go into a little more detail.
I have a website that I want to allow developers to create plugins for. A classic example of the functionality I want is something like Umbraco or Orchard in the way that a developer can create a control, and then import it into the system for it to be useable.
Ideally, someone could create a user control of some kind and that user control can be used by the website.
Is there any examples of where this has been done?