can we use private assembly in other project in dot net.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are the features of UIP Application Block?
What is the use of design pattern?
Explain what does managed mean in the .net context?
What?s SingleCall activation mode used for?
What are the new features of Framework 1.1 ?
What is a strategy pattern? Implement it.
What is namespaces in .net?
Explain re-clarification of object based in .net?
Why do we use msmq?
Explain the use of activex control in .net?
When should I use .net core?
What is CLR? How it will work?