简体   繁体   English

如何在 asp.net 中创建模块?

[英]How to create Modules in asp.net?

How to develop Module based application in asp.net?如何在 asp.net 中开发基于模块的应用程序? It means when we add a module new features will run in the application.这意味着当我们添加一个模块时,新功能将在应用程序中运行。 When we delete the module it will not effect the whole application?当我们删除模块时,它不会影响整个应用程序吗?

You'll most likely want to learn about creating a Plugin Architecture.您很可能想了解如何创建插件架构。

There's some information here on codeproject on how to Create a flexible & dynamic plugin architecture.这里有一些关于如何创建灵活和动态插件架构的代码项目信息。

This question on StackOverflow will also give you some fantastic information. StackOverflow 上的这个问题也会给你一些很棒的信息。

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

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