How to implement plugin architecture into Asp.Net webforms
Posted
by Nordis
on Stack Overflow
See other posts from Stack Overflow
or by Nordis
Published on 2010-05-01T12:42:08Z
Indexed on
2010/05/01
12:47 UTC
Read the original article
Hit count: 325
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.
© Stack Overflow or respective owner