How to implement plugin architecture in Asp.Net web forms

I am trying to do something like Blogengine.Net. The goal is to have the plugin as a regular class file (not a DLL), put it in a folder, and the web application has to load it dynamically.

Any help, links, something much appreciated.

I don’t know where to start.

+2


a source to share


1 answer


I would encourage you to go to the source code and read it to figure out how it works in BlogEngine.Net. This is really the best and fastest way to accomplish what you want. To be honest, this is what I like the most about open source. You can download the latest source from http://blogengine.codeplex.com/releases/view/39387 .



+1


a source







All Articles