user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 127. What Is Public Or Shared Assemblies ?

user image

Abhishek Mishra

2 years ago

These are static assemblies that must have a unique shared name and can be used by any application. An application uses a private assembly by referring to the assembly using a static path or through an XML-based application configuration file. While the CLR doesn't enforce versioning policies-checking whether the correct version is used-for private assemblies, it ensures that an application uses the correct shared assemblies with which the application was built.

Recent Doubts

Close [x]