Strategy design pattern

  • Thread starter Mike Gleason jr Couturier
  • Start date
M

Mike Gleason jr Couturier

Hi,

I want to write a module and let the webmaster select different providers
for that module :
- module.dll may use...
- module_sqlprovider.dll
- module_xmlprovider.dll
- module_<future_module_provider>.dll

So in the web.config I want the user to link the site with the module.dll
and with a configuration, tell the module to use for example the
module_xmlprovider.dll...

So I know hot to register a module.. but I don't know how can I do the
remaining part... I guess I would need to use the factory design pattern
also?

I just need the big lines...

Anyone?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top