Reputation: 131
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?
Upvotes: 2
Views: 2464
Reputation: 54011
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.
Upvotes: 1