Book for extensible applications

  • Thread starter Thread starter Gerwin
  • Start date Start date
G

Gerwin

Hi all,

I need to implement a extensible application.
This application is using different devices (containing sensors,
valves, ...) and different modes (measurement1, measurement2, ...).
Target is that the main application 'never' changes and devices and
modes can be added via plugins. Main application executes a mode and
every mode must have access to all devices.

I've read some articles on the Internet about using seperate
assemblies, loading and using derived classes via reflection, but I
like all this information in a book that has extensibility (like
described above) as its main topic.
Can someone recommend me a book?

Thanks in advance,
Gerwin.
 

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

Back
Top