2

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?

narinder saggar
  • 131
  • 2
  • 2
  • 6

1 Answers1

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