What is the different types of private assembly and shared assembly?



What is the different types of private assembly and shared assembly?..

Answer / Vinay Vishal

Private assemblies (also known as single file assemblies) are compiled into a single EXE or DLL file, and they can only be used within the same application or project. They are not shared with other applications or projects.nnShared assemblies (also known as satellite assemblies) are split into multiple files: a primary assembly (usually marked with a strong name) and one or more resource assemblies. They can be used across different applications, projects, or even different versions of the same application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are anonymous types in c#?

1 Answers  


what is a structure in c#

4 Answers   Cognizant,


What?s the implicit name of the parameter that gets passed into the class? set method?

3 Answers   Visual Soft,


What?s class SortedList underneath?

1 Answers  


Why do we need to override in c#?

1 Answers  


What is serialization in dot net?

1 Answers  


Explain the ways to deploy an assembly?

1 Answers  


main concept of c sharp

3 Answers  


How to implement a singleton design pattern in c#?

1 Answers  


How long does it take to learn c# programming?

1 Answers  


What debugging tools come with the .NET SDK? CorDBG

1 Answers  


Can var be null c#?

1 Answers  


Categories