Wednesday, August 10, 2016

Strong and Weak Reference Assembly

Weak Reference is where the .exe file identifying the .dll files by namespace name and class name only.

Strong Reference is where the .exe file identifying the .dll files not only by namespace name and class name only, but also by a strong name.

Strong name is a unique name which is produced by the combination of version no, culture information, public key and digital signature.

No comments:

Post a Comment