I have an interface that others can implement. I want people to be able to create a concrete implementation of the interface, and then be able to drop their .dll into the /bin directory, and then have my asp.net web application use their implementation.
Is this possible?
Any other ideas on how to make a plugin type architecture so people using the web application can extend it w/o having to change the base codebase?