How to implement plugin architecture into Asp.Net webforms
- by Nordis
Hi,
I'm trying to accomplish something like Blogengine.Net's way of handlling extensions/plugins. The goal is to have a plugin as a ordinary class file (not a dll), put it in a folder and the webapplication should load it dynamically.
Any help, links, anything is much appreciated.
Don't really know where to begin.