Assembly Location
To understand where assemblies are located, you must consider that they are generally divided into private assemblies and shared assemblies. Private assemblies are standalone assemblies or assemblies that reside exclusively in the same folder of the application that holds a reference. This is a common scenario, because it makes the deployment easier because you just need to distribute the content of the application folder (known as XCopy mode). Every application holding a reference to a private assembly needs to have a copy of the assembly inside its folder. This means that if you have ten applications referencing the assembly, you will also have ten copies of the assembly. Shared assemblies are instead files with a digital ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access