a design to avoid circular reference in this scenario

Posted by BDotA on Stack Overflow See other posts from Stack Overflow or by BDotA
Published on 2010-04-27T20:45:51Z Indexed on 2010/04/27 20:53 UTC
Read the original article Hit count: 150

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about circular-reference