What is private and shared assembly?



What is private and shared assembly?..

Answer / Nitin Singh

A private assembly in C# is an assembly that is only used within the application or solution that it was created for, while a shared assembly can be used by multiple applications. To create a shared assembly, it must be marked with a strong name.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How can you clean up objects holding resources from within the code?

4 Answers   Wipro,


How do I calculate relative time?

1 Answers  


What can we do to handle multiple exceptions?

1 Answers   Accenture,


What are the generation of Garbage Collection in C# .NET ?

1 Answers   MCN Solutions,


What is difference between ienumerable and iqueryable in c#?

1 Answers  


What are the properties of a string class?

1 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

5 Answers  


Why is c# good for games?

1 Answers  


What is null in database?

1 Answers  


What?s the difference between an interface and abstract class?

4 Answers  


how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used

1 Answers   HCL, NIC,


What is the state of Garbage Collection after dispose() call info C# code?

4 Answers  


Categories