Tuesday, April 27, 2010

a design to avoid circular reference in this scenario

Programmer Question

Here is our dependency tree: BigApp -> Child Apps -> Libraries



ALL of our components are HEAVILY using one of the Libraries as above ( LibA).
But it has a ‘few’ public methods that require classes from ‘higher-level’ assemblies and we want to avoid CIRCULAR references.
What do you propose as a good design for this?



Find the answer here

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails