integrating modules
Greetings,
I’m developing an web application using ASP.NET 2.0. This application consists of several modules. The development activity is going in a modular way (i.e. module by module), and I need to integrate these modules with each other. Is there any better / suggested way to integrate the modules with each other?
- I do not want to refer the modules directly
- I should be able to d-link / link the modules easily with out any major changes to the code
- I should be able to host the individual modules (in this case some of the functions depended on the other modules may be disabled or functionality is limited)
Please suggest best way of doing this.
Best Regards,
Anand

