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  >  Basics

 Print  |  
Question:  What is the satelite assembly?



July 07, 2009 22:07:33 #2
 Rama Vijayaraghavan   Member Since: July 2009    Total Comments: 1 

RE: What is the satelite assembly?
 
A private assembly is normally used by a single application, and is stored in the application's directory, or a sub-directory beneath.

A shared assembly is intended to be used by multiple applications, and is normally stored in the global assembly cache (GAC), which is a central repository for assemblies.
     

 

Back To Question