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 |
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
what is the difference between early binding and late binding in .net?
What operating systems does the .net framework run on?
What is COM Interoperability in .NET
Is there built-in support for tracing?
What is .net environment?
How to customize the trace output?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What's singleton activation mode in .net?
What are the purposes of using .net?
Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??
Explain what is heap and what is stack?