Development of Modularised Software

jeff_p_schulz

New member
Joined
Jun 16, 2004
Messages
3
Programming Experience
1-3
Development of Modularised Software

I have a project I am working on which is split into sections. At the moment we are building a new install for each client and adding what the client needs each time. I would like to split the software up into modules so when we want to install it for a new client we just grab the modules they require and install them rather than building a new VB.NET project each time.

Is there a resource or book that goes through building modularised software in VB.NET? The problems I can see are:
  • Generating the correct menu structure to access the modules components depending on what is installed.
  • Building an install that allows you so specify different install options.
  • How to split components into modules so I can choose what to install
  • Building install to add modules to an existing installation
 
Back
Top