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
Can you write a class without specifying namespace?
How will you register com+ services?
SAP Business One(this is intigrated tool of .net)
Explain me what is encapsulation?
Explain what are possible implementations of distributed applications in .net?
What are the types of jit?
How big is the datatype int in .net?
Explain how do assemblies find each other?
What is the use of Treeview control?
Explain me what is the difference between an abstract class and an interface?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is web.config in .net?
Do you know what is linq?
What is an exe and a dll?
what is prototype design pattern in .net