can we use private assembly in other project in dot net.

Answers were Sorted based on User's Feedback



can we use private assembly in other project in dot net. ..

Answer / srinivasula reddy

No.
Shared or public assembly we can use.
Public assemblies are stored in GAC.

Is This Answer Correct ?    3 Yes 3 No

can we use private assembly in other project in dot net. ..

Answer / sudhir sheoran

Yes we can use private assembly in other dot net projects. But a private assembly is used only by a single application, and is stored in that application's install directory (or a sub directory therein).

On the other hand public assembly are shared by more than one application at the same time that's why they are stored in GAC(Global assembly cache) and have a strong name with a version number,public key, culture info etc.

Is This Answer Correct ?    1 Yes 1 No

can we use private assembly in other project in dot net. ..

Answer / rethee

Private assemblies can only used within an application.We
can use shared assemblies to use in multiple applications..

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Dot Net General Interview Questions

Explain about the Common Language Runtime?

0 Answers  


What is LINQ?

2 Answers   Ethos, MSP, TCS,


Do I have any control over the garbage collection algorithm?

0 Answers  


Give an example for setter/ write-only methods

1 Answers  


What are the main components in .net?

0 Answers  


Tell me about secure socket layer? How to make use of the technology?

0 Answers  


What is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


What is JIT and how is works?

3 Answers  


How does you handle this COM components developed in other programming languages in .NET?

1 Answers   Satyam,


What is Active Directory? What is the namespace used to access the Microsoft Active Directories?

3 Answers  


How can we convert XML data into DataBase table IN .Net?

3 Answers   Indus Media, Wipro,


diff between forms authentication and windows authentication?

11 Answers  


Categories