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

Do you know what's the difference between .net and laravel?

0 Answers  


Explain how com+ related to the dna architecture?

0 Answers  


Explain .NET architecture?

0 Answers   TCS,


What is singleton activation mode in .net?

0 Answers  


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

0 Answers  






What are .net functions?

0 Answers  


What is different between User Control and Web Control and Custom Control?

2 Answers  


hai, about trading domain and need simple project on trading system. please help me...

0 Answers  


What is meant fulltrust?

1 Answers  


Explain when should you use .net web forms over asp.net mvc?

0 Answers  


How .NET is able to support multiple languages?

5 Answers  


Explain the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


Categories