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 |
Tell about your technical profile ?
0 Answers TNEB Tamil Nadu Electricity Board,
Can a dll be changed to an exe?
What is different between User Control and Web Control and Custom Control?
SAP Business One(this is intigrated tool of .net)
diff between forms authentication and windows authentication?
Explain how to manage pagination in a page using .net?
What is difference between .net and .net core?
Should I implement finalize on my class? Should I implement idisposable?
What are the core differences between .NET Languages ?
How to Create and Consume a Web Service?
Tell us why do we use the “using” statement?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?