can we use private assembly in other project in dot net.
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of activex control in .net?
What are the types of assemblies in .net?
What is lambda expressions in c#?
Describe the Managed Execution Process
Explain Creational design pattern in .NET?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
What is jit compilers?
Tell us the difference between managed and unmanaged code?
What do you mean by Code Access Security in .NET?
Explain about .Net products?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What are the different types of Classes in .NET?
What are the advantages of .net?
What is finalize method in .net?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?