How to develop Module based application in 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?
Asked
Active
Viewed 2,329 times
1 Answers
1
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.

Community
- 1
- 1

Jamie Dixon
- 53,019
- 19
- 125
- 162