GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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?



September 09, 2006 04:56:51 #3
 balajifortest   Member Since: August 2006    Total Comments: 12 

RE: In designing component package / framework using I...
 

Hai ,

 I think  single assembly is the best place for interface to place so that component can be used in other applications.

     

 

Back To Question