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 |
Which dll is required to translate xml to sql in internet information server (iis)?
Explain what are the deferred execution and the immediate execution in linq?
How can you turn-on and turn-off cas?
What are the collections you've used?
What is dot net architecture?
What is lazy initialization?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Describe difference between inline and code-behind?
Difference between Debugging and tracing in .net
what all type of application can u make with visual studio?
Please explain about "this" object
What are use of Cloud computing....?