Interview Questions

What’s the difference between private and shared assembly?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

What’s the difference between private and shared assembly?

Private assembly is used inside an application only and does not have to be identified by a strong name. Shared assembly can be used by multiple applications and has to have a strong name.

(Continued on next question...)

Other Interview Questions