Monday, 4 December 2017

Difference between Private Assembly and Shared Assembly?

Question: Difference between Private Assembly and Shared Assembly?

Answer:


       Private Assembly
Shared or Public Assembly
It is used by a single application
It is used by  multiple application
Private assembly can be stored in the specific application's directory or sub-directory.

Shared assembly can be stored in the GAC (Global Assembly Cache).

Strong name is not required in private assembly
Strong name is  required in Shared assembly
Private assembly does not have version constraint
Shared  Assembly have version constraint

No comments:

Post a Comment

Global Infrastructure and its components in AWS

You may operate your workloads wherever and however you choose with the AWS Global Infrastructure, and you'll use the same network, cont...