Answers

Question and Answer:

  Home  Dot Net Assembly

⟩ Define private assembly and a shared dot net assembly?

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.

 153 views

More Questions for you: