Dot Net Assembly Question:
Download Questions PDF

Define private assembly and a shared dot net assembly?

Answer:

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.

Download Dot Net Assembly Interview Questions And Answers PDF

Previous QuestionNext Question
What does the dot net assembly contain?What are Satellite Assemblies?