| |
GeekInterview.com > Interview Questions > Microsoft > Architecture
| Print | |
Question: In designing component package / framework using Interface programming, where is the best place to put the Interfaces to reduce dependencies? In a single assembly that is referenced by other assemblies. In the domain assembly near the class that inherits the interface? or In the client assembly where the interface is being used?
|
| June 06, 2006 15:25:26 |
#2 |
| dotnetrocks |
Member Since: Visitor Total Comments: N/A |
RE: In designing component package / framework using I... |
| I think the best place is the client assembly by which the client need not add a reference for accessing the interface itself. Please reply I am not sure. |
| |
Back To Question | |