Define private assembly and a shared dot net assembly?

Submitted by: Administrator
A private assembly is stored in the application's directory and used by a single application. A share assembly can be used by multiple applications and is stored in the Global assembly cache, a repository of assemblies maintained by the .Net Framework.
Submitted by: Administrator

Read Online Dot Net Assembly Job Interview Questions And Answers