简体   繁体   English

如何在Asp.Net Webforms中实现插件体系结构

[英]How to implement plugin architecture into Asp.Net webforms

I'm trying to accomplish something like Blogengine.Net's way of handlling extensions/plugins. 我正在尝试完成类似Blogengine.Net的扩展/插件处理方式。 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. 目标是将插件作为普通的类文件(而不是dll)放置在文件夹中,并且Web应用程序应动态加载它。

Any help, links, anything is much appreciated. 任何帮助,链接,任何东西都非常感谢。

Don't really know where to begin. 真的不知道从哪里开始。

I would suggest that you go get the source code and read it to figure out how it works in BlogEngine.Net. 我建议您去获取源代码并阅读它,以了解它在BlogEngine.Net中的工作方式。 That is really the best and fastest way to accomplish what you want. 这确实是实现所需目标的最好,最快的方法。 Frankly, it's what I like best about open source. 坦白说,这是我最喜欢的开源软件。 You can download the latest source from http://blogengine.codeplex.com/releases/view/39387 . 您可以从http://blogengine.codeplex.com/releases/view/39387下载最新的资源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM