C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is the difference between private and shared assembly?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
What do you know about .NET assemblies?What is a strong name in C#?